Shades of Horses Neck #715B2D
Tints of Horses Neck #715B2D
RGB
CMYK
RGB Variations
Color information
#715B2D (or 0x715B2D) is known color: Horses Neck. HEX triplet: 71, 5B and 2D. RGB value is (113,91,45). Sum of RGB (Red+Green+Blue) = 113+91+45=249 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.38% from 249); Green value is 91 (35.94% from 255 or 36.55% from 249); Blue value is 45 (17.97% from 255 or 18.07% from 249); Max value from RGB is 113 - color contains mainly: red. Hex color #715B2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715B2D is #8EA4D2. Grayscale: #5C5C5C. Windows color (decimal): -9348307 or 2972529. OLE color: 2972529.
HSL color Cylindrical-coordinate representation of color #715B2D: hue angle of 40.59º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #715B2D is Cyan = 0, Magento = 0.19, Yellow = 0.60 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 91 | 45 | - |
| CMYK | 0 | 0.19 | 0.60 | 0.56 |
| HSL | 40.59º | 0.43% | 0.31% | - |
| HSV(B) | 40.59º | 0.6% | 0.44% | - |
| XYZ | 11.02 | 11.18 | 4.06 | - |
| YUV | 92.33 | 101.29 | 142.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 91 | 45 | 0 | 0.19 | 0.60 | 0.56 | 40.59 | 0.43 | 0.31 |
| Hex | 71 | 5B | 2D | 0 | 13 | 3C | 38 | 29 | 2B | 1F |
| Octal | 161 | 133 | 55 | 0 | 23 | 74 | 70 | 51 | 53 | 37 |
| Binary | 1110001 | 1011011 | 101101 | 0 | 10011 | 111100 | 111000 | 101001 | 101011 | 11111 |
Color Harmonies of #715B2D
Complementary color
Monochromatic Colors of #715B2D
Black with #715B2D
Text Example
Text Example
White with #715B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715B2D; }
p { color: rgb(113,91,45); }
H1.HeaderClassName
{
color: #715B2D;
}
.AnyTagClassName
{
color: #715B2D;
}
</style>
background-color css
<style>
a { background-color: #715B2D; }
a { background-color: rgb(113,91,45); }
div.DivClassName
{
background-color: #715B2D;
}
.BgClassName
{
background-color: #715B2D;
}
</style>
border-color css
<style>
span { border-color: #715B2D; }
span { border-color: rgb(113,91,45); }
td.TdClassName
{
border-color: #715B2D;
}
.TagClassName
{
border-color: #715B2D;
}
</style>