Shades of Horses Neck #705A1F
Tints of Horses Neck #705A1F
RGB
CMYK
RGB Variations
Color information
#705A1F (or 0x705A1F) is known color: Horses Neck. HEX triplet: 70, 5A and 1F. RGB value is (112,90,31). Sum of RGB (Red+Green+Blue) = 112+90+31=233 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.07% from 233); Green value is 90 (35.55% from 255 or 38.63% from 233); Blue value is 31 (12.5% from 255 or 13.30% from 233); Max value from RGB is 112 - color contains mainly: red. Hex color #705A1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705A1F is #8FA5E0. Grayscale: #5A5A5A. Windows color (decimal): -9414113 or 2054768. OLE color: 2054768.
HSL color Cylindrical-coordinate representation of color #705A1F: hue angle of 43.7º 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 #705A1F is Cyan = 0, Magento = 0.20, Yellow = 0.72 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 90 | 31 | - |
| CMYK | 0 | 0.20 | 0.72 | 0.56 |
| HSL | 43.7º | 0.57% | 0.28% | - |
| HSV(B) | 43.7º | 0.72% | 0.44% | - |
| XYZ | 10.59 | 10.86 | 2.83 | - |
| YUV | 89.85 | 94.79 | 143.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 90 | 31 | 0 | 0.20 | 0.72 | 0.56 | 43.7 | 0.57 | 0.28 |
| Hex | 70 | 5A | 1F | 0 | 14 | 48 | 38 | 2C | 39 | 1C |
| Octal | 160 | 132 | 37 | 0 | 24 | 110 | 70 | 54 | 71 | 34 |
| Binary | 1110000 | 1011010 | 11111 | 0 | 10100 | 1001000 | 111000 | 101100 | 111001 | 11100 |
Color Harmonies of #705A1F
Complementary color
Monochromatic Colors of #705A1F
Black with #705A1F
Text Example
Text Example
White with #705A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705A1F; }
p { color: rgb(112,90,31); }
H1.HeaderClassName
{
color: #705A1F;
}
.AnyTagClassName
{
color: #705A1F;
}
</style>
background-color css
<style>
a { background-color: #705A1F; }
a { background-color: rgb(112,90,31); }
div.DivClassName
{
background-color: #705A1F;
}
.BgClassName
{
background-color: #705A1F;
}
</style>
border-color css
<style>
span { border-color: #705A1F; }
span { border-color: rgb(112,90,31); }
td.TdClassName
{
border-color: #705A1F;
}
.TagClassName
{
border-color: #705A1F;
}
</style>