#923324
A dark, moderate red closely aligning with Brown.
About #923324
The precise color #923324 is an excellent choice for modern design projects. It is closely associated with the named CSS color Brown. To achieve this exact tint on a monitor, you would use an RGB mix of 146, 51, and 36.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 0% C, 65% M, 75% Y, and 43% K. This makes it a relatively light color when applied to physical surfaces.
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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#923324
RGB146, 51, 36
HSL8.2°, 60.4%, 35.7%
CMYK0%, 65%, 75%, 43%
HSV8.2°, 75.3%, 57.3%
LAB35.2, 39.2, 30.5
XYZ13.4, 8.6, 2.6
Decimal9581348
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.72:1
Text on #FFFFFF
AAA
2.72:1
Text on #000000
FAIL
7.38:1
Text on #F8FAFC
AAA
2.31:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #923324;
}
.text-color {
color: #923324;
}
.border-color {
border: 2px solid #923324;
}