#5F490F
A dark, vivid orange closely aligning with Saddlebrown.
About #5F490F
Visually, #5F490F is defined as a vivid orange. If you're using CSS, you might find it aligns closely with Saddlebrown. This translates to an RGB value of rgb(95, 73, 15).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 0% C, 23% M, 84% Y, and 63% K. With a hue angle of 43.5 degrees, it sits comfortably in the orange spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#5F490F
RGB95, 73, 15
HSL43.5°, 72.7%, 21.6%
CMYK0%, 23%, 84%, 63%
HSV43.5°, 84.2%, 37.3%
LAB32.3, 3.1, 35.7
XYZ7.2, 7.2, 1.5
Decimal6244623
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.58:1
Text on #FFFFFF
AAA
2.45:1
Text on #000000
FAIL
8.20:1
Text on #F8FAFC
AAA
2.08:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5F490F;
}
.text-color {
color: #5F490F;
}
.border-color {
border: 2px solid #5F490F;
}