Shades of Horses Neck #73591F
Tints of Horses Neck #73591F
RGB
CMYK
RGB Variations
Color information
#73591F (or 0x73591F) is known color: Horses Neck. HEX triplet: 73, 59 and 1F. RGB value is (115,89,31). Sum of RGB (Red+Green+Blue) = 115+89+31=235 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.94% from 235); Green value is 89 (35.16% from 255 or 37.87% from 235); Blue value is 31 (12.5% from 255 or 13.19% from 235); Max value from RGB is 115 - color contains mainly: red. Hex color #73591F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73591F is #8CA6E0. Grayscale: #5A5A5A. Windows color (decimal): -9217761 or 2054515. OLE color: 2054515.
HSL color Cylindrical-coordinate representation of color #73591F: hue angle of 41.43º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #73591F is Cyan = 0, Magento = 0.23, Yellow = 0.73 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 89 | 31 | - |
| CMYK | 0 | 0.23 | 0.73 | 0.55 |
| HSL | 41.43º | 0.58% | 0.29% | - |
| HSV(B) | 41.43º | 0.73% | 0.45% | - |
| XYZ | 10.89 | 10.89 | 2.82 | - |
| YUV | 90.16 | 94.61 | 145.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 89 | 31 | 0 | 0.23 | 0.73 | 0.55 | 41.43 | 0.58 | 0.29 |
| Hex | 73 | 59 | 1F | 0 | 17 | 49 | 37 | 29 | 3A | 1D |
| Octal | 163 | 131 | 37 | 0 | 27 | 111 | 67 | 51 | 72 | 35 |
| Binary | 1110011 | 1011001 | 11111 | 0 | 10111 | 1001001 | 110111 | 101001 | 111010 | 11101 |
Color Harmonies of #73591F
Complementary color
Monochromatic Colors of #73591F
Black with #73591F
Text Example
Text Example
White with #73591F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73591F; }
p { color: rgb(115,89,31); }
H1.HeaderClassName
{
color: #73591F;
}
.AnyTagClassName
{
color: #73591F;
}
</style>
background-color css
<style>
a { background-color: #73591F; }
a { background-color: rgb(115,89,31); }
div.DivClassName
{
background-color: #73591F;
}
.BgClassName
{
background-color: #73591F;
}
</style>
border-color css
<style>
span { border-color: #73591F; }
span { border-color: rgb(115,89,31); }
td.TdClassName
{
border-color: #73591F;
}
.TagClassName
{
border-color: #73591F;
}
</style>