Shades of Horses Neck #705B32
Tints of Horses Neck #705B32
RGB
CMYK
RGB Variations
Color information
#705B32 (or 0x705B32) is known color: Horses Neck. HEX triplet: 70, 5B and 32. RGB value is (112,91,50). Sum of RGB (Red+Green+Blue) = 112+91+50=253 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.27% from 253); Green value is 91 (35.94% from 255 or 35.97% from 253); Blue value is 50 (19.92% from 255 or 19.76% from 253); Max value from RGB is 112 - color contains mainly: red. Hex color #705B32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705B32 is #8FA4CD. Grayscale: #5C5C5C. Windows color (decimal): -9413838 or 3300208. OLE color: 3300208.
HSL color Cylindrical-coordinate representation of color #705B32: hue angle of 39.68º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #705B32 is Cyan = 0, Magento = 0.19, Yellow = 0.55 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 91 | 50 | - |
| CMYK | 0 | 0.19 | 0.55 | 0.56 |
| HSL | 39.68º | 0.38% | 0.32% | - |
| HSV(B) | 39.68º | 0.55% | 0.44% | - |
| XYZ | 11 | 11.16 | 4.59 | - |
| YUV | 92.61 | 103.96 | 141.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 91 | 50 | 0 | 0.19 | 0.55 | 0.56 | 39.68 | 0.38 | 0.32 |
| Hex | 70 | 5B | 32 | 0 | 13 | 37 | 38 | 28 | 26 | 20 |
| Octal | 160 | 133 | 62 | 0 | 23 | 67 | 70 | 50 | 46 | 40 |
| Binary | 1110000 | 1011011 | 110010 | 0 | 10011 | 110111 | 111000 | 101000 | 100110 | 100000 |
Color Harmonies of #705B32
Complementary color
Monochromatic Colors of #705B32
Black with #705B32
Text Example
Text Example
White with #705B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705B32; }
p { color: rgb(112,91,50); }
H1.HeaderClassName
{
color: #705B32;
}
.AnyTagClassName
{
color: #705B32;
}
</style>
background-color css
<style>
a { background-color: #705B32; }
a { background-color: rgb(112,91,50); }
div.DivClassName
{
background-color: #705B32;
}
.BgClassName
{
background-color: #705B32;
}
</style>
border-color css
<style>
span { border-color: #705B32; }
span { border-color: rgb(112,91,50); }
td.TdClassName
{
border-color: #705B32;
}
.TagClassName
{
border-color: #705B32;
}
</style>