#5F3A00
A very dark, vivid orange closely aligning with Saddlebrown.
About #5F3A00
Visually, #5F3A00 is defined as a vivid orange. Designers often compare it to the standard color Saddlebrown. This translates to an RGB value of rgb(95, 58, 0).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 39% M, 100% Y, and 63% K. This makes it a relatively dark color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a very dark color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#5F3A00
RGB95, 58, 0
HSL36.6°, 100.0%, 18.6%
CMYK0%, 39%, 100%, 63%
HSV36.6°, 100.0%, 37.3%
LAB28.0, 11.9, 37.9
XYZ6.2, 5.5, 0.7
Decimal6240768
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.04:1
Text on #FFFFFF
AAA
2.09:1
Text on #000000
FAIL
9.60:1
Text on #F8FAFC
AAA
1.78:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5F3A00;
}
.text-color {
color: #5F3A00;
}
.border-color {
border: 2px solid #5F3A00;
}