Shades of Horses Neck #70521E
Tints of Horses Neck #70521E
RGB
CMYK
RGB Variations
Color information
#70521E (or 0x70521E) is known color: Horses Neck. HEX triplet: 70, 52 and 1E. RGB value is (112,82,30). Sum of RGB (Red+Green+Blue) = 112+82+30=224 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50% from 224); Green value is 82 (32.42% from 255 or 36.61% from 224); Blue value is 30 (12.11% from 255 or 13.39% from 224); Max value from RGB is 112 - color contains mainly: red. Hex color #70521E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70521E is #8FADE1. Grayscale: #555555. Windows color (decimal): -9416162 or 1987184. OLE color: 1987184.
HSL color Cylindrical-coordinate representation of color #70521E: hue angle of 38.05º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #70521E is Cyan = 0, Magento = 0.27, Yellow = 0.73 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 82 | 30 | - |
| CMYK | 0 | 0.27 | 0.73 | 0.56 |
| HSL | 38.05º | 0.58% | 0.28% | - |
| HSV(B) | 38.05º | 0.73% | 0.44% | - |
| XYZ | 9.93 | 9.57 | 2.55 | - |
| YUV | 85.04 | 96.94 | 147.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 82 | 30 | 0 | 0.27 | 0.73 | 0.56 | 38.05 | 0.58 | 0.28 |
| Hex | 70 | 52 | 1E | 0 | 1B | 49 | 38 | 26 | 3A | 1C |
| Octal | 160 | 122 | 36 | 0 | 33 | 111 | 70 | 46 | 72 | 34 |
| Binary | 1110000 | 1010010 | 11110 | 0 | 11011 | 1001001 | 111000 | 100110 | 111010 | 11100 |
Color Harmonies of #70521E
Complementary color
Monochromatic Colors of #70521E
Black with #70521E
Text Example
Text Example
White with #70521E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70521E; }
p { color: rgb(112,82,30); }
H1.HeaderClassName
{
color: #70521E;
}
.AnyTagClassName
{
color: #70521E;
}
</style>
background-color css
<style>
a { background-color: #70521E; }
a { background-color: rgb(112,82,30); }
div.DivClassName
{
background-color: #70521E;
}
.BgClassName
{
background-color: #70521E;
}
</style>
border-color css
<style>
span { border-color: #70521E; }
span { border-color: rgb(112,82,30); }
td.TdClassName
{
border-color: #70521E;
}
.TagClassName
{
border-color: #70521E;
}
</style>