Shades of Horses Neck #70592D
Tints of Horses Neck #70592D
RGB
CMYK
RGB Variations
Color information
#70592D (or 0x70592D) is known color: Horses Neck. HEX triplet: 70, 59 and 2D. RGB value is (112,89,45). Sum of RGB (Red+Green+Blue) = 112+89+45=246 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.53% from 246); Green value is 89 (35.16% from 255 or 36.18% from 246); Blue value is 45 (17.97% from 255 or 18.29% from 246); Max value from RGB is 112 - color contains mainly: red. Hex color #70592D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70592D is #8FA6D2. Grayscale: #5B5B5B. Windows color (decimal): -9414355 or 2972016. OLE color: 2972016.
HSL color Cylindrical-coordinate representation of color #70592D: hue angle of 39.4º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #70592D is Cyan = 0, Magento = 0.21, Yellow = 0.60 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 89 | 45 | - |
| CMYK | 0 | 0.21 | 0.60 | 0.56 |
| HSL | 39.4º | 0.43% | 0.31% | - |
| HSV(B) | 39.4º | 0.6% | 0.44% | - |
| XYZ | 10.73 | 10.78 | 4 | - |
| YUV | 90.86 | 102.12 | 143.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 89 | 45 | 0 | 0.21 | 0.60 | 0.56 | 39.4 | 0.43 | 0.31 |
| Hex | 70 | 59 | 2D | 0 | 15 | 3C | 38 | 27 | 2B | 1F |
| Octal | 160 | 131 | 55 | 0 | 25 | 74 | 70 | 47 | 53 | 37 |
| Binary | 1110000 | 1011001 | 101101 | 0 | 10101 | 111100 | 111000 | 100111 | 101011 | 11111 |
Color Harmonies of #70592D
Complementary color
Monochromatic Colors of #70592D
Black with #70592D
Text Example
Text Example
White with #70592D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70592D; }
p { color: rgb(112,89,45); }
H1.HeaderClassName
{
color: #70592D;
}
.AnyTagClassName
{
color: #70592D;
}
</style>
background-color css
<style>
a { background-color: #70592D; }
a { background-color: rgb(112,89,45); }
div.DivClassName
{
background-color: #70592D;
}
.BgClassName
{
background-color: #70592D;
}
</style>
border-color css
<style>
span { border-color: #70592D; }
span { border-color: rgb(112,89,45); }
td.TdClassName
{
border-color: #70592D;
}
.TagClassName
{
border-color: #70592D;
}
</style>