Shades of Horses Neck #73561D
Tints of Horses Neck #73561D
RGB
CMYK
RGB Variations
Color information
#73561D (or 0x73561D) is known color: Horses Neck. HEX triplet: 73, 56 and 1D. RGB value is (115,86,29). Sum of RGB (Red+Green+Blue) = 115+86+29=230 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50% from 230); Green value is 86 (33.98% from 255 or 37.39% from 230); Blue value is 29 (11.72% from 255 or 12.61% from 230); Max value from RGB is 115 - color contains mainly: red. Hex color #73561D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73561D is #8CA9E2. Grayscale: #585858. Windows color (decimal): -9218531 or 1922675. OLE color: 1922675.
HSL color Cylindrical-coordinate representation of color #73561D: hue angle of 39.77º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #73561D is Cyan = 0, Magento = 0.25, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 86 | 29 | - |
| CMYK | 0 | 0.25 | 0.75 | 0.55 |
| HSL | 39.77º | 0.6% | 0.28% | - |
| HSV(B) | 39.77º | 0.75% | 0.45% | - |
| XYZ | 10.62 | 10.39 | 2.61 | - |
| YUV | 88.17 | 94.61 | 147.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 86 | 29 | 0 | 0.25 | 0.75 | 0.55 | 39.77 | 0.6 | 0.28 |
| Hex | 73 | 56 | 1D | 0 | 19 | 4B | 37 | 28 | 3C | 1C |
| Octal | 163 | 126 | 35 | 0 | 31 | 113 | 67 | 50 | 74 | 34 |
| Binary | 1110011 | 1010110 | 11101 | 0 | 11001 | 1001011 | 110111 | 101000 | 111100 | 11100 |
Color Harmonies of #73561D
Complementary color
Monochromatic Colors of #73561D
Black with #73561D
Text Example
Text Example
White with #73561D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73561D; }
p { color: rgb(115,86,29); }
H1.HeaderClassName
{
color: #73561D;
}
.AnyTagClassName
{
color: #73561D;
}
</style>
background-color css
<style>
a { background-color: #73561D; }
a { background-color: rgb(115,86,29); }
div.DivClassName
{
background-color: #73561D;
}
.BgClassName
{
background-color: #73561D;
}
</style>
border-color css
<style>
span { border-color: #73561D; }
span { border-color: rgb(115,86,29); }
td.TdClassName
{
border-color: #73561D;
}
.TagClassName
{
border-color: #73561D;
}
</style>