Shades of Auburn #702F2E
Tints of Auburn #702F2E
RGB
CMYK
RGB Variations
Color information
#702F2E (or 0x702F2E) is known color: Auburn. HEX triplet: 70, 2F and 2E. RGB value is (112,47,46). Sum of RGB (Red+Green+Blue) = 112+47+46=205 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.63% from 205); Green value is 47 (18.75% from 255 or 22.93% from 205); Blue value is 46 (18.36% from 255 or 22.44% from 205); Max value from RGB is 112 - color contains mainly: red. Hex color #702F2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702F2E is #8FD0D1. Grayscale: #424242. Windows color (decimal): -9425106 or 3026800. OLE color: 3026800.
HSL color Cylindrical-coordinate representation of color #702F2E: hue angle of 0.91º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #702F2E is Cyan = 0, Magento = 0.58, Yellow = 0.59 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 47 | 46 | - |
| CMYK | 0 | 0.58 | 0.59 | 0.56 |
| HSL | 0.91º | 0.42% | 0.31% | - |
| HSV(B) | 0.91º | 0.59% | 0.44% | - |
| XYZ | 8.19 | 5.68 | 3.25 | - |
| YUV | 66.32 | 116.53 | 160.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 47 | 46 | 0 | 0.58 | 0.59 | 0.56 | 0.91 | 0.42 | 0.31 |
| Hex | 70 | 2F | 2E | 0 | 3A | 3B | 38 | 1 | 2A | 1F |
| Octal | 160 | 57 | 56 | 0 | 72 | 73 | 70 | 1 | 52 | 37 |
| Binary | 1110000 | 101111 | 101110 | 0 | 111010 | 111011 | 111000 | 1 | 101010 | 11111 |
Color Harmonies of #702F2E
Complementary color
Monochromatic Colors of #702F2E
Black with #702F2E
Text Example
Text Example
White with #702F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702F2E; }
p { color: rgb(112,47,46); }
H1.HeaderClassName
{
color: #702F2E;
}
.AnyTagClassName
{
color: #702F2E;
}
</style>
background-color css
<style>
a { background-color: #702F2E; }
a { background-color: rgb(112,47,46); }
div.DivClassName
{
background-color: #702F2E;
}
.BgClassName
{
background-color: #702F2E;
}
</style>
border-color css
<style>
span { border-color: #702F2E; }
span { border-color: rgb(112,47,46); }
td.TdClassName
{
border-color: #702F2E;
}
.TagClassName
{
border-color: #702F2E;
}
</style>