Shades of Horses Neck #715B1F
Tints of Horses Neck #715B1F
RGB
CMYK
RGB Variations
Color information
#715B1F (or 0x715B1F) is known color: Horses Neck. HEX triplet: 71, 5B and 1F. RGB value is (113,91,31). Sum of RGB (Red+Green+Blue) = 113+91+31=235 (31% of max value = 765). Red value is 113 (44.53% from 255 or 48.09% from 235); Green value is 91 (35.94% from 255 or 38.72% from 235); Blue value is 31 (12.5% from 255 or 13.19% from 235); Max value from RGB is 113 - color contains mainly: red. Hex color #715B1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715B1F is #8EA4E0. Grayscale: #5B5B5B. Windows color (decimal): -9348321 or 2055025. OLE color: 2055025.
HSL color Cylindrical-coordinate representation of color #715B1F: hue angle of 43.9º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #715B1F is Cyan = 0, Magento = 0.19, Yellow = 0.73 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 91 | 31 | - |
| CMYK | 0 | 0.19 | 0.73 | 0.56 |
| HSL | 43.9º | 0.57% | 0.28% | - |
| HSV(B) | 43.9º | 0.73% | 0.44% | - |
| XYZ | 10.8 | 11.09 | 2.87 | - |
| YUV | 90.74 | 94.29 | 143.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 91 | 31 | 0 | 0.19 | 0.73 | 0.56 | 43.9 | 0.57 | 0.28 |
| Hex | 71 | 5B | 1F | 0 | 13 | 49 | 38 | 2C | 39 | 1C |
| Octal | 161 | 133 | 37 | 0 | 23 | 111 | 70 | 54 | 71 | 34 |
| Binary | 1110001 | 1011011 | 11111 | 0 | 10011 | 1001001 | 111000 | 101100 | 111001 | 11100 |
Color Harmonies of #715B1F
Complementary color
Monochromatic Colors of #715B1F
Black with #715B1F
Text Example
Text Example
White with #715B1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715B1F; }
p { color: rgb(113,91,31); }
H1.HeaderClassName
{
color: #715B1F;
}
.AnyTagClassName
{
color: #715B1F;
}
</style>
background-color css
<style>
a { background-color: #715B1F; }
a { background-color: rgb(113,91,31); }
div.DivClassName
{
background-color: #715B1F;
}
.BgClassName
{
background-color: #715B1F;
}
</style>
border-color css
<style>
span { border-color: #715B1F; }
span { border-color: rgb(113,91,31); }
td.TdClassName
{
border-color: #715B1F;
}
.TagClassName
{
border-color: #715B1F;
}
</style>