Shades of Auburn #72332E
Tints of Auburn #72332E
RGB
CMYK
RGB Variations
Color information
#72332E (or 0x72332E) is known color: Auburn. HEX triplet: 72, 33 and 2E. RGB value is (114,51,46). Sum of RGB (Red+Green+Blue) = 114+51+46=211 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.03% from 211); Green value is 51 (20.31% from 255 or 24.17% from 211); Blue value is 46 (18.36% from 255 or 21.80% from 211); Max value from RGB is 114 - color contains mainly: red. Hex color #72332E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72332E is #8DCCD1. Grayscale: #454545. Windows color (decimal): -9293010 or 3027826. OLE color: 3027826.
HSL color Cylindrical-coordinate representation of color #72332E: hue angle of 4.41º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #72332E is Cyan = 0, Magento = 0.55, Yellow = 0.60 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 51 | 46 | - |
| CMYK | 0 | 0.55 | 0.60 | 0.55 |
| HSL | 4.41º | 0.43% | 0.31% | - |
| HSV(B) | 4.41º | 0.6% | 0.45% | - |
| XYZ | 8.62 | 6.14 | 3.32 | - |
| YUV | 69.27 | 114.87 | 159.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 51 | 46 | 0 | 0.55 | 0.60 | 0.55 | 4.41 | 0.43 | 0.31 |
| Hex | 72 | 33 | 2E | 0 | 37 | 3C | 37 | 4 | 2A | 1F |
| Octal | 162 | 63 | 56 | 0 | 67 | 74 | 67 | 4 | 52 | 37 |
| Binary | 1110010 | 110011 | 101110 | 0 | 110111 | 111100 | 110111 | 100 | 101010 | 11111 |
Color Harmonies of #72332E
Complementary color
Monochromatic Colors of #72332E
Black with #72332E
Text Example
Text Example
White with #72332E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72332E; }
p { color: rgb(114,51,46); }
H1.HeaderClassName
{
color: #72332E;
}
.AnyTagClassName
{
color: #72332E;
}
</style>
background-color css
<style>
a { background-color: #72332E; }
a { background-color: rgb(114,51,46); }
div.DivClassName
{
background-color: #72332E;
}
.BgClassName
{
background-color: #72332E;
}
</style>
border-color css
<style>
span { border-color: #72332E; }
span { border-color: rgb(114,51,46); }
td.TdClassName
{
border-color: #72332E;
}
.TagClassName
{
border-color: #72332E;
}
</style>