Shades of Horses Neck #705B1F
Tints of Horses Neck #705B1F
RGB
CMYK
RGB Variations
Color information
#705B1F (or 0x705B1F) is known color: Horses Neck. HEX triplet: 70, 5B and 1F. RGB value is (112,91,31). Sum of RGB (Red+Green+Blue) = 112+91+31=234 (30% of max value = 765). Red value is 112 (44.14% from 255 or 47.86% from 234); Green value is 91 (35.94% from 255 or 38.89% from 234); Blue value is 31 (12.5% from 255 or 13.25% from 234); Max value from RGB is 112 - color contains mainly: red. Hex color #705B1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705B1F is #8FA4E0. Grayscale: #5A5A5A. Windows color (decimal): -9413857 or 2055024. OLE color: 2055024.
HSL color Cylindrical-coordinate representation of color #705B1F: hue angle of 44.44º 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 #705B1F is Cyan = 0, Magento = 0.19, Yellow = 0.72 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 91 | 31 | - |
| CMYK | 0 | 0.19 | 0.72 | 0.56 |
| HSL | 44.44º | 0.57% | 0.28% | - |
| HSV(B) | 44.44º | 0.72% | 0.44% | - |
| XYZ | 10.67 | 11.03 | 2.86 | - |
| YUV | 90.44 | 94.46 | 143.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 91 | 31 | 0 | 0.19 | 0.72 | 0.56 | 44.44 | 0.57 | 0.28 |
| Hex | 70 | 5B | 1F | 0 | 13 | 48 | 38 | 2C | 39 | 1C |
| Octal | 160 | 133 | 37 | 0 | 23 | 110 | 70 | 54 | 71 | 34 |
| Binary | 1110000 | 1011011 | 11111 | 0 | 10011 | 1001000 | 111000 | 101100 | 111001 | 11100 |
Color Harmonies of #705B1F
Complementary color
Monochromatic Colors of #705B1F
Black with #705B1F
Text Example
Text Example
White with #705B1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705B1F; }
p { color: rgb(112,91,31); }
H1.HeaderClassName
{
color: #705B1F;
}
.AnyTagClassName
{
color: #705B1F;
}
</style>
background-color css
<style>
a { background-color: #705B1F; }
a { background-color: rgb(112,91,31); }
div.DivClassName
{
background-color: #705B1F;
}
.BgClassName
{
background-color: #705B1F;
}
</style>
border-color css
<style>
span { border-color: #705B1F; }
span { border-color: rgb(112,91,31); }
td.TdClassName
{
border-color: #705B1F;
}
.TagClassName
{
border-color: #705B1F;
}
</style>