#835F0F
A dark, vivid orange closely aligning with Saddlebrown.
About #835F0F
When working with digital screens, the color #835F0F is rendered by mixing light. It is closely associated with the named CSS color Saddlebrown. To achieve this exact tint on a monitor, you would use an RGB mix of 131, 95, and 15.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 27% M, 89% Y, and 49% K. The HSL representation is 41.4° hue, 79.5% saturation, and 28.6% lightness.
When using this color as a background, text legibility must be considered. Because it is a dark color, it is generally recommended to use #FFFFFF text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#835F0F
RGB131, 95, 15
HSL41.4°, 79.5%, 28.6%
CMYK0%, 27%, 89%, 49%
HSV41.4°, 88.5%, 51.4%
LAB42.8, 7.5, 46.5
XYZ13.5, 13.0, 2.3
Decimal8609551
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.82:1
Text on #FFFFFF
AA
3.61:1
Text on #000000
AA Large
5.56:1
Text on #F8FAFC
AA
3.07:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #835F0F;
}
.text-color {
color: #835F0F;
}
.border-color {
border: 2px solid #835F0F;
}