Shades of Auburn #732B24
Tints of Auburn #732B24
RGB
CMYK
RGB Variations
Color information
#732B24 (or 0x732B24) is known color: Auburn. HEX triplet: 73, 2B and 24. RGB value is (115,43,36). Sum of RGB (Red+Green+Blue) = 115+43+36=194 (25% of max value = 765). Red value is 115 (45.31% from 255 or 59.28% from 194); Green value is 43 (17.19% from 255 or 22.16% from 194); Blue value is 36 (14.45% from 255 or 18.56% from 194); Max value from RGB is 115 - color contains mainly: red. Hex color #732B24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732B24 is #8CD4DB. Grayscale: #3F3F3F. Windows color (decimal): -9229532 or 2370419. OLE color: 2370419.
HSL color Cylindrical-coordinate representation of color #732B24: hue angle of 5.32º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #732B24 is Cyan = 0, Magento = 0.63, Yellow = 0.69 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 43 | 36 | - |
| CMYK | 0 | 0.63 | 0.69 | 0.55 |
| HSL | 5.32º | 0.52% | 0.3% | - |
| HSV(B) | 5.32º | 0.69% | 0.45% | - |
| XYZ | 8.25 | 5.5 | 2.3 | - |
| YUV | 63.73 | 112.35 | 164.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 43 | 36 | 0 | 0.63 | 0.69 | 0.55 | 5.32 | 0.52 | 0.3 |
| Hex | 73 | 2B | 24 | 0 | 3F | 45 | 37 | 5 | 34 | 1E |
| Octal | 163 | 53 | 44 | 0 | 77 | 105 | 67 | 5 | 64 | 36 |
| Binary | 1110011 | 101011 | 100100 | 0 | 111111 | 1000101 | 110111 | 101 | 110100 | 11110 |
Color Harmonies of #732B24
Complementary color
Monochromatic Colors of #732B24
Black with #732B24
Text Example
Text Example
White with #732B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732B24; }
p { color: rgb(115,43,36); }
H1.HeaderClassName
{
color: #732B24;
}
.AnyTagClassName
{
color: #732B24;
}
</style>
background-color css
<style>
a { background-color: #732B24; }
a { background-color: rgb(115,43,36); }
div.DivClassName
{
background-color: #732B24;
}
.BgClassName
{
background-color: #732B24;
}
</style>
border-color css
<style>
span { border-color: #732B24; }
span { border-color: rgb(115,43,36); }
td.TdClassName
{
border-color: #732B24;
}
.TagClassName
{
border-color: #732B24;
}
</style>