Shades of Auburn #702E2C
Tints of Auburn #702E2C
RGB
CMYK
RGB Variations
Color information
#702E2C (or 0x702E2C) is known color: Auburn. HEX triplet: 70, 2E and 2C. RGB value is (112,46,44). Sum of RGB (Red+Green+Blue) = 112+46+44=202 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.45% from 202); Green value is 46 (18.36% from 255 or 22.77% from 202); Blue value is 44 (17.58% from 255 or 21.78% from 202); Max value from RGB is 112 - color contains mainly: red. Hex color #702E2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702E2C is #8FD1D3. Grayscale: #414141. Windows color (decimal): -9425364 or 2895472. OLE color: 2895472.
HSL color Cylindrical-coordinate representation of color #702E2C: hue angle of 1.76º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #702E2C is Cyan = 0, Magento = 0.59, Yellow = 0.61 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 46 | 44 | - |
| CMYK | 0 | 0.59 | 0.61 | 0.56 |
| HSL | 1.76º | 0.44% | 0.31% | - |
| HSV(B) | 1.76º | 0.61% | 0.44% | - |
| XYZ | 8.11 | 5.58 | 3.03 | - |
| YUV | 65.51 | 115.87 | 161.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 46 | 44 | 0 | 0.59 | 0.61 | 0.56 | 1.76 | 0.44 | 0.31 |
| Hex | 70 | 2E | 2C | 0 | 3B | 3D | 38 | 2 | 2C | 1F |
| Octal | 160 | 56 | 54 | 0 | 73 | 75 | 70 | 2 | 54 | 37 |
| Binary | 1110000 | 101110 | 101100 | 0 | 111011 | 111101 | 111000 | 10 | 101100 | 11111 |
Color Harmonies of #702E2C
Complementary color
Monochromatic Colors of #702E2C
Black with #702E2C
Text Example
Text Example
White with #702E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702E2C; }
p { color: rgb(112,46,44); }
H1.HeaderClassName
{
color: #702E2C;
}
.AnyTagClassName
{
color: #702E2C;
}
</style>
background-color css
<style>
a { background-color: #702E2C; }
a { background-color: rgb(112,46,44); }
div.DivClassName
{
background-color: #702E2C;
}
.BgClassName
{
background-color: #702E2C;
}
</style>
border-color css
<style>
span { border-color: #702E2C; }
span { border-color: rgb(112,46,44); }
td.TdClassName
{
border-color: #702E2C;
}
.TagClassName
{
border-color: #702E2C;
}
</style>