#5F1D07
A dark, vivid orange closely aligning with Saddlebrown.
About #5F1D07
Visually, #5F1D07 is defined as a vivid orange. Designers often compare it to the standard color Saddlebrown. This translates to an RGB value of rgb(95, 29, 7).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 69% M, 93% Y, and 63% K. The HSL representation is 15.0° hue, 86.3% saturation, and 20.0% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#5F1D07
RGB95, 29, 7
HSL15.0°, 86.3%, 20.0%
CMYK0%, 69%, 93%, 63%
HSV15.0°, 92.6%, 37.3%
LAB21.3, 29.0, 28.6
XYZ5.2, 3.3, 0.6
Decimal6233351
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
12.61:1
Text on #FFFFFF
AAA
1.67:1
Text on #000000
FAIL
12.05:1
Text on #F8FAFC
AAA
1.42:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5F1D07;
}
.text-color {
color: #5F1D07;
}
.border-color {
border: 2px solid #5F1D07;
}