Shades of Horses Neck #705D1A
Tints of Horses Neck #705D1A
RGB
CMYK
RGB Variations
Color information
#705D1A (or 0x705D1A) is known color: Horses Neck. HEX triplet: 70, 5D and 1A. RGB value is (112,93,26). Sum of RGB (Red+Green+Blue) = 112+93+26=231 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.48% from 231); Green value is 93 (36.72% from 255 or 40.26% from 231); Blue value is 26 (10.55% from 255 or 11.26% from 231); Max value from RGB is 112 - color contains mainly: red. Hex color #705D1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705D1A is #8FA2E5. Grayscale: #5B5B5B. Windows color (decimal): -9413350 or 1727856. OLE color: 1727856.
HSL color Cylindrical-coordinate representation of color #705D1A: hue angle of 46.74º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #705D1A is Cyan = 0, Magento = 0.17, Yellow = 0.77 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 93 | 26 | - |
| CMYK | 0 | 0.17 | 0.77 | 0.56 |
| HSL | 46.74º | 0.62% | 0.27% | - |
| HSV(B) | 46.74º | 0.77% | 0.44% | - |
| XYZ | 10.78 | 11.35 | 2.6 | - |
| YUV | 91.04 | 91.29 | 142.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 93 | 26 | 0 | 0.17 | 0.77 | 0.56 | 46.74 | 0.62 | 0.27 |
| Hex | 70 | 5D | 1A | 0 | 11 | 4D | 38 | 2F | 3E | 1B |
| Octal | 160 | 135 | 32 | 0 | 21 | 115 | 70 | 57 | 76 | 33 |
| Binary | 1110000 | 1011101 | 11010 | 0 | 10001 | 1001101 | 111000 | 101111 | 111110 | 11011 |
Color Harmonies of #705D1A
Complementary color
Monochromatic Colors of #705D1A
Black with #705D1A
Text Example
Text Example
White with #705D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705D1A; }
p { color: rgb(112,93,26); }
H1.HeaderClassName
{
color: #705D1A;
}
.AnyTagClassName
{
color: #705D1A;
}
</style>
background-color css
<style>
a { background-color: #705D1A; }
a { background-color: rgb(112,93,26); }
div.DivClassName
{
background-color: #705D1A;
}
.BgClassName
{
background-color: #705D1A;
}
</style>
border-color css
<style>
span { border-color: #705D1A; }
span { border-color: rgb(112,93,26); }
td.TdClassName
{
border-color: #705D1A;
}
.TagClassName
{
border-color: #705D1A;
}
</style>