Shades of Horses Neck #73562B
Tints of Horses Neck #73562B
RGB
CMYK
RGB Variations
Color information
#73562B (or 0x73562B) is known color: Horses Neck. HEX triplet: 73, 56 and 2B. RGB value is (115,86,43). Sum of RGB (Red+Green+Blue) = 115+86+43=244 (32% of max value = 765). Red value is 115 (45.31% from 255 or 47.13% from 244); Green value is 86 (33.98% from 255 or 35.25% from 244); Blue value is 43 (17.19% from 255 or 17.62% from 244); Max value from RGB is 115 - color contains mainly: red. Hex color #73562B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73562B is #8CA9D4. Grayscale: #595959. Windows color (decimal): -9218517 or 2840179. OLE color: 2840179.
HSL color Cylindrical-coordinate representation of color #73562B: hue angle of 35.83º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #73562B is Cyan = 0, Magento = 0.25, Yellow = 0.63 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 86 | 43 | - |
| CMYK | 0 | 0.25 | 0.63 | 0.55 |
| HSL | 35.83º | 0.46% | 0.31% | - |
| HSV(B) | 35.83º | 0.63% | 0.45% | - |
| XYZ | 10.83 | 10.47 | 3.74 | - |
| YUV | 89.77 | 101.61 | 146 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 86 | 43 | 0 | 0.25 | 0.63 | 0.55 | 35.83 | 0.46 | 0.31 |
| Hex | 73 | 56 | 2B | 0 | 19 | 3F | 37 | 24 | 2E | 1F |
| Octal | 163 | 126 | 53 | 0 | 31 | 77 | 67 | 44 | 56 | 37 |
| Binary | 1110011 | 1010110 | 101011 | 0 | 11001 | 111111 | 110111 | 100100 | 101110 | 11111 |
Color Harmonies of #73562B
Complementary color
Monochromatic Colors of #73562B
Black with #73562B
Text Example
Text Example
White with #73562B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73562B; }
p { color: rgb(115,86,43); }
H1.HeaderClassName
{
color: #73562B;
}
.AnyTagClassName
{
color: #73562B;
}
</style>
background-color css
<style>
a { background-color: #73562B; }
a { background-color: rgb(115,86,43); }
div.DivClassName
{
background-color: #73562B;
}
.BgClassName
{
background-color: #73562B;
}
</style>
border-color css
<style>
span { border-color: #73562B; }
span { border-color: rgb(115,86,43); }
td.TdClassName
{
border-color: #73562B;
}
.TagClassName
{
border-color: #73562B;
}
</style>