#925F2C
A dark, moderate orange closely aligning with Sienna.
About #925F2C
When working with digital screens, the color #925F2C is rendered by mixing light. If you're using CSS, you might find it aligns closely with Sienna. Its digital footprint relies on 146 parts red, 95 parts green, and 44 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 35% magenta, 70% yellow, and 43% black. The HSL representation is 30.0° hue, 53.7% saturation, and 37.3% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a dark color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#925F2C
RGB146, 95, 44
HSL30.0°, 53.7%, 37.3%
CMYK0%, 35%, 70%, 43%
HSV30.0°, 69.9%, 57.3%
LAB44.9, 15.8, 36.8
XYZ16.4, 14.5, 4.3
Decimal9592620
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.39:1
Text on #FFFFFF
AA
3.90:1
Text on #000000
AA Large
5.15:1
Text on #F8FAFC
AA
3.31:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #925F2C;
}
.text-color {
color: #925F2C;
}
.border-color {
border: 2px solid #925F2C;
}