Shades of Auburn #732F2E
Tints of Auburn #732F2E
RGB
CMYK
RGB Variations
Color information
#732F2E (or 0x732F2E) is known color: Auburn. HEX triplet: 73, 2F and 2E. RGB value is (115,47,46). Sum of RGB (Red+Green+Blue) = 115+47+46=208 (27% of max value = 765). Red value is 115 (45.31% from 255 or 55.29% from 208); Green value is 47 (18.75% from 255 or 22.60% from 208); Blue value is 46 (18.36% from 255 or 22.12% from 208); Max value from RGB is 115 - color contains mainly: red. Hex color #732F2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732F2E is #8CD0D1. Grayscale: #434343. Windows color (decimal): -9228498 or 3026803. OLE color: 3026803.
HSL color Cylindrical-coordinate representation of color #732F2E: hue angle of 0.87º 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 #732F2E is Cyan = 0, Magento = 0.59, Yellow = 0.6 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 47 | 46 | - |
| CMYK | 0 | 0.59 | 0.6 | 0.55 |
| HSL | 0.87º | 0.43% | 0.32% | - |
| HSV(B) | 0.87º | 0.6% | 0.45% | - |
| XYZ | 8.58 | 5.88 | 3.27 | - |
| YUV | 67.22 | 116.03 | 162.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 47 | 46 | 0 | 0.59 | 0.6 | 0.55 | 0.87 | 0.43 | 0.32 |
| Hex | 73 | 2F | 2E | 0 | 3B | 3C | 37 | 1 | 2B | 20 |
| Octal | 163 | 57 | 56 | 0 | 73 | 74 | 67 | 1 | 53 | 40 |
| Binary | 1110011 | 101111 | 101110 | 0 | 111011 | 111100 | 110111 | 1 | 101011 | 100000 |
Color Harmonies of #732F2E
Complementary color
Monochromatic Colors of #732F2E
Black with #732F2E
Text Example
Text Example
White with #732F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732F2E; }
p { color: rgb(115,47,46); }
H1.HeaderClassName
{
color: #732F2E;
}
.AnyTagClassName
{
color: #732F2E;
}
</style>
background-color css
<style>
a { background-color: #732F2E; }
a { background-color: rgb(115,47,46); }
div.DivClassName
{
background-color: #732F2E;
}
.BgClassName
{
background-color: #732F2E;
}
</style>
border-color css
<style>
span { border-color: #732F2E; }
span { border-color: rgb(115,47,46); }
td.TdClassName
{
border-color: #732F2E;
}
.TagClassName
{
border-color: #732F2E;
}
</style>