Shades of Horses Neck #715A28
Tints of Horses Neck #715A28
RGB
CMYK
RGB Variations
Color information
#715A28 (or 0x715A28) is known color: Horses Neck. HEX triplet: 71, 5A and 28. RGB value is (113,90,40). Sum of RGB (Red+Green+Blue) = 113+90+40=243 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.50% from 243); Green value is 90 (35.55% from 255 or 37.04% from 243); Blue value is 40 (16.02% from 255 or 16.46% from 243); Max value from RGB is 113 - color contains mainly: red. Hex color #715A28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715A28 is #8EA5D7. Grayscale: #5B5B5B. Windows color (decimal): -9348568 or 2644593. OLE color: 2644593.
HSL color Cylindrical-coordinate representation of color #715A28: hue angle of 41.1º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #715A28 is Cyan = 0, Magento = 0.20, Yellow = 0.65 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 90 | 40 | - |
| CMYK | 0 | 0.20 | 0.65 | 0.56 |
| HSL | 41.1º | 0.48% | 0.3% | - |
| HSV(B) | 41.1º | 0.65% | 0.44% | - |
| XYZ | 10.85 | 10.98 | 3.55 | - |
| YUV | 91.18 | 99.12 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 90 | 40 | 0 | 0.20 | 0.65 | 0.56 | 41.1 | 0.48 | 0.3 |
| Hex | 71 | 5A | 28 | 0 | 14 | 41 | 38 | 29 | 30 | 1E |
| Octal | 161 | 132 | 50 | 0 | 24 | 101 | 70 | 51 | 60 | 36 |
| Binary | 1110001 | 1011010 | 101000 | 0 | 10100 | 1000001 | 111000 | 101001 | 110000 | 11110 |
Color Harmonies of #715A28
Complementary color
Monochromatic Colors of #715A28
Black with #715A28
Text Example
Text Example
White with #715A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715A28; }
p { color: rgb(113,90,40); }
H1.HeaderClassName
{
color: #715A28;
}
.AnyTagClassName
{
color: #715A28;
}
</style>
background-color css
<style>
a { background-color: #715A28; }
a { background-color: rgb(113,90,40); }
div.DivClassName
{
background-color: #715A28;
}
.BgClassName
{
background-color: #715A28;
}
</style>
border-color css
<style>
span { border-color: #715A28; }
span { border-color: rgb(113,90,40); }
td.TdClassName
{
border-color: #715A28;
}
.TagClassName
{
border-color: #715A28;
}
</style>