#5F3316
A dark, moderate orange closely aligning with Saddlebrown.
About #5F3316
When working with digital screens, the color #5F3316 is rendered by mixing light. Its closest recognized web color is Saddlebrown. To achieve this exact tint on a monitor, you would use an RGB mix of 95, 51, and 22.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 46% Magenta, 77% Yellow, and 63% Black. The HSL representation is 23.8° hue, 62.4% saturation, and 22.9% 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#5F3316
RGB95, 51, 22
HSL23.8°, 62.4%, 22.9%
CMYK0%, 46%, 77%, 63%
HSV23.8°, 76.8%, 37.3%
LAB26.3, 17.2, 26.4
XYZ6.0, 4.9, 1.4
Decimal6238998
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.65:1
Text on #FFFFFF
AAA
1.97:1
Text on #000000
FAIL
10.18:1
Text on #F8FAFC
AAA
1.68:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5F3316;
}
.text-color {
color: #5F3316;
}
.border-color {
border: 2px solid #5F3316;
}