Shades of Auburn #702E29
Tints of Auburn #702E29
RGB
CMYK
RGB Variations
Color information
#702E29 (or 0x702E29) is known color: Auburn. HEX triplet: 70, 2E and 29. RGB value is (112,46,41). Sum of RGB (Red+Green+Blue) = 112+46+41=199 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.28% from 199); Green value is 46 (18.36% from 255 or 23.12% from 199); Blue value is 41 (16.41% from 255 or 20.60% from 199); Max value from RGB is 112 - color contains mainly: red. Hex color #702E29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702E29 is #8FD1D6. Grayscale: #414141. Windows color (decimal): -9425367 or 2698864. OLE color: 2698864.
HSL color Cylindrical-coordinate representation of color #702E29: hue angle of 4.23º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #702E29 is Cyan = 0, Magento = 0.59, Yellow = 0.63 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 46 | 41 | - |
| CMYK | 0 | 0.59 | 0.63 | 0.56 |
| HSL | 4.23º | 0.46% | 0.3% | - |
| HSV(B) | 4.23º | 0.63% | 0.44% | - |
| XYZ | 8.06 | 5.56 | 2.75 | - |
| YUV | 65.16 | 114.37 | 161.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 46 | 41 | 0 | 0.59 | 0.63 | 0.56 | 4.23 | 0.46 | 0.3 |
| Hex | 70 | 2E | 29 | 0 | 3B | 3F | 38 | 4 | 2E | 1E |
| Octal | 160 | 56 | 51 | 0 | 73 | 77 | 70 | 4 | 56 | 36 |
| Binary | 1110000 | 101110 | 101001 | 0 | 111011 | 111111 | 111000 | 100 | 101110 | 11110 |
Color Harmonies of #702E29
Complementary color
Monochromatic Colors of #702E29
Black with #702E29
Text Example
Text Example
White with #702E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702E29; }
p { color: rgb(112,46,41); }
H1.HeaderClassName
{
color: #702E29;
}
.AnyTagClassName
{
color: #702E29;
}
</style>
background-color css
<style>
a { background-color: #702E29; }
a { background-color: rgb(112,46,41); }
div.DivClassName
{
background-color: #702E29;
}
.BgClassName
{
background-color: #702E29;
}
</style>
border-color css
<style>
span { border-color: #702E29; }
span { border-color: rgb(112,46,41); }
td.TdClassName
{
border-color: #702E29;
}
.TagClassName
{
border-color: #702E29;
}
</style>