#5F3A07
A dark, vivid orange closely aligning with Saddlebrown.
About #5F3A07
At its core, #5F3A07 is a dark and vivid hue. It is closely associated with the named CSS color Saddlebrown. This translates to an RGB value of rgb(95, 58, 7).
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 39% Magenta, 93% Yellow, and 63% Black. The HSL representation is 34.8° hue, 86.3% saturation, and 20.0% lightness.
Contrast ratios determine whether this color is safe for typography. 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#5F3A07
RGB95, 58, 7
HSL34.8°, 86.3%, 20.0%
CMYK0%, 39%, 93%, 63%
HSV34.8°, 92.6%, 37.3%
LAB28.0, 12.2, 35.1
XYZ6.3, 5.5, 0.9
Decimal6240775
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.02:1
Text on #FFFFFF
AAA
2.09:1
Text on #000000
FAIL
9.58:1
Text on #F8FAFC
AAA
1.78:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5F3A07;
}
.text-color {
color: #5F3A07;
}
.border-color {
border: 2px solid #5F3A07;
}