Shades of Auburn #732C28
Tints of Auburn #732C28
RGB
CMYK
RGB Variations
Color information
#732C28 (or 0x732C28) is known color: Auburn. HEX triplet: 73, 2C and 28. RGB value is (115,44,40). Sum of RGB (Red+Green+Blue) = 115+44+40=199 (26% of max value = 765). Red value is 115 (45.31% from 255 or 57.79% from 199); Green value is 44 (17.58% from 255 or 22.11% from 199); Blue value is 40 (16.02% from 255 or 20.10% from 199); Max value from RGB is 115 - color contains mainly: red. Hex color #732C28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732C28 is #8CD3D7. Grayscale: #404040. Windows color (decimal): -9229272 or 2632819. OLE color: 2632819.
HSL color Cylindrical-coordinate representation of color #732C28: hue angle of 3.2º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #732C28 is Cyan = 0, Magento = 0.62, Yellow = 0.65 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 44 | 40 | - |
| CMYK | 0 | 0.62 | 0.65 | 0.55 |
| HSL | 3.2º | 0.48% | 0.3% | - |
| HSV(B) | 3.2º | 0.65% | 0.45% | - |
| XYZ | 8.35 | 5.6 | 2.65 | - |
| YUV | 64.77 | 114.02 | 163.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 44 | 40 | 0 | 0.62 | 0.65 | 0.55 | 3.2 | 0.48 | 0.3 |
| Hex | 73 | 2C | 28 | 0 | 3E | 41 | 37 | 3 | 30 | 1E |
| Octal | 163 | 54 | 50 | 0 | 76 | 101 | 67 | 3 | 60 | 36 |
| Binary | 1110011 | 101100 | 101000 | 0 | 111110 | 1000001 | 110111 | 11 | 110000 | 11110 |
Color Harmonies of #732C28
Complementary color
Monochromatic Colors of #732C28
Black with #732C28
Text Example
Text Example
White with #732C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732C28; }
p { color: rgb(115,44,40); }
H1.HeaderClassName
{
color: #732C28;
}
.AnyTagClassName
{
color: #732C28;
}
</style>
background-color css
<style>
a { background-color: #732C28; }
a { background-color: rgb(115,44,40); }
div.DivClassName
{
background-color: #732C28;
}
.BgClassName
{
background-color: #732C28;
}
</style>
border-color css
<style>
span { border-color: #732C28; }
span { border-color: rgb(115,44,40); }
td.TdClassName
{
border-color: #732C28;
}
.TagClassName
{
border-color: #732C28;
}
</style>