Shades of Horses Neck #73562C
Tints of Horses Neck #73562C
RGB
CMYK
RGB Variations
Color information
#73562C (or 0x73562C) is known color: Horses Neck. HEX triplet: 73, 56 and 2C. RGB value is (115,86,44). Sum of RGB (Red+Green+Blue) = 115+86+44=245 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.94% from 245); Green value is 86 (33.98% from 255 or 35.10% from 245); Blue value is 44 (17.58% from 255 or 17.96% from 245); Max value from RGB is 115 - color contains mainly: red. Hex color #73562C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73562C is #8CA9D3. Grayscale: #5A5A5A. Windows color (decimal): -9218516 or 2905715. OLE color: 2905715.
HSL color Cylindrical-coordinate representation of color #73562C: hue angle of 35.49º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #73562C is Cyan = 0, Magento = 0.25, Yellow = 0.62 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 86 | 44 | - |
| CMYK | 0 | 0.25 | 0.62 | 0.55 |
| HSL | 35.49º | 0.45% | 0.31% | - |
| HSV(B) | 35.49º | 0.62% | 0.45% | - |
| XYZ | 10.85 | 10.48 | 3.83 | - |
| YUV | 89.88 | 102.11 | 145.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 86 | 44 | 0 | 0.25 | 0.62 | 0.55 | 35.49 | 0.45 | 0.31 |
| Hex | 73 | 56 | 2C | 0 | 19 | 3E | 37 | 23 | 2D | 1F |
| Octal | 163 | 126 | 54 | 0 | 31 | 76 | 67 | 43 | 55 | 37 |
| Binary | 1110011 | 1010110 | 101100 | 0 | 11001 | 111110 | 110111 | 100011 | 101101 | 11111 |
Color Harmonies of #73562C
Complementary color
Monochromatic Colors of #73562C
Black with #73562C
Text Example
Text Example
White with #73562C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73562C; }
p { color: rgb(115,86,44); }
H1.HeaderClassName
{
color: #73562C;
}
.AnyTagClassName
{
color: #73562C;
}
</style>
background-color css
<style>
a { background-color: #73562C; }
a { background-color: rgb(115,86,44); }
div.DivClassName
{
background-color: #73562C;
}
.BgClassName
{
background-color: #73562C;
}
</style>
border-color css
<style>
span { border-color: #73562C; }
span { border-color: rgb(115,86,44); }
td.TdClassName
{
border-color: #73562C;
}
.TagClassName
{
border-color: #73562C;
}
</style>