Shades of Horses Neck #70511F
Tints of Horses Neck #70511F
RGB
CMYK
RGB Variations
Color information
#70511F (or 0x70511F) is known color: Horses Neck. HEX triplet: 70, 51 and 1F. RGB value is (112,81,31). Sum of RGB (Red+Green+Blue) = 112+81+31=224 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50% from 224); Green value is 81 (32.03% from 255 or 36.16% from 224); Blue value is 31 (12.5% from 255 or 13.84% from 224); Max value from RGB is 112 - color contains mainly: red. Hex color #70511F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70511F is #8FAEE0. Grayscale: #545454. Windows color (decimal): -9416417 or 2052464. OLE color: 2052464.
HSL color Cylindrical-coordinate representation of color #70511F: hue angle of 37.04º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #70511F is Cyan = 0, Magento = 0.28, Yellow = 0.72 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 81 | 31 | - |
| CMYK | 0 | 0.28 | 0.72 | 0.56 |
| HSL | 37.04º | 0.57% | 0.28% | - |
| HSV(B) | 37.04º | 0.72% | 0.44% | - |
| XYZ | 9.87 | 9.43 | 2.6 | - |
| YUV | 84.57 | 97.77 | 147.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 81 | 31 | 0 | 0.28 | 0.72 | 0.56 | 37.04 | 0.57 | 0.28 |
| Hex | 70 | 51 | 1F | 0 | 1C | 48 | 38 | 25 | 39 | 1C |
| Octal | 160 | 121 | 37 | 0 | 34 | 110 | 70 | 45 | 71 | 34 |
| Binary | 1110000 | 1010001 | 11111 | 0 | 11100 | 1001000 | 111000 | 100101 | 111001 | 11100 |
Color Harmonies of #70511F
Complementary color
Monochromatic Colors of #70511F
Black with #70511F
Text Example
Text Example
White with #70511F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70511F; }
p { color: rgb(112,81,31); }
H1.HeaderClassName
{
color: #70511F;
}
.AnyTagClassName
{
color: #70511F;
}
</style>
background-color css
<style>
a { background-color: #70511F; }
a { background-color: rgb(112,81,31); }
div.DivClassName
{
background-color: #70511F;
}
.BgClassName
{
background-color: #70511F;
}
</style>
border-color css
<style>
span { border-color: #70511F; }
span { border-color: rgb(112,81,31); }
td.TdClassName
{
border-color: #70511F;
}
.TagClassName
{
border-color: #70511F;
}
</style>