#995F07
A dark, vivid orange closely aligning with Saddlebrown.
About #995F07
At its core, #995F07 is a dark and vivid hue. If you're using CSS, you might find it aligns closely with Saddlebrown. This translates to an RGB value of rgb(153, 95, 7).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 38% magenta, 95% yellow, and 40% black. The HSL representation is 36.2° hue, 91.2% saturation, and 31.4% lightness.
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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#995F07
RGB153, 95, 7
HSL36.2°, 91.2%, 31.4%
CMYK0%, 38%, 95%, 40%
HSV36.2°, 95.4%, 60.0%
LAB45.6, 17.7, 51.9
XYZ17.3, 15.0, 2.2
Decimal10051335
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.26:1
Text on #FFFFFF
AA
3.99:1
Text on #000000
AA Large
5.02:1
Text on #F8FAFC
AA
3.40:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #995F07;
}
.text-color {
color: #995F07;
}
.border-color {
border: 2px solid #995F07;
}