Shades of Auburn #732F29
Tints of Auburn #732F29
RGB
CMYK
RGB Variations
Color information
#732F29 (or 0x732F29) is known color: Auburn. HEX triplet: 73, 2F and 29. RGB value is (115,47,41). Sum of RGB (Red+Green+Blue) = 115+47+41=203 (26% of max value = 765). Red value is 115 (45.31% from 255 or 56.65% from 203); Green value is 47 (18.75% from 255 or 23.15% from 203); Blue value is 41 (16.41% from 255 or 20.20% from 203); Max value from RGB is 115 - color contains mainly: red. Hex color #732F29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732F29 is #8CD0D6. Grayscale: #424242. Windows color (decimal): -9228503 or 2699123. OLE color: 2699123.
HSL color Cylindrical-coordinate representation of color #732F29: hue angle of 4.86º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #732F29 is Cyan = 0, Magento = 0.59, Yellow = 0.64 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 47 | 41 | - |
| CMYK | 0 | 0.59 | 0.64 | 0.55 |
| HSL | 4.86º | 0.47% | 0.31% | - |
| HSV(B) | 4.86º | 0.64% | 0.45% | - |
| XYZ | 8.49 | 5.84 | 2.78 | - |
| YUV | 66.65 | 113.53 | 162.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 47 | 41 | 0 | 0.59 | 0.64 | 0.55 | 4.86 | 0.47 | 0.31 |
| Hex | 73 | 2F | 29 | 0 | 3B | 40 | 37 | 5 | 2F | 1F |
| Octal | 163 | 57 | 51 | 0 | 73 | 100 | 67 | 5 | 57 | 37 |
| Binary | 1110011 | 101111 | 101001 | 0 | 111011 | 1000000 | 110111 | 101 | 101111 | 11111 |
Color Harmonies of #732F29
Complementary color
Monochromatic Colors of #732F29
Black with #732F29
Text Example
Text Example
White with #732F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732F29; }
p { color: rgb(115,47,41); }
H1.HeaderClassName
{
color: #732F29;
}
.AnyTagClassName
{
color: #732F29;
}
</style>
background-color css
<style>
a { background-color: #732F29; }
a { background-color: rgb(115,47,41); }
div.DivClassName
{
background-color: #732F29;
}
.BgClassName
{
background-color: #732F29;
}
</style>
border-color css
<style>
span { border-color: #732F29; }
span { border-color: rgb(115,47,41); }
td.TdClassName
{
border-color: #732F29;
}
.TagClassName
{
border-color: #732F29;
}
</style>