Shades of Horses Neck #71562F
Tints of Horses Neck #71562F
RGB
CMYK
RGB Variations
Color information
#71562F (or 0x71562F) is known color: Horses Neck. HEX triplet: 71, 56 and 2F. RGB value is (113,86,47). Sum of RGB (Red+Green+Blue) = 113+86+47=246 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.93% from 246); Green value is 86 (33.98% from 255 or 34.96% from 246); Blue value is 47 (18.75% from 255 or 19.11% from 246); Max value from RGB is 113 - color contains mainly: red. Hex color #71562F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71562F is #8EA9D0. Grayscale: #595959. Windows color (decimal): -9349585 or 3102321. OLE color: 3102321.
HSL color Cylindrical-coordinate representation of color #71562F: hue angle of 35.45º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #71562F is Cyan = 0, Magento = 0.24, Yellow = 0.58 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 86 | 47 | - |
| CMYK | 0 | 0.24 | 0.58 | 0.56 |
| HSL | 35.45º | 0.41% | 0.31% | - |
| HSV(B) | 35.45º | 0.58% | 0.44% | - |
| XYZ | 10.65 | 10.37 | 4.13 | - |
| YUV | 89.63 | 103.95 | 144.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 86 | 47 | 0 | 0.24 | 0.58 | 0.56 | 35.45 | 0.41 | 0.31 |
| Hex | 71 | 56 | 2F | 0 | 18 | 3A | 38 | 23 | 29 | 1F |
| Octal | 161 | 126 | 57 | 0 | 30 | 72 | 70 | 43 | 51 | 37 |
| Binary | 1110001 | 1010110 | 101111 | 0 | 11000 | 111010 | 111000 | 100011 | 101001 | 11111 |
Color Harmonies of #71562F
Complementary color
Monochromatic Colors of #71562F
Black with #71562F
Text Example
Text Example
White with #71562F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71562F; }
p { color: rgb(113,86,47); }
H1.HeaderClassName
{
color: #71562F;
}
.AnyTagClassName
{
color: #71562F;
}
</style>
background-color css
<style>
a { background-color: #71562F; }
a { background-color: rgb(113,86,47); }
div.DivClassName
{
background-color: #71562F;
}
.BgClassName
{
background-color: #71562F;
}
</style>
border-color css
<style>
span { border-color: #71562F; }
span { border-color: rgb(113,86,47); }
td.TdClassName
{
border-color: #71562F;
}
.TagClassName
{
border-color: #71562F;
}
</style>