Shades of Horses Neck #715C18
Tints of Horses Neck #715C18
RGB
CMYK
RGB Variations
Color information
#715C18 (or 0x715C18) is known color: Horses Neck. HEX triplet: 71, 5C and 18. RGB value is (113,92,24). Sum of RGB (Red+Green+Blue) = 113+92+24=229 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.34% from 229); Green value is 92 (36.33% from 255 or 40.17% from 229); Blue value is 24 (9.77% from 255 or 10.48% from 229); Max value from RGB is 113 - color contains mainly: red. Hex color #715C18 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #715C18 is #8EA3E7. Grayscale: #5A5A5A. Windows color (decimal): -9348072 or 1596529. OLE color: 1596529.
HSL color Cylindrical-coordinate representation of color #715C18: hue angle of 45.84º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #715C18 is Cyan = 0, Magento = 0.19, Yellow = 0.79 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 92 | 24 | - |
| CMYK | 0 | 0.19 | 0.79 | 0.56 |
| HSL | 45.84º | 0.65% | 0.27% | - |
| HSV(B) | 45.84º | 0.79% | 0.44% | - |
| XYZ | 10.8 | 11.23 | 2.46 | - |
| YUV | 90.53 | 90.46 | 144.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 92 | 24 | 0 | 0.19 | 0.79 | 0.56 | 45.84 | 0.65 | 0.27 |
| Hex | 71 | 5C | 18 | 0 | 13 | 4F | 38 | 2E | 41 | 1B |
| Octal | 161 | 134 | 30 | 0 | 23 | 117 | 70 | 56 | 101 | 33 |
| Binary | 1110001 | 1011100 | 11000 | 0 | 10011 | 1001111 | 111000 | 101110 | 1000001 | 11011 |
Color Harmonies of #715C18
Complementary color
Monochromatic Colors of #715C18
Black with #715C18
Text Example
Text Example
White with #715C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715C18; }
p { color: rgb(113,92,24); }
H1.HeaderClassName
{
color: #715C18;
}
.AnyTagClassName
{
color: #715C18;
}
</style>
background-color css
<style>
a { background-color: #715C18; }
a { background-color: rgb(113,92,24); }
div.DivClassName
{
background-color: #715C18;
}
.BgClassName
{
background-color: #715C18;
}
</style>
border-color css
<style>
span { border-color: #715C18; }
span { border-color: rgb(113,92,24); }
td.TdClassName
{
border-color: #715C18;
}
.TagClassName
{
border-color: #715C18;
}
</style>