Shades of Auburn #72302F
Tints of Auburn #72302F
RGB
CMYK
RGB Variations
Color information
#72302F (or 0x72302F) is known color: Auburn. HEX triplet: 72, 30 and 2F. RGB value is (114,48,47). Sum of RGB (Red+Green+Blue) = 114+48+47=209 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.55% from 209); Green value is 48 (19.14% from 255 or 22.97% from 209); Blue value is 47 (18.75% from 255 or 22.49% from 209); Max value from RGB is 114 - color contains mainly: red. Hex color #72302F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72302F is #8DCFD0. Grayscale: #434343. Windows color (decimal): -9293777 or 3092594. OLE color: 3092594.
HSL color Cylindrical-coordinate representation of color #72302F: hue angle of 0.9º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #72302F is Cyan = 0, Magento = 0.58, Yellow = 0.59 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 48 | 47 | - |
| CMYK | 0 | 0.58 | 0.59 | 0.55 |
| HSL | 0.9º | 0.42% | 0.32% | - |
| HSV(B) | 0.9º | 0.59% | 0.45% | - |
| XYZ | 8.51 | 5.9 | 3.38 | - |
| YUV | 67.62 | 116.37 | 161.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 48 | 47 | 0 | 0.58 | 0.59 | 0.55 | 0.9 | 0.42 | 0.32 |
| Hex | 72 | 30 | 2F | 0 | 3A | 3B | 37 | 1 | 2A | 20 |
| Octal | 162 | 60 | 57 | 0 | 72 | 73 | 67 | 1 | 52 | 40 |
| Binary | 1110010 | 110000 | 101111 | 0 | 111010 | 111011 | 110111 | 1 | 101010 | 100000 |
Color Harmonies of #72302F
Complementary color
Monochromatic Colors of #72302F
Black with #72302F
Text Example
Text Example
White with #72302F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72302F; }
p { color: rgb(114,48,47); }
H1.HeaderClassName
{
color: #72302F;
}
.AnyTagClassName
{
color: #72302F;
}
</style>
background-color css
<style>
a { background-color: #72302F; }
a { background-color: rgb(114,48,47); }
div.DivClassName
{
background-color: #72302F;
}
.BgClassName
{
background-color: #72302F;
}
</style>
border-color css
<style>
span { border-color: #72302F; }
span { border-color: rgb(114,48,47); }
td.TdClassName
{
border-color: #72302F;
}
.TagClassName
{
border-color: #72302F;
}
</style>