Shades of Horses Neck #715A26
Tints of Horses Neck #715A26
RGB
CMYK
RGB Variations
Color information
#715A26 (or 0x715A26) is known color: Horses Neck. HEX triplet: 71, 5A and 26. RGB value is (113,90,38). Sum of RGB (Red+Green+Blue) = 113+90+38=241 (31% of max value = 765). Red value is 113 (44.53% from 255 or 46.89% from 241); Green value is 90 (35.55% from 255 or 37.34% from 241); Blue value is 38 (15.23% from 255 or 15.77% from 241); Max value from RGB is 113 - color contains mainly: red. Hex color #715A26 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715A26 is #8EA5D9. Grayscale: #5B5B5B. Windows color (decimal): -9348570 or 2513521. OLE color: 2513521.
HSL color Cylindrical-coordinate representation of color #715A26: hue angle of 41.6º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #715A26 is Cyan = 0, Magento = 0.20, Yellow = 0.66 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 90 | 38 | - |
| CMYK | 0 | 0.20 | 0.66 | 0.56 |
| HSL | 41.6º | 0.5% | 0.3% | - |
| HSV(B) | 41.6º | 0.66% | 0.44% | - |
| XYZ | 10.82 | 10.96 | 3.38 | - |
| YUV | 90.95 | 98.12 | 143.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 90 | 38 | 0 | 0.20 | 0.66 | 0.56 | 41.6 | 0.5 | 0.3 |
| Hex | 71 | 5A | 26 | 0 | 14 | 42 | 38 | 2A | 32 | 1E |
| Octal | 161 | 132 | 46 | 0 | 24 | 102 | 70 | 52 | 62 | 36 |
| Binary | 1110001 | 1011010 | 100110 | 0 | 10100 | 1000010 | 111000 | 101010 | 110010 | 11110 |
Color Harmonies of #715A26
Complementary color
Monochromatic Colors of #715A26
Black with #715A26
Text Example
Text Example
White with #715A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715A26; }
p { color: rgb(113,90,38); }
H1.HeaderClassName
{
color: #715A26;
}
.AnyTagClassName
{
color: #715A26;
}
</style>
background-color css
<style>
a { background-color: #715A26; }
a { background-color: rgb(113,90,38); }
div.DivClassName
{
background-color: #715A26;
}
.BgClassName
{
background-color: #715A26;
}
</style>
border-color css
<style>
span { border-color: #715A26; }
span { border-color: rgb(113,90,38); }
td.TdClassName
{
border-color: #715A26;
}
.TagClassName
{
border-color: #715A26;
}
</style>