#923A07
A dark, vivid orange closely aligning with Saddlebrown.
About #923A07
The hex code #923A07 represents a beautifully specific shade of orange. Designers often compare it to the standard color Saddlebrown. To achieve this exact tint on a monitor, you would use an RGB mix of 146, 58, and 7.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 60% M, 95% Y, and 43% K. The HSL representation is 22.0° hue, 90.8% saturation, and 30.0% lightness.
Ensuring your text is legible against this background is a key part of web design. 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#923A07
RGB146, 58, 7
HSL22.0°, 90.8%, 30.0%
CMYK0%, 60%, 95%, 43%
HSV22.0°, 95.2%, 57.3%
LAB36.3, 34.9, 44.9
XYZ13.4, 9.2, 1.3
Decimal9583111
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.42:1
Text on #FFFFFF
AAA
2.83:1
Text on #000000
FAIL
7.09:1
Text on #F8FAFC
AAA
2.41:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #923A07;
}
.text-color {
color: #923A07;
}
.border-color {
border: 2px solid #923A07;
}