#7C330F
A dark, vivid orange closely aligning with Saddlebrown.
About #7C330F
Visually, #7C330F is defined as a vivid 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 124, 51, and 15.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 59% Magenta, 88% Yellow, and 51% Black. The HSL representation is 19.8° hue, 78.4% saturation, and 27.3% lightness.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#7C330F
RGB124, 51, 15
HSL19.8°, 78.4%, 27.3%
CMYK0%, 59%, 88%, 51%
HSV19.8°, 87.9%, 48.6%
LAB31.1, 29.8, 36.2
XYZ9.6, 6.7, 1.2
Decimal8139535
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.98:1
Text on #FFFFFF
AAA
2.34:1
Text on #000000
FAIL
8.59:1
Text on #F8FAFC
AAA
1.99:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #7C330F;
}
.text-color {
color: #7C330F;
}
.border-color {
border: 2px solid #7C330F;
}