Shades of Horses Neck #705A2C
Tints of Horses Neck #705A2C
RGB
CMYK
RGB Variations
Color information
#705A2C (or 0x705A2C) is known color: Horses Neck. HEX triplet: 70, 5A and 2C. RGB value is (112,90,44). Sum of RGB (Red+Green+Blue) = 112+90+44=246 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.53% from 246); Green value is 90 (35.55% from 255 or 36.59% from 246); Blue value is 44 (17.58% from 255 or 17.89% from 246); Max value from RGB is 112 - color contains mainly: red. Hex color #705A2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705A2C is #8FA5D3. Grayscale: #5B5B5B. Windows color (decimal): -9414100 or 2906736. OLE color: 2906736.
HSL color Cylindrical-coordinate representation of color #705A2C: hue angle of 40.59º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #705A2C is Cyan = 0, Magento = 0.20, Yellow = 0.61 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 90 | 44 | - |
| CMYK | 0 | 0.20 | 0.61 | 0.56 |
| HSL | 40.59º | 0.44% | 0.31% | - |
| HSV(B) | 40.59º | 0.61% | 0.44% | - |
| XYZ | 10.79 | 10.94 | 3.93 | - |
| YUV | 91.33 | 101.29 | 142.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 90 | 44 | 0 | 0.20 | 0.61 | 0.56 | 40.59 | 0.44 | 0.31 |
| Hex | 70 | 5A | 2C | 0 | 14 | 3D | 38 | 29 | 2C | 1F |
| Octal | 160 | 132 | 54 | 0 | 24 | 75 | 70 | 51 | 54 | 37 |
| Binary | 1110000 | 1011010 | 101100 | 0 | 10100 | 111101 | 111000 | 101001 | 101100 | 11111 |
Color Harmonies of #705A2C
Complementary color
Monochromatic Colors of #705A2C
Black with #705A2C
Text Example
Text Example
White with #705A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705A2C; }
p { color: rgb(112,90,44); }
H1.HeaderClassName
{
color: #705A2C;
}
.AnyTagClassName
{
color: #705A2C;
}
</style>
background-color css
<style>
a { background-color: #705A2C; }
a { background-color: rgb(112,90,44); }
div.DivClassName
{
background-color: #705A2C;
}
.BgClassName
{
background-color: #705A2C;
}
</style>
border-color css
<style>
span { border-color: #705A2C; }
span { border-color: rgb(112,90,44); }
td.TdClassName
{
border-color: #705A2C;
}
.TagClassName
{
border-color: #705A2C;
}
</style>