Shades of Auburn #702E27
Tints of Auburn #702E27
RGB
CMYK
RGB Variations
Color information
#702E27 (or 0x702E27) is known color: Auburn. HEX triplet: 70, 2E and 27. RGB value is (112,46,39). Sum of RGB (Red+Green+Blue) = 112+46+39=197 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.85% from 197); Green value is 46 (18.36% from 255 or 23.35% from 197); Blue value is 39 (15.62% from 255 or 19.80% from 197); Max value from RGB is 112 - color contains mainly: red. Hex color #702E27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702E27 is #8FD1D8. Grayscale: #414141. Windows color (decimal): -9425369 or 2567792. OLE color: 2567792.
HSL color Cylindrical-coordinate representation of color #702E27: hue angle of 5.75º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #702E27 is Cyan = 0, Magento = 0.59, Yellow = 0.65 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 46 | 39 | - |
| CMYK | 0 | 0.59 | 0.65 | 0.56 |
| HSL | 5.75º | 0.48% | 0.3% | - |
| HSV(B) | 5.75º | 0.65% | 0.44% | - |
| XYZ | 8.03 | 5.55 | 2.57 | - |
| YUV | 64.94 | 113.37 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 46 | 39 | 0 | 0.59 | 0.65 | 0.56 | 5.75 | 0.48 | 0.3 |
| Hex | 70 | 2E | 27 | 0 | 3B | 41 | 38 | 6 | 30 | 1E |
| Octal | 160 | 56 | 47 | 0 | 73 | 101 | 70 | 6 | 60 | 36 |
| Binary | 1110000 | 101110 | 100111 | 0 | 111011 | 1000001 | 111000 | 110 | 110000 | 11110 |
Color Harmonies of #702E27
Complementary color
Monochromatic Colors of #702E27
Black with #702E27
Text Example
Text Example
White with #702E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702E27; }
p { color: rgb(112,46,39); }
H1.HeaderClassName
{
color: #702E27;
}
.AnyTagClassName
{
color: #702E27;
}
</style>
background-color css
<style>
a { background-color: #702E27; }
a { background-color: rgb(112,46,39); }
div.DivClassName
{
background-color: #702E27;
}
.BgClassName
{
background-color: #702E27;
}
</style>
border-color css
<style>
span { border-color: #702E27; }
span { border-color: rgb(112,46,39); }
td.TdClassName
{
border-color: #702E27;
}
.TagClassName
{
border-color: #702E27;
}
</style>