Shades of Horses Neck #715A2B
Tints of Horses Neck #715A2B
RGB
CMYK
RGB Variations
Color information
#715A2B (or 0x715A2B) is known color: Horses Neck. HEX triplet: 71, 5A and 2B. RGB value is (113,90,43). Sum of RGB (Red+Green+Blue) = 113+90+43=246 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.93% from 246); Green value is 90 (35.55% from 255 or 36.59% from 246); Blue value is 43 (17.19% from 255 or 17.48% from 246); Max value from RGB is 113 - color contains mainly: red. Hex color #715A2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715A2B is #8EA5D4. Grayscale: #5B5B5B. Windows color (decimal): -9348565 or 2841201. OLE color: 2841201.
HSL color Cylindrical-coordinate representation of color #715A2B: hue angle of 40.29º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #715A2B is Cyan = 0, Magento = 0.20, Yellow = 0.62 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 90 | 43 | - |
| CMYK | 0 | 0.20 | 0.62 | 0.56 |
| HSL | 40.29º | 0.45% | 0.31% | - |
| HSV(B) | 40.29º | 0.62% | 0.44% | - |
| XYZ | 10.9 | 11 | 3.83 | - |
| YUV | 91.52 | 100.62 | 143.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 90 | 43 | 0 | 0.20 | 0.62 | 0.56 | 40.29 | 0.45 | 0.31 |
| Hex | 71 | 5A | 2B | 0 | 14 | 3E | 38 | 28 | 2D | 1F |
| Octal | 161 | 132 | 53 | 0 | 24 | 76 | 70 | 50 | 55 | 37 |
| Binary | 1110001 | 1011010 | 101011 | 0 | 10100 | 111110 | 111000 | 101000 | 101101 | 11111 |
Color Harmonies of #715A2B
Complementary color
Monochromatic Colors of #715A2B
Black with #715A2B
Text Example
Text Example
White with #715A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715A2B; }
p { color: rgb(113,90,43); }
H1.HeaderClassName
{
color: #715A2B;
}
.AnyTagClassName
{
color: #715A2B;
}
</style>
background-color css
<style>
a { background-color: #715A2B; }
a { background-color: rgb(113,90,43); }
div.DivClassName
{
background-color: #715A2B;
}
.BgClassName
{
background-color: #715A2B;
}
</style>
border-color css
<style>
span { border-color: #715A2B; }
span { border-color: rgb(113,90,43); }
td.TdClassName
{
border-color: #715A2B;
}
.TagClassName
{
border-color: #715A2B;
}
</style>