Shades of Horses Neck #71592C
Tints of Horses Neck #71592C
RGB
CMYK
RGB Variations
Color information
#71592C (or 0x71592C) is known color: Horses Neck. HEX triplet: 71, 59 and 2C. RGB value is (113,89,44). Sum of RGB (Red+Green+Blue) = 113+89+44=246 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.93% from 246); Green value is 89 (35.16% from 255 or 36.18% from 246); Blue value is 44 (17.58% from 255 or 17.89% from 246); Max value from RGB is 113 - color contains mainly: red. Hex color #71592C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71592C is #8EA6D3. Grayscale: #5B5B5B. Windows color (decimal): -9348820 or 2906481. OLE color: 2906481.
HSL color Cylindrical-coordinate representation of color #71592C: hue angle of 39.13º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #71592C is Cyan = 0, Magento = 0.21, Yellow = 0.61 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 89 | 44 | - |
| CMYK | 0 | 0.21 | 0.61 | 0.56 |
| HSL | 39.13º | 0.44% | 0.31% | - |
| HSV(B) | 39.13º | 0.61% | 0.44% | - |
| XYZ | 10.84 | 10.84 | 3.9 | - |
| YUV | 91.05 | 101.45 | 143.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 89 | 44 | 0 | 0.21 | 0.61 | 0.56 | 39.13 | 0.44 | 0.31 |
| Hex | 71 | 59 | 2C | 0 | 15 | 3D | 38 | 27 | 2C | 1F |
| Octal | 161 | 131 | 54 | 0 | 25 | 75 | 70 | 47 | 54 | 37 |
| Binary | 1110001 | 1011001 | 101100 | 0 | 10101 | 111101 | 111000 | 100111 | 101100 | 11111 |
Color Harmonies of #71592C
Complementary color
Monochromatic Colors of #71592C
Black with #71592C
Text Example
Text Example
White with #71592C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71592C; }
p { color: rgb(113,89,44); }
H1.HeaderClassName
{
color: #71592C;
}
.AnyTagClassName
{
color: #71592C;
}
</style>
background-color css
<style>
a { background-color: #71592C; }
a { background-color: rgb(113,89,44); }
div.DivClassName
{
background-color: #71592C;
}
.BgClassName
{
background-color: #71592C;
}
</style>
border-color css
<style>
span { border-color: #71592C; }
span { border-color: rgb(113,89,44); }
td.TdClassName
{
border-color: #71592C;
}
.TagClassName
{
border-color: #71592C;
}
</style>