Shades of Horses Neck #705A2E
Tints of Horses Neck #705A2E
RGB
CMYK
RGB Variations
Color information
#705A2E (or 0x705A2E) is known color: Horses Neck. HEX triplet: 70, 5A and 2E. RGB value is (112,90,46). Sum of RGB (Red+Green+Blue) = 112+90+46=248 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.16% from 248); Green value is 90 (35.55% from 255 or 36.29% from 248); Blue value is 46 (18.36% from 255 or 18.55% from 248); Max value from RGB is 112 - color contains mainly: red. Hex color #705A2E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705A2E is #8FA5D1. Grayscale: #5B5B5B. Windows color (decimal): -9414098 or 3037808. OLE color: 3037808.
HSL color Cylindrical-coordinate representation of color #705A2E: hue angle of 40º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #705A2E is Cyan = 0, Magento = 0.20, Yellow = 0.59 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 90 | 46 | - |
| CMYK | 0 | 0.20 | 0.59 | 0.56 |
| HSL | 40º | 0.42% | 0.31% | - |
| HSV(B) | 40º | 0.59% | 0.44% | - |
| XYZ | 10.83 | 10.95 | 4.13 | - |
| YUV | 91.56 | 102.29 | 142.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 90 | 46 | 0 | 0.20 | 0.59 | 0.56 | 40 | 0.42 | 0.31 |
| Hex | 70 | 5A | 2E | 0 | 14 | 3B | 38 | 28 | 2A | 1F |
| Octal | 160 | 132 | 56 | 0 | 24 | 73 | 70 | 50 | 52 | 37 |
| Binary | 1110000 | 1011010 | 101110 | 0 | 10100 | 111011 | 111000 | 101000 | 101010 | 11111 |
Color Harmonies of #705A2E
Complementary color
Monochromatic Colors of #705A2E
Black with #705A2E
Text Example
Text Example
White with #705A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705A2E; }
p { color: rgb(112,90,46); }
H1.HeaderClassName
{
color: #705A2E;
}
.AnyTagClassName
{
color: #705A2E;
}
</style>
background-color css
<style>
a { background-color: #705A2E; }
a { background-color: rgb(112,90,46); }
div.DivClassName
{
background-color: #705A2E;
}
.BgClassName
{
background-color: #705A2E;
}
</style>
border-color css
<style>
span { border-color: #705A2E; }
span { border-color: rgb(112,90,46); }
td.TdClassName
{
border-color: #705A2E;
}
.TagClassName
{
border-color: #705A2E;
}
</style>