Shades of Horses Neck #705B31
Tints of Horses Neck #705B31
RGB
CMYK
RGB Variations
Color information
#705B31 (or 0x705B31) is known color: Horses Neck. HEX triplet: 70, 5B and 31. RGB value is (112,91,49). Sum of RGB (Red+Green+Blue) = 112+91+49=252 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.44% from 252); Green value is 91 (35.94% from 255 or 36.11% from 252); Blue value is 49 (19.53% from 255 or 19.44% from 252); Max value from RGB is 112 - color contains mainly: red. Hex color #705B31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705B31 is #8FA4CE. Grayscale: #5C5C5C. Windows color (decimal): -9413839 or 3234672. OLE color: 3234672.
HSL color Cylindrical-coordinate representation of color #705B31: hue angle of 40º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #705B31 is Cyan = 0, Magento = 0.19, Yellow = 0.56 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 91 | 49 | - |
| CMYK | 0 | 0.19 | 0.56 | 0.56 |
| HSL | 40º | 0.39% | 0.32% | - |
| HSV(B) | 40º | 0.56% | 0.44% | - |
| XYZ | 10.98 | 11.15 | 4.48 | - |
| YUV | 92.49 | 103.46 | 141.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 91 | 49 | 0 | 0.19 | 0.56 | 0.56 | 40 | 0.39 | 0.32 |
| Hex | 70 | 5B | 31 | 0 | 13 | 38 | 38 | 28 | 27 | 20 |
| Octal | 160 | 133 | 61 | 0 | 23 | 70 | 70 | 50 | 47 | 40 |
| Binary | 1110000 | 1011011 | 110001 | 0 | 10011 | 111000 | 111000 | 101000 | 100111 | 100000 |
Color Harmonies of #705B31
Complementary color
Monochromatic Colors of #705B31
Black with #705B31
Text Example
Text Example
White with #705B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705B31; }
p { color: rgb(112,91,49); }
H1.HeaderClassName
{
color: #705B31;
}
.AnyTagClassName
{
color: #705B31;
}
</style>
background-color css
<style>
a { background-color: #705B31; }
a { background-color: rgb(112,91,49); }
div.DivClassName
{
background-color: #705B31;
}
.BgClassName
{
background-color: #705B31;
}
</style>
border-color css
<style>
span { border-color: #705B31; }
span { border-color: rgb(112,91,49); }
td.TdClassName
{
border-color: #705B31;
}
.TagClassName
{
border-color: #705B31;
}
</style>