#5F2407
A dark, vivid orange closely aligning with Saddlebrown.
About #5F2407
Visually, #5F2407 is defined as a vivid orange. Its closest recognized web color is Saddlebrown. In the RGB color space, it consists of 95 red, 36 green, and 7 blue.
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 0% cyan and 62% magenta inks. This makes it a relatively dark color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#5F2407
RGB95, 36, 7
HSL19.8°, 86.3%, 20.0%
CMYK0%, 62%, 93%, 63%
HSV19.8°, 92.6%, 37.3%
LAB22.7, 25.3, 30.1
XYZ5.4, 3.7, 0.6
Decimal6235143
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
12.06:1
Text on #FFFFFF
AAA
1.74:1
Text on #000000
FAIL
11.52:1
Text on #F8FAFC
AAA
1.48:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5F2407;
}
.text-color {
color: #5F2407;
}
.border-color {
border: 2px solid #5F2407;
}