Shades of Auburn #702E28
Tints of Auburn #702E28
RGB
CMYK
RGB Variations
Color information
#702E28 (or 0x702E28) is known color: Auburn. HEX triplet: 70, 2E and 28. RGB value is (112,46,40). Sum of RGB (Red+Green+Blue) = 112+46+40=198 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.57% from 198); Green value is 46 (18.36% from 255 or 23.23% from 198); Blue value is 40 (16.02% from 255 or 20.20% from 198); Max value from RGB is 112 - color contains mainly: red. Hex color #702E28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702E28 is #8FD1D7. Grayscale: #414141. Windows color (decimal): -9425368 or 2633328. OLE color: 2633328.
HSL color Cylindrical-coordinate representation of color #702E28: hue angle of 5º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #702E28 is Cyan = 0, Magento = 0.59, Yellow = 0.64 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 46 | 40 | - |
| CMYK | 0 | 0.59 | 0.64 | 0.56 |
| HSL | 5º | 0.47% | 0.3% | - |
| HSV(B) | 5º | 0.64% | 0.44% | - |
| XYZ | 8.04 | 5.55 | 2.66 | - |
| YUV | 65.05 | 113.87 | 161.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 46 | 40 | 0 | 0.59 | 0.64 | 0.56 | 5 | 0.47 | 0.3 |
| Hex | 70 | 2E | 28 | 0 | 3B | 40 | 38 | 5 | 2F | 1E |
| Octal | 160 | 56 | 50 | 0 | 73 | 100 | 70 | 5 | 57 | 36 |
| Binary | 1110000 | 101110 | 101000 | 0 | 111011 | 1000000 | 111000 | 101 | 101111 | 11110 |
Color Harmonies of #702E28
Complementary color
Monochromatic Colors of #702E28
Black with #702E28
Text Example
Text Example
White with #702E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702E28; }
p { color: rgb(112,46,40); }
H1.HeaderClassName
{
color: #702E28;
}
.AnyTagClassName
{
color: #702E28;
}
</style>
background-color css
<style>
a { background-color: #702E28; }
a { background-color: rgb(112,46,40); }
div.DivClassName
{
background-color: #702E28;
}
.BgClassName
{
background-color: #702E28;
}
</style>
border-color css
<style>
span { border-color: #702E28; }
span { border-color: rgb(112,46,40); }
td.TdClassName
{
border-color: #702E28;
}
.TagClassName
{
border-color: #702E28;
}
</style>