Shades of Auburn #73302E
Tints of Auburn #73302E
RGB
CMYK
RGB Variations
Color information
#73302E (or 0x73302E) is known color: Auburn. HEX triplet: 73, 30 and 2E. RGB value is (115,48,46). Sum of RGB (Red+Green+Blue) = 115+48+46=209 (27% of max value = 765). Red value is 115 (45.31% from 255 or 55.02% from 209); Green value is 48 (19.14% from 255 or 22.97% from 209); Blue value is 46 (18.36% from 255 or 22.01% from 209); Max value from RGB is 115 - color contains mainly: red. Hex color #73302E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73302E is #8CCFD1. Grayscale: #434343. Windows color (decimal): -9228242 or 3027059. OLE color: 3027059.
HSL color Cylindrical-coordinate representation of color #73302E: hue angle of 1.74º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #73302E is Cyan = 0, Magento = 0.58, Yellow = 0.6 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 48 | 46 | - |
| CMYK | 0 | 0.58 | 0.6 | 0.55 |
| HSL | 1.74º | 0.43% | 0.32% | - |
| HSV(B) | 1.74º | 0.6% | 0.45% | - |
| XYZ | 8.62 | 5.96 | 3.28 | - |
| YUV | 67.81 | 115.7 | 161.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 48 | 46 | 0 | 0.58 | 0.6 | 0.55 | 1.74 | 0.43 | 0.32 |
| Hex | 73 | 30 | 2E | 0 | 3A | 3C | 37 | 2 | 2B | 20 |
| Octal | 163 | 60 | 56 | 0 | 72 | 74 | 67 | 2 | 53 | 40 |
| Binary | 1110011 | 110000 | 101110 | 0 | 111010 | 111100 | 110111 | 10 | 101011 | 100000 |
Color Harmonies of #73302E
Complementary color
Monochromatic Colors of #73302E
Black with #73302E
Text Example
Text Example
White with #73302E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73302E; }
p { color: rgb(115,48,46); }
H1.HeaderClassName
{
color: #73302E;
}
.AnyTagClassName
{
color: #73302E;
}
</style>
background-color css
<style>
a { background-color: #73302E; }
a { background-color: rgb(115,48,46); }
div.DivClassName
{
background-color: #73302E;
}
.BgClassName
{
background-color: #73302E;
}
</style>
border-color css
<style>
span { border-color: #73302E; }
span { border-color: rgb(115,48,46); }
td.TdClassName
{
border-color: #73302E;
}
.TagClassName
{
border-color: #73302E;
}
</style>