Shades of Horses Neck #71572B
Tints of Horses Neck #71572B
RGB
CMYK
RGB Variations
Color information
#71572B (or 0x71572B) is known color: Horses Neck. HEX triplet: 71, 57 and 2B. RGB value is (113,87,43). Sum of RGB (Red+Green+Blue) = 113+87+43=243 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.50% from 243); Green value is 87 (34.38% from 255 or 35.80% from 243); Blue value is 43 (17.19% from 255 or 17.70% from 243); Max value from RGB is 113 - color contains mainly: red. Hex color #71572B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71572B is #8EA8D4. Grayscale: #595959. Windows color (decimal): -9349333 or 2840433. OLE color: 2840433.
HSL color Cylindrical-coordinate representation of color #71572B: hue angle of 37.71º 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 #71572B is Cyan = 0, Magento = 0.23, Yellow = 0.62 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 87 | 43 | - |
| CMYK | 0 | 0.23 | 0.62 | 0.56 |
| HSL | 37.71º | 0.45% | 0.31% | - |
| HSV(B) | 37.71º | 0.62% | 0.44% | - |
| XYZ | 10.65 | 10.5 | 3.75 | - |
| YUV | 89.76 | 101.61 | 144.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 87 | 43 | 0 | 0.23 | 0.62 | 0.56 | 37.71 | 0.45 | 0.31 |
| Hex | 71 | 57 | 2B | 0 | 17 | 3E | 38 | 26 | 2D | 1F |
| Octal | 161 | 127 | 53 | 0 | 27 | 76 | 70 | 46 | 55 | 37 |
| Binary | 1110001 | 1010111 | 101011 | 0 | 10111 | 111110 | 111000 | 100110 | 101101 | 11111 |
Color Harmonies of #71572B
Complementary color
Monochromatic Colors of #71572B
Black with #71572B
Text Example
Text Example
White with #71572B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71572B; }
p { color: rgb(113,87,43); }
H1.HeaderClassName
{
color: #71572B;
}
.AnyTagClassName
{
color: #71572B;
}
</style>
background-color css
<style>
a { background-color: #71572B; }
a { background-color: rgb(113,87,43); }
div.DivClassName
{
background-color: #71572B;
}
.BgClassName
{
background-color: #71572B;
}
</style>
border-color css
<style>
span { border-color: #71572B; }
span { border-color: rgb(113,87,43); }
td.TdClassName
{
border-color: #71572B;
}
.TagClassName
{
border-color: #71572B;
}
</style>