Shades of Horses Neck #71522B
Tints of Horses Neck #71522B
RGB
CMYK
RGB Variations
Color information
#71522B (or 0x71522B) is known color: Horses Neck. HEX triplet: 71, 52 and 2B. RGB value is (113,82,43). Sum of RGB (Red+Green+Blue) = 113+82+43=238 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.48% from 238); Green value is 82 (32.42% from 255 or 34.45% from 238); Blue value is 43 (17.19% from 255 or 18.07% from 238); Max value from RGB is 113 - color contains mainly: red. Hex color #71522B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71522B is #8EADD4. Grayscale: #575757. Windows color (decimal): -9350613 or 2839153. OLE color: 2839153.
HSL color Cylindrical-coordinate representation of color #71522B: hue angle of 33.43º 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 #71522B is Cyan = 0, Magento = 0.27, Yellow = 0.62 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 82 | 43 | - |
| CMYK | 0 | 0.27 | 0.62 | 0.56 |
| HSL | 33.43º | 0.45% | 0.31% | - |
| HSV(B) | 33.43º | 0.62% | 0.44% | - |
| XYZ | 10.26 | 9.72 | 3.62 | - |
| YUV | 86.82 | 103.27 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 82 | 43 | 0 | 0.27 | 0.62 | 0.56 | 33.43 | 0.45 | 0.31 |
| Hex | 71 | 52 | 2B | 0 | 1B | 3E | 38 | 21 | 2D | 1F |
| Octal | 161 | 122 | 53 | 0 | 33 | 76 | 70 | 41 | 55 | 37 |
| Binary | 1110001 | 1010010 | 101011 | 0 | 11011 | 111110 | 111000 | 100001 | 101101 | 11111 |
Color Harmonies of #71522B
Complementary color
Monochromatic Colors of #71522B
Black with #71522B
Text Example
Text Example
White with #71522B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71522B; }
p { color: rgb(113,82,43); }
H1.HeaderClassName
{
color: #71522B;
}
.AnyTagClassName
{
color: #71522B;
}
</style>
background-color css
<style>
a { background-color: #71522B; }
a { background-color: rgb(113,82,43); }
div.DivClassName
{
background-color: #71522B;
}
.BgClassName
{
background-color: #71522B;
}
</style>
border-color css
<style>
span { border-color: #71522B; }
span { border-color: rgb(113,82,43); }
td.TdClassName
{
border-color: #71522B;
}
.TagClassName
{
border-color: #71522B;
}
</style>