Shades of Horses Neck #705C19
Tints of Horses Neck #705C19
RGB
CMYK
RGB Variations
Color information
#705C19 (or 0x705C19) is known color: Horses Neck. HEX triplet: 70, 5C and 19. RGB value is (112,92,25). Sum of RGB (Red+Green+Blue) = 112+92+25=229 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.91% from 229); Green value is 92 (36.33% from 255 or 40.17% from 229); Blue value is 25 (10.16% from 255 or 10.92% from 229); Max value from RGB is 112 - color contains mainly: red. Hex color #705C19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705C19 is #8FA3E6. Grayscale: #5A5A5A. Windows color (decimal): -9413607 or 1662064. OLE color: 1662064.
HSL color Cylindrical-coordinate representation of color #705C19: hue angle of 46.21º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #705C19 is Cyan = 0, Magento = 0.18, Yellow = 0.78 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 92 | 25 | - |
| CMYK | 0 | 0.18 | 0.78 | 0.56 |
| HSL | 46.21º | 0.64% | 0.27% | - |
| HSV(B) | 46.21º | 0.78% | 0.44% | - |
| XYZ | 10.68 | 11.17 | 2.51 | - |
| YUV | 90.34 | 91.13 | 143.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 92 | 25 | 0 | 0.18 | 0.78 | 0.56 | 46.21 | 0.64 | 0.27 |
| Hex | 70 | 5C | 19 | 0 | 12 | 4E | 38 | 2E | 40 | 1B |
| Octal | 160 | 134 | 31 | 0 | 22 | 116 | 70 | 56 | 100 | 33 |
| Binary | 1110000 | 1011100 | 11001 | 0 | 10010 | 1001110 | 111000 | 101110 | 1000000 | 11011 |
Color Harmonies of #705C19
Complementary color
Monochromatic Colors of #705C19
Black with #705C19
Text Example
Text Example
White with #705C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705C19; }
p { color: rgb(112,92,25); }
H1.HeaderClassName
{
color: #705C19;
}
.AnyTagClassName
{
color: #705C19;
}
</style>
background-color css
<style>
a { background-color: #705C19; }
a { background-color: rgb(112,92,25); }
div.DivClassName
{
background-color: #705C19;
}
.BgClassName
{
background-color: #705C19;
}
</style>
border-color css
<style>
span { border-color: #705C19; }
span { border-color: rgb(112,92,25); }
td.TdClassName
{
border-color: #705C19;
}
.TagClassName
{
border-color: #705C19;
}
</style>