Shades of Horses Neck #705C2C
Tints of Horses Neck #705C2C
RGB
CMYK
RGB Variations
Color information
#705C2C (or 0x705C2C) is known color: Horses Neck. HEX triplet: 70, 5C and 2C. RGB value is (112,92,44). Sum of RGB (Red+Green+Blue) = 112+92+44=248 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.16% from 248); Green value is 92 (36.33% from 255 or 37.10% from 248); Blue value is 44 (17.58% from 255 or 17.74% from 248); Max value from RGB is 112 - color contains mainly: red. Hex color #705C2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705C2C is #8FA3D3. Grayscale: #5C5C5C. Windows color (decimal): -9413588 or 2907248. OLE color: 2907248.
HSL color Cylindrical-coordinate representation of color #705C2C: hue angle of 42.35º 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 #705C2C is Cyan = 0, Magento = 0.18, Yellow = 0.61 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 92 | 44 | - |
| CMYK | 0 | 0.18 | 0.61 | 0.56 |
| HSL | 42.35º | 0.44% | 0.31% | - |
| HSV(B) | 42.35º | 0.61% | 0.44% | - |
| XYZ | 10.96 | 11.28 | 3.98 | - |
| YUV | 92.51 | 100.63 | 141.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 92 | 44 | 0 | 0.18 | 0.61 | 0.56 | 42.35 | 0.44 | 0.31 |
| Hex | 70 | 5C | 2C | 0 | 12 | 3D | 38 | 2A | 2C | 1F |
| Octal | 160 | 134 | 54 | 0 | 22 | 75 | 70 | 52 | 54 | 37 |
| Binary | 1110000 | 1011100 | 101100 | 0 | 10010 | 111101 | 111000 | 101010 | 101100 | 11111 |
Color Harmonies of #705C2C
Complementary color
Monochromatic Colors of #705C2C
Black with #705C2C
Text Example
Text Example
White with #705C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705C2C; }
p { color: rgb(112,92,44); }
H1.HeaderClassName
{
color: #705C2C;
}
.AnyTagClassName
{
color: #705C2C;
}
</style>
background-color css
<style>
a { background-color: #705C2C; }
a { background-color: rgb(112,92,44); }
div.DivClassName
{
background-color: #705C2C;
}
.BgClassName
{
background-color: #705C2C;
}
</style>
border-color css
<style>
span { border-color: #705C2C; }
span { border-color: rgb(112,92,44); }
td.TdClassName
{
border-color: #705C2C;
}
.TagClassName
{
border-color: #705C2C;
}
</style>