Shades of Horses Neck #70562C
Tints of Horses Neck #70562C
RGB
CMYK
RGB Variations
Color information
#70562C (or 0x70562C) is known color: Horses Neck. HEX triplet: 70, 56 and 2C. RGB value is (112,86,44). Sum of RGB (Red+Green+Blue) = 112+86+44=242 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.28% from 242); Green value is 86 (33.98% from 255 or 35.54% from 242); Blue value is 44 (17.58% from 255 or 18.18% from 242); Max value from RGB is 112 - color contains mainly: red. Hex color #70562C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70562C is #8FA9D3. Grayscale: #595959. Windows color (decimal): -9415124 or 2905712. OLE color: 2905712.
HSL color Cylindrical-coordinate representation of color #70562C: hue angle of 37.06º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #70562C is Cyan = 0, Magento = 0.23, Yellow = 0.61 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 86 | 44 | - |
| CMYK | 0 | 0.23 | 0.61 | 0.56 |
| HSL | 37.06º | 0.44% | 0.31% | - |
| HSV(B) | 37.06º | 0.61% | 0.44% | - |
| XYZ | 10.46 | 10.28 | 3.82 | - |
| YUV | 88.99 | 102.61 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 86 | 44 | 0 | 0.23 | 0.61 | 0.56 | 37.06 | 0.44 | 0.31 |
| Hex | 70 | 56 | 2C | 0 | 17 | 3D | 38 | 25 | 2C | 1F |
| Octal | 160 | 126 | 54 | 0 | 27 | 75 | 70 | 45 | 54 | 37 |
| Binary | 1110000 | 1010110 | 101100 | 0 | 10111 | 111101 | 111000 | 100101 | 101100 | 11111 |
Color Harmonies of #70562C
Complementary color
Monochromatic Colors of #70562C
Black with #70562C
Text Example
Text Example
White with #70562C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70562C; }
p { color: rgb(112,86,44); }
H1.HeaderClassName
{
color: #70562C;
}
.AnyTagClassName
{
color: #70562C;
}
</style>
background-color css
<style>
a { background-color: #70562C; }
a { background-color: rgb(112,86,44); }
div.DivClassName
{
background-color: #70562C;
}
.BgClassName
{
background-color: #70562C;
}
</style>
border-color css
<style>
span { border-color: #70562C; }
span { border-color: rgb(112,86,44); }
td.TdClassName
{
border-color: #70562C;
}
.TagClassName
{
border-color: #70562C;
}
</style>