Shades of Horses Neck #71522A
Tints of Horses Neck #71522A
RGB
CMYK
RGB Variations
Color information
#71522A (or 0x71522A) is known color: Horses Neck. HEX triplet: 71, 52 and 2A. RGB value is (113,82,42). Sum of RGB (Red+Green+Blue) = 113+82+42=237 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.68% from 237); Green value is 82 (32.42% from 255 or 34.60% from 237); Blue value is 42 (16.80% from 255 or 17.72% from 237); Max value from RGB is 113 - color contains mainly: red. Hex color #71522A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71522A is #8EADD5. Grayscale: #565656. Windows color (decimal): -9350614 or 2773617. OLE color: 2773617.
HSL color Cylindrical-coordinate representation of color #71522A: hue angle of 33.8º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #71522A is Cyan = 0, Magento = 0.27, Yellow = 0.63 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 82 | 42 | - |
| CMYK | 0 | 0.27 | 0.63 | 0.56 |
| HSL | 33.8º | 0.46% | 0.3% | - |
| HSV(B) | 33.8º | 0.63% | 0.44% | - |
| XYZ | 10.25 | 9.71 | 3.53 | - |
| YUV | 86.71 | 102.77 | 146.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 82 | 42 | 0 | 0.27 | 0.63 | 0.56 | 33.8 | 0.46 | 0.3 |
| Hex | 71 | 52 | 2A | 0 | 1B | 3F | 38 | 22 | 2E | 1E |
| Octal | 161 | 122 | 52 | 0 | 33 | 77 | 70 | 42 | 56 | 36 |
| Binary | 1110001 | 1010010 | 101010 | 0 | 11011 | 111111 | 111000 | 100010 | 101110 | 11110 |
Color Harmonies of #71522A
Complementary color
Monochromatic Colors of #71522A
Black with #71522A
Text Example
Text Example
White with #71522A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71522A; }
p { color: rgb(113,82,42); }
H1.HeaderClassName
{
color: #71522A;
}
.AnyTagClassName
{
color: #71522A;
}
</style>
background-color css
<style>
a { background-color: #71522A; }
a { background-color: rgb(113,82,42); }
div.DivClassName
{
background-color: #71522A;
}
.BgClassName
{
background-color: #71522A;
}
</style>
border-color css
<style>
span { border-color: #71522A; }
span { border-color: rgb(113,82,42); }
td.TdClassName
{
border-color: #71522A;
}
.TagClassName
{
border-color: #71522A;
}
</style>