Shades of Auburn #72302C
Tints of Auburn #72302C
RGB
CMYK
RGB Variations
Color information
#72302C (or 0x72302C) is known color: Auburn. HEX triplet: 72, 30 and 2C. RGB value is (114,48,44). Sum of RGB (Red+Green+Blue) = 114+48+44=206 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.34% from 206); Green value is 48 (19.14% from 255 or 23.30% from 206); Blue value is 44 (17.58% from 255 or 21.36% from 206); Max value from RGB is 114 - color contains mainly: red. Hex color #72302C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72302C is #8DCFD3. Grayscale: #434343. Windows color (decimal): -9293780 or 2895986. OLE color: 2895986.
HSL color Cylindrical-coordinate representation of color #72302C: hue angle of 3.43º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #72302C is Cyan = 0, Magento = 0.58, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 48 | 44 | - |
| CMYK | 0 | 0.58 | 0.61 | 0.55 |
| HSL | 3.43º | 0.44% | 0.31% | - |
| HSV(B) | 3.43º | 0.61% | 0.45% | - |
| XYZ | 8.45 | 5.87 | 3.07 | - |
| YUV | 67.28 | 114.87 | 161.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 48 | 44 | 0 | 0.58 | 0.61 | 0.55 | 3.43 | 0.44 | 0.31 |
| Hex | 72 | 30 | 2C | 0 | 3A | 3D | 37 | 3 | 2C | 1F |
| Octal | 162 | 60 | 54 | 0 | 72 | 75 | 67 | 3 | 54 | 37 |
| Binary | 1110010 | 110000 | 101100 | 0 | 111010 | 111101 | 110111 | 11 | 101100 | 11111 |
Color Harmonies of #72302C
Complementary color
Monochromatic Colors of #72302C
Black with #72302C
Text Example
Text Example
White with #72302C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72302C; }
p { color: rgb(114,48,44); }
H1.HeaderClassName
{
color: #72302C;
}
.AnyTagClassName
{
color: #72302C;
}
</style>
background-color css
<style>
a { background-color: #72302C; }
a { background-color: rgb(114,48,44); }
div.DivClassName
{
background-color: #72302C;
}
.BgClassName
{
background-color: #72302C;
}
</style>
border-color css
<style>
span { border-color: #72302C; }
span { border-color: rgb(114,48,44); }
td.TdClassName
{
border-color: #72302C;
}
.TagClassName
{
border-color: #72302C;
}
</style>