Shades of Horses Neck #705B29
Tints of Horses Neck #705B29
RGB
CMYK
RGB Variations
Color information
#705B29 (or 0x705B29) is known color: Horses Neck. HEX triplet: 70, 5B and 29. RGB value is (112,91,41). Sum of RGB (Red+Green+Blue) = 112+91+41=244 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.90% from 244); Green value is 91 (35.94% from 255 or 37.30% from 244); Blue value is 41 (16.41% from 255 or 16.80% from 244); Max value from RGB is 112 - color contains mainly: red. Hex color #705B29 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705B29 is #8FA4D6. Grayscale: #5B5B5B. Windows color (decimal): -9413847 or 2710384. OLE color: 2710384.
HSL color Cylindrical-coordinate representation of color #705B29: hue angle of 42.25º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #705B29 is Cyan = 0, Magento = 0.19, Yellow = 0.63 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 91 | 41 | - |
| CMYK | 0 | 0.19 | 0.63 | 0.56 |
| HSL | 42.25º | 0.46% | 0.3% | - |
| HSV(B) | 42.25º | 0.63% | 0.44% | - |
| XYZ | 10.82 | 11.09 | 3.67 | - |
| YUV | 91.58 | 99.46 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 91 | 41 | 0 | 0.19 | 0.63 | 0.56 | 42.25 | 0.46 | 0.3 |
| Hex | 70 | 5B | 29 | 0 | 13 | 3F | 38 | 2A | 2E | 1E |
| Octal | 160 | 133 | 51 | 0 | 23 | 77 | 70 | 52 | 56 | 36 |
| Binary | 1110000 | 1011011 | 101001 | 0 | 10011 | 111111 | 111000 | 101010 | 101110 | 11110 |
Color Harmonies of #705B29
Complementary color
Monochromatic Colors of #705B29
Black with #705B29
Text Example
Text Example
White with #705B29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705B29; }
p { color: rgb(112,91,41); }
H1.HeaderClassName
{
color: #705B29;
}
.AnyTagClassName
{
color: #705B29;
}
</style>
background-color css
<style>
a { background-color: #705B29; }
a { background-color: rgb(112,91,41); }
div.DivClassName
{
background-color: #705B29;
}
.BgClassName
{
background-color: #705B29;
}
</style>
border-color css
<style>
span { border-color: #705B29; }
span { border-color: rgb(112,91,41); }
td.TdClassName
{
border-color: #705B29;
}
.TagClassName
{
border-color: #705B29;
}
</style>