Shades of Horses Neck #715A1D
Tints of Horses Neck #715A1D
RGB
CMYK
RGB Variations
Color information
#715A1D (or 0x715A1D) is known color: Horses Neck. HEX triplet: 71, 5A and 1D. RGB value is (113,90,29). Sum of RGB (Red+Green+Blue) = 113+90+29=232 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.71% from 232); Green value is 90 (35.55% from 255 or 38.79% from 232); Blue value is 29 (11.72% from 255 or 12.5% from 232); Max value from RGB is 113 - color contains mainly: red. Hex color #715A1D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715A1D is #8EA5E2. Grayscale: #5A5A5A. Windows color (decimal): -9348579 or 1923697. OLE color: 1923697.
HSL color Cylindrical-coordinate representation of color #715A1D: hue angle of 43.57º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #715A1D is Cyan = 0, Magento = 0.20, Yellow = 0.74 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 90 | 29 | - |
| CMYK | 0 | 0.20 | 0.74 | 0.56 |
| HSL | 43.57º | 0.59% | 0.28% | - |
| HSV(B) | 43.57º | 0.74% | 0.44% | - |
| XYZ | 10.69 | 10.91 | 2.71 | - |
| YUV | 89.92 | 93.62 | 144.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 90 | 29 | 0 | 0.20 | 0.74 | 0.56 | 43.57 | 0.59 | 0.28 |
| Hex | 71 | 5A | 1D | 0 | 14 | 4A | 38 | 2C | 3B | 1C |
| Octal | 161 | 132 | 35 | 0 | 24 | 112 | 70 | 54 | 73 | 34 |
| Binary | 1110001 | 1011010 | 11101 | 0 | 10100 | 1001010 | 111000 | 101100 | 111011 | 11100 |
Color Harmonies of #715A1D
Complementary color
Monochromatic Colors of #715A1D
Black with #715A1D
Text Example
Text Example
White with #715A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715A1D; }
p { color: rgb(113,90,29); }
H1.HeaderClassName
{
color: #715A1D;
}
.AnyTagClassName
{
color: #715A1D;
}
</style>
background-color css
<style>
a { background-color: #715A1D; }
a { background-color: rgb(113,90,29); }
div.DivClassName
{
background-color: #715A1D;
}
.BgClassName
{
background-color: #715A1D;
}
</style>
border-color css
<style>
span { border-color: #715A1D; }
span { border-color: rgb(113,90,29); }
td.TdClassName
{
border-color: #715A1D;
}
.TagClassName
{
border-color: #715A1D;
}
</style>