Shades of Horses Neck #715A30
Tints of Horses Neck #715A30
RGB
CMYK
RGB Variations
Color information
#715A30 (or 0x715A30) is known color: Horses Neck. HEX triplet: 71, 5A and 30. RGB value is (113,90,48). Sum of RGB (Red+Green+Blue) = 113+90+48=251 (33% of max value = 765). Red value is 113 (44.53% from 255 or 45.02% from 251); Green value is 90 (35.55% from 255 or 35.86% from 251); Blue value is 48 (19.14% from 255 or 19.12% from 251); Max value from RGB is 113 - color contains mainly: red. Hex color #715A30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715A30 is #8EA5CF. Grayscale: #5C5C5C. Windows color (decimal): -9348560 or 3168881. OLE color: 3168881.
HSL color Cylindrical-coordinate representation of color #715A30: hue angle of 38.77º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #715A30 is Cyan = 0, Magento = 0.20, Yellow = 0.58 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 90 | 48 | - |
| CMYK | 0 | 0.20 | 0.58 | 0.56 |
| HSL | 38.77º | 0.4% | 0.32% | - |
| HSV(B) | 38.77º | 0.58% | 0.44% | - |
| XYZ | 11 | 11.04 | 4.35 | - |
| YUV | 92.09 | 103.12 | 142.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 90 | 48 | 0 | 0.20 | 0.58 | 0.56 | 38.77 | 0.4 | 0.32 |
| Hex | 71 | 5A | 30 | 0 | 14 | 3A | 38 | 27 | 28 | 20 |
| Octal | 161 | 132 | 60 | 0 | 24 | 72 | 70 | 47 | 50 | 40 |
| Binary | 1110001 | 1011010 | 110000 | 0 | 10100 | 111010 | 111000 | 100111 | 101000 | 100000 |
Color Harmonies of #715A30
Complementary color
Monochromatic Colors of #715A30
Black with #715A30
Text Example
Text Example
White with #715A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715A30; }
p { color: rgb(113,90,48); }
H1.HeaderClassName
{
color: #715A30;
}
.AnyTagClassName
{
color: #715A30;
}
</style>
background-color css
<style>
a { background-color: #715A30; }
a { background-color: rgb(113,90,48); }
div.DivClassName
{
background-color: #715A30;
}
.BgClassName
{
background-color: #715A30;
}
</style>
border-color css
<style>
span { border-color: #715A30; }
span { border-color: rgb(113,90,48); }
td.TdClassName
{
border-color: #715A30;
}
.TagClassName
{
border-color: #715A30;
}
</style>