Shades of Auburn #702E2B
Tints of Auburn #702E2B
RGB
CMYK
RGB Variations
Color information
#702E2B (or 0x702E2B) is known color: Auburn. HEX triplet: 70, 2E and 2B. RGB value is (112,46,43). Sum of RGB (Red+Green+Blue) = 112+46+43=201 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.72% from 201); Green value is 46 (18.36% from 255 or 22.89% from 201); Blue value is 43 (17.19% from 255 or 21.39% from 201); Max value from RGB is 112 - color contains mainly: red. Hex color #702E2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702E2B is #8FD1D4. Grayscale: #414141. Windows color (decimal): -9425365 or 2829936. OLE color: 2829936.
HSL color Cylindrical-coordinate representation of color #702E2B: hue angle of 2.61º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #702E2B is Cyan = 0, Magento = 0.59, Yellow = 0.62 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 46 | 43 | - |
| CMYK | 0 | 0.59 | 0.62 | 0.56 |
| HSL | 2.61º | 0.45% | 0.3% | - |
| HSV(B) | 2.61º | 0.62% | 0.44% | - |
| XYZ | 8.1 | 5.57 | 2.93 | - |
| YUV | 65.39 | 115.37 | 161.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 46 | 43 | 0 | 0.59 | 0.62 | 0.56 | 2.61 | 0.45 | 0.3 |
| Hex | 70 | 2E | 2B | 0 | 3B | 3E | 38 | 3 | 2D | 1E |
| Octal | 160 | 56 | 53 | 0 | 73 | 76 | 70 | 3 | 55 | 36 |
| Binary | 1110000 | 101110 | 101011 | 0 | 111011 | 111110 | 111000 | 11 | 101101 | 11110 |
Color Harmonies of #702E2B
Complementary color
Monochromatic Colors of #702E2B
Black with #702E2B
Text Example
Text Example
White with #702E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702E2B; }
p { color: rgb(112,46,43); }
H1.HeaderClassName
{
color: #702E2B;
}
.AnyTagClassName
{
color: #702E2B;
}
</style>
background-color css
<style>
a { background-color: #702E2B; }
a { background-color: rgb(112,46,43); }
div.DivClassName
{
background-color: #702E2B;
}
.BgClassName
{
background-color: #702E2B;
}
</style>
border-color css
<style>
span { border-color: #702E2B; }
span { border-color: rgb(112,46,43); }
td.TdClassName
{
border-color: #702E2B;
}
.TagClassName
{
border-color: #702E2B;
}
</style>