Shades of Horses Neck #70582E
Tints of Horses Neck #70582E
RGB
CMYK
RGB Variations
Color information
#70582E (or 0x70582E) is known color: Horses Neck. HEX triplet: 70, 58 and 2E. RGB value is (112,88,46). Sum of RGB (Red+Green+Blue) = 112+88+46=246 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.53% from 246); Green value is 88 (34.77% from 255 or 35.77% from 246); Blue value is 46 (18.36% from 255 or 18.70% from 246); Max value from RGB is 112 - color contains mainly: red. Hex color #70582E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70582E is #8FA7D1. Grayscale: #5A5A5A. Windows color (decimal): -9414610 or 3037296. OLE color: 3037296.
HSL color Cylindrical-coordinate representation of color #70582E: hue angle of 38.18º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #70582E is Cyan = 0, Magento = 0.21, Yellow = 0.59 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 88 | 46 | - |
| CMYK | 0 | 0.21 | 0.59 | 0.56 |
| HSL | 38.18º | 0.42% | 0.31% | - |
| HSV(B) | 38.18º | 0.59% | 0.44% | - |
| XYZ | 10.66 | 10.62 | 4.07 | - |
| YUV | 90.39 | 102.95 | 143.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 88 | 46 | 0 | 0.21 | 0.59 | 0.56 | 38.18 | 0.42 | 0.31 |
| Hex | 70 | 58 | 2E | 0 | 15 | 3B | 38 | 26 | 2A | 1F |
| Octal | 160 | 130 | 56 | 0 | 25 | 73 | 70 | 46 | 52 | 37 |
| Binary | 1110000 | 1011000 | 101110 | 0 | 10101 | 111011 | 111000 | 100110 | 101010 | 11111 |
Color Harmonies of #70582E
Complementary color
Monochromatic Colors of #70582E
Black with #70582E
Text Example
Text Example
White with #70582E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70582E; }
p { color: rgb(112,88,46); }
H1.HeaderClassName
{
color: #70582E;
}
.AnyTagClassName
{
color: #70582E;
}
</style>
background-color css
<style>
a { background-color: #70582E; }
a { background-color: rgb(112,88,46); }
div.DivClassName
{
background-color: #70582E;
}
.BgClassName
{
background-color: #70582E;
}
</style>
border-color css
<style>
span { border-color: #70582E; }
span { border-color: rgb(112,88,46); }
td.TdClassName
{
border-color: #70582E;
}
.TagClassName
{
border-color: #70582E;
}
</style>