Shades of Horses Neck #705A2F
Tints of Horses Neck #705A2F
RGB
CMYK
RGB Variations
Color information
#705A2F (or 0x705A2F) is known color: Horses Neck. HEX triplet: 70, 5A and 2F. RGB value is (112,90,47). Sum of RGB (Red+Green+Blue) = 112+90+47=249 (32% of max value = 765). Red value is 112 (44.14% from 255 or 44.98% from 249); Green value is 90 (35.55% from 255 or 36.14% from 249); Blue value is 47 (18.75% from 255 or 18.88% from 249); Max value from RGB is 112 - color contains mainly: red. Hex color #705A2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705A2F is #8FA5D0. Grayscale: #5B5B5B. Windows color (decimal): -9414097 or 3103344. OLE color: 3103344.
HSL color Cylindrical-coordinate representation of color #705A2F: hue angle of 39.69º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #705A2F is Cyan = 0, Magento = 0.20, Yellow = 0.58 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 90 | 47 | - |
| CMYK | 0 | 0.20 | 0.58 | 0.56 |
| HSL | 39.69º | 0.41% | 0.31% | - |
| HSV(B) | 39.69º | 0.58% | 0.44% | - |
| XYZ | 10.85 | 10.96 | 4.23 | - |
| YUV | 91.68 | 102.79 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 90 | 47 | 0 | 0.20 | 0.58 | 0.56 | 39.69 | 0.41 | 0.31 |
| Hex | 70 | 5A | 2F | 0 | 14 | 3A | 38 | 28 | 29 | 1F |
| Octal | 160 | 132 | 57 | 0 | 24 | 72 | 70 | 50 | 51 | 37 |
| Binary | 1110000 | 1011010 | 101111 | 0 | 10100 | 111010 | 111000 | 101000 | 101001 | 11111 |
Color Harmonies of #705A2F
Complementary color
Monochromatic Colors of #705A2F
Black with #705A2F
Text Example
Text Example
White with #705A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705A2F; }
p { color: rgb(112,90,47); }
H1.HeaderClassName
{
color: #705A2F;
}
.AnyTagClassName
{
color: #705A2F;
}
</style>
background-color css
<style>
a { background-color: #705A2F; }
a { background-color: rgb(112,90,47); }
div.DivClassName
{
background-color: #705A2F;
}
.BgClassName
{
background-color: #705A2F;
}
</style>
border-color css
<style>
span { border-color: #705A2F; }
span { border-color: rgb(112,90,47); }
td.TdClassName
{
border-color: #705A2F;
}
.TagClassName
{
border-color: #705A2F;
}
</style>