Shades of Horses Neck #705D1C
Tints of Horses Neck #705D1C
RGB
CMYK
RGB Variations
Color information
#705D1C (or 0x705D1C) is known color: Horses Neck. HEX triplet: 70, 5D and 1C. RGB value is (112,93,28). Sum of RGB (Red+Green+Blue) = 112+93+28=233 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.07% from 233); Green value is 93 (36.72% from 255 or 39.91% from 233); Blue value is 28 (11.33% from 255 or 12.02% from 233); Max value from RGB is 112 - color contains mainly: red. Hex color #705D1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705D1C is #8FA2E3. Grayscale: #5B5B5B. Windows color (decimal): -9413348 or 1858928. OLE color: 1858928.
HSL color Cylindrical-coordinate representation of color #705D1C: hue angle of 46.43º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #705D1C is Cyan = 0, Magento = 0.17, Yellow = 0.75 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 93 | 28 | - |
| CMYK | 0 | 0.17 | 0.75 | 0.56 |
| HSL | 46.43º | 0.6% | 0.27% | - |
| HSV(B) | 46.43º | 0.75% | 0.44% | - |
| XYZ | 10.81 | 11.36 | 2.72 | - |
| YUV | 91.27 | 92.29 | 142.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 93 | 28 | 0 | 0.17 | 0.75 | 0.56 | 46.43 | 0.6 | 0.27 |
| Hex | 70 | 5D | 1C | 0 | 11 | 4B | 38 | 2E | 3C | 1B |
| Octal | 160 | 135 | 34 | 0 | 21 | 113 | 70 | 56 | 74 | 33 |
| Binary | 1110000 | 1011101 | 11100 | 0 | 10001 | 1001011 | 111000 | 101110 | 111100 | 11011 |
Color Harmonies of #705D1C
Complementary color
Monochromatic Colors of #705D1C
Black with #705D1C
Text Example
Text Example
White with #705D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705D1C; }
p { color: rgb(112,93,28); }
H1.HeaderClassName
{
color: #705D1C;
}
.AnyTagClassName
{
color: #705D1C;
}
</style>
background-color css
<style>
a { background-color: #705D1C; }
a { background-color: rgb(112,93,28); }
div.DivClassName
{
background-color: #705D1C;
}
.BgClassName
{
background-color: #705D1C;
}
</style>
border-color css
<style>
span { border-color: #705D1C; }
span { border-color: rgb(112,93,28); }
td.TdClassName
{
border-color: #705D1C;
}
.TagClassName
{
border-color: #705D1C;
}
</style>