#995F0F
A dark, vivid orange closely aligning with Saddlebrown.
About #995F0F
The hex code #995F0F represents a beautifully specific shade of orange. If you're using CSS, you might find it aligns closely with Saddlebrown. In the RGB color space, it consists of 153 red, 95 green, and 15 blue.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 0% cyan and 38% magenta inks. With a hue angle of 34.8 degrees, it sits comfortably in the orange spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#995F0F
RGB153, 95, 15
HSL34.8°, 82.1%, 32.9%
CMYK0%, 38%, 90%, 40%
HSV34.8°, 90.2%, 60.0%
LAB45.6, 17.8, 49.9
XYZ17.3, 15.0, 2.4
Decimal10051343
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.25:1
Text on #FFFFFF
AA
4.00: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: #995F0F;
}
.text-color {
color: #995F0F;
}
.border-color {
border: 2px solid #995F0F;
}