#5F331D
A dark, moderate orange closely aligning with Saddlebrown.
About #5F331D
Visually, #5F331D is defined as a moderate orange. If you're using CSS, you might find it aligns closely with Saddlebrown. This translates to an RGB value of rgb(95, 51, 29).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 46% magenta, 69% yellow, and 63% black. This makes it a relatively dark color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Because it is a dark color, it is generally recommended to use #FFFFFF text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#5F331D
RGB95, 51, 29
HSL20.0°, 53.2%, 24.3%
CMYK0%, 46%, 69%, 63%
HSV20.0°, 69.5%, 37.3%
LAB26.4, 17.6, 22.3
XYZ6.1, 4.9, 1.8
Decimal6239005
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.62:1
Text on #FFFFFF
AAA
1.98:1
Text on #000000
FAIL
10.15:1
Text on #F8FAFC
AAA
1.68:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5F331D;
}
.text-color {
color: #5F331D;
}
.border-color {
border: 2px solid #5F331D;
}