Shades of Horses Neck #73591B
Tints of Horses Neck #73591B
RGB
CMYK
RGB Variations
Color information
#73591B (or 0x73591B) is known color: Horses Neck. HEX triplet: 73, 59 and 1B. RGB value is (115,89,27). Sum of RGB (Red+Green+Blue) = 115+89+27=231 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.78% from 231); Green value is 89 (35.16% from 255 or 38.53% from 231); Blue value is 27 (10.94% from 255 or 11.69% from 231); Max value from RGB is 115 - color contains mainly: red. Hex color #73591B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73591B is #8CA6E4. Grayscale: #595959. Windows color (decimal): -9217765 or 1792371. OLE color: 1792371.
HSL color Cylindrical-coordinate representation of color #73591B: hue angle of 42.27º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #73591B is Cyan = 0, Magento = 0.23, Yellow = 0.77 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 89 | 27 | - |
| CMYK | 0 | 0.23 | 0.77 | 0.55 |
| HSL | 42.27º | 0.62% | 0.28% | - |
| HSV(B) | 42.27º | 0.77% | 0.45% | - |
| XYZ | 10.84 | 10.87 | 2.56 | - |
| YUV | 89.71 | 92.61 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 89 | 27 | 0 | 0.23 | 0.77 | 0.55 | 42.27 | 0.62 | 0.28 |
| Hex | 73 | 59 | 1B | 0 | 17 | 4D | 37 | 2A | 3E | 1C |
| Octal | 163 | 131 | 33 | 0 | 27 | 115 | 67 | 52 | 76 | 34 |
| Binary | 1110011 | 1011001 | 11011 | 0 | 10111 | 1001101 | 110111 | 101010 | 111110 | 11100 |
Color Harmonies of #73591B
Complementary color
Monochromatic Colors of #73591B
Black with #73591B
Text Example
Text Example
White with #73591B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73591B; }
p { color: rgb(115,89,27); }
H1.HeaderClassName
{
color: #73591B;
}
.AnyTagClassName
{
color: #73591B;
}
</style>
background-color css
<style>
a { background-color: #73591B; }
a { background-color: rgb(115,89,27); }
div.DivClassName
{
background-color: #73591B;
}
.BgClassName
{
background-color: #73591B;
}
</style>
border-color css
<style>
span { border-color: #73591B; }
span { border-color: rgb(115,89,27); }
td.TdClassName
{
border-color: #73591B;
}
.TagClassName
{
border-color: #73591B;
}
</style>