Shades of Horses Neck #715C31
Tints of Horses Neck #715C31
RGB
CMYK
RGB Variations
Color information
#715C31 (or 0x715C31) is known color: Horses Neck. HEX triplet: 71, 5C and 31. RGB value is (113,92,49). Sum of RGB (Red+Green+Blue) = 113+92+49=254 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.49% from 254); Green value is 92 (36.33% from 255 or 36.22% from 254); Blue value is 49 (19.53% from 255 or 19.29% from 254); Max value from RGB is 113 - color contains mainly: red. Hex color #715C31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715C31 is #8EA3CE. Grayscale: #5D5D5D. Windows color (decimal): -9348047 or 3234929. OLE color: 3234929.
HSL color Cylindrical-coordinate representation of color #715C31: hue angle of 40.31º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #715C31 is Cyan = 0, Magento = 0.19, Yellow = 0.57 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 92 | 49 | - |
| CMYK | 0 | 0.19 | 0.57 | 0.56 |
| HSL | 40.31º | 0.4% | 0.32% | - |
| HSV(B) | 40.31º | 0.57% | 0.44% | - |
| XYZ | 11.19 | 11.39 | 4.51 | - |
| YUV | 93.38 | 102.96 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 92 | 49 | 0 | 0.19 | 0.57 | 0.56 | 40.31 | 0.4 | 0.32 |
| Hex | 71 | 5C | 31 | 0 | 13 | 39 | 38 | 28 | 28 | 20 |
| Octal | 161 | 134 | 61 | 0 | 23 | 71 | 70 | 50 | 50 | 40 |
| Binary | 1110001 | 1011100 | 110001 | 0 | 10011 | 111001 | 111000 | 101000 | 101000 | 100000 |
Color Harmonies of #715C31
Complementary color
Monochromatic Colors of #715C31
Black with #715C31
Text Example
Text Example
White with #715C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715C31; }
p { color: rgb(113,92,49); }
H1.HeaderClassName
{
color: #715C31;
}
.AnyTagClassName
{
color: #715C31;
}
</style>
background-color css
<style>
a { background-color: #715C31; }
a { background-color: rgb(113,92,49); }
div.DivClassName
{
background-color: #715C31;
}
.BgClassName
{
background-color: #715C31;
}
</style>
border-color css
<style>
span { border-color: #715C31; }
span { border-color: rgb(113,92,49); }
td.TdClassName
{
border-color: #715C31;
}
.TagClassName
{
border-color: #715C31;
}
</style>