Shades of Auburn #702923
Tints of Auburn #702923
RGB
CMYK
RGB Variations
Color information
#702923 (or 0x702923) is known color: Auburn. HEX triplet: 70, 29 and 23. RGB value is (112,41,35). Sum of RGB (Red+Green+Blue) = 112+41+35=188 (24% of max value = 765). Red value is 112 (44.14% from 255 or 59.57% from 188); Green value is 41 (16.41% from 255 or 21.81% from 188); Blue value is 35 (14.06% from 255 or 18.62% from 188); Max value from RGB is 112 - color contains mainly: red. Hex color #702923 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702923 is #8FD6DC. Grayscale: #3D3D3D. Windows color (decimal): -9426653 or 2304368. OLE color: 2304368.
HSL color Cylindrical-coordinate representation of color #702923: hue angle of 4.68º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #702923 is Cyan = 0, Magento = 0.63, Yellow = 0.69 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 41 | 35 | - |
| CMYK | 0 | 0.63 | 0.69 | 0.56 |
| HSL | 4.68º | 0.52% | 0.29% | - |
| HSV(B) | 4.68º | 0.69% | 0.44% | - |
| XYZ | 7.78 | 5.15 | 2.17 | - |
| YUV | 61.55 | 113.02 | 163.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 41 | 35 | 0 | 0.63 | 0.69 | 0.56 | 4.68 | 0.52 | 0.29 |
| Hex | 70 | 29 | 23 | 0 | 3F | 45 | 38 | 5 | 34 | 1D |
| Octal | 160 | 51 | 43 | 0 | 77 | 105 | 70 | 5 | 64 | 35 |
| Binary | 1110000 | 101001 | 100011 | 0 | 111111 | 1000101 | 111000 | 101 | 110100 | 11101 |
Color Harmonies of #702923
Complementary color
Monochromatic Colors of #702923
Black with #702923
Text Example
Text Example
White with #702923
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702923; }
p { color: rgb(112,41,35); }
H1.HeaderClassName
{
color: #702923;
}
.AnyTagClassName
{
color: #702923;
}
</style>
background-color css
<style>
a { background-color: #702923; }
a { background-color: rgb(112,41,35); }
div.DivClassName
{
background-color: #702923;
}
.BgClassName
{
background-color: #702923;
}
</style>
border-color css
<style>
span { border-color: #702923; }
span { border-color: rgb(112,41,35); }
td.TdClassName
{
border-color: #702923;
}
.TagClassName
{
border-color: #702923;
}
</style>