Shades of Auburn #702D26
Tints of Auburn #702D26
RGB
CMYK
RGB Variations
Color information
#702D26 (or 0x702D26) is known color: Auburn. HEX triplet: 70, 2D and 26. RGB value is (112,45,38). Sum of RGB (Red+Green+Blue) = 112+45+38=195 (25% of max value = 765). Red value is 112 (44.14% from 255 or 57.44% from 195); Green value is 45 (17.97% from 255 or 23.08% from 195); Blue value is 38 (15.23% from 255 or 19.49% from 195); Max value from RGB is 112 - color contains mainly: red. Hex color #702D26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702D26 is #8FD2D9. Grayscale: #404040. Windows color (decimal): -9425626 or 2502000. OLE color: 2502000.
HSL color Cylindrical-coordinate representation of color #702D26: hue angle of 5.68º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #702D26 is Cyan = 0, Magento = 0.60, Yellow = 0.66 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 45 | 38 | - |
| CMYK | 0 | 0.60 | 0.66 | 0.56 |
| HSL | 5.68º | 0.49% | 0.29% | - |
| HSV(B) | 5.68º | 0.66% | 0.44% | - |
| XYZ | 7.97 | 5.46 | 2.47 | - |
| YUV | 64.24 | 113.2 | 162.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 45 | 38 | 0 | 0.60 | 0.66 | 0.56 | 5.68 | 0.49 | 0.29 |
| Hex | 70 | 2D | 26 | 0 | 3C | 42 | 38 | 6 | 31 | 1D |
| Octal | 160 | 55 | 46 | 0 | 74 | 102 | 70 | 6 | 61 | 35 |
| Binary | 1110000 | 101101 | 100110 | 0 | 111100 | 1000010 | 111000 | 110 | 110001 | 11101 |
Color Harmonies of #702D26
Complementary color
Monochromatic Colors of #702D26
Black with #702D26
Text Example
Text Example
White with #702D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702D26; }
p { color: rgb(112,45,38); }
H1.HeaderClassName
{
color: #702D26;
}
.AnyTagClassName
{
color: #702D26;
}
</style>
background-color css
<style>
a { background-color: #702D26; }
a { background-color: rgb(112,45,38); }
div.DivClassName
{
background-color: #702D26;
}
.BgClassName
{
background-color: #702D26;
}
</style>
border-color css
<style>
span { border-color: #702D26; }
span { border-color: rgb(112,45,38); }
td.TdClassName
{
border-color: #702D26;
}
.TagClassName
{
border-color: #702D26;
}
</style>