Shades of Horses Neck #72591D
Tints of Horses Neck #72591D
RGB
CMYK
RGB Variations
Color information
#72591D (or 0x72591D) is known color: Horses Neck. HEX triplet: 72, 59 and 1D. RGB value is (114,89,29). Sum of RGB (Red+Green+Blue) = 114+89+29=232 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.14% from 232); Green value is 89 (35.16% from 255 or 38.36% from 232); Blue value is 29 (11.72% from 255 or 12.5% from 232); Max value from RGB is 114 - color contains mainly: red. Hex color #72591D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72591D is #8DA6E2. Grayscale: #595959. Windows color (decimal): -9283299 or 1923442. OLE color: 1923442.
HSL color Cylindrical-coordinate representation of color #72591D: hue angle of 42.35º degrees, saturation: 0.59, 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 #72591D is Cyan = 0, Magento = 0.22, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 89 | 29 | - |
| CMYK | 0 | 0.22 | 0.75 | 0.55 |
| HSL | 42.35º | 0.59% | 0.28% | - |
| HSV(B) | 42.35º | 0.75% | 0.45% | - |
| XYZ | 10.73 | 10.81 | 2.68 | - |
| YUV | 89.64 | 93.78 | 145.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 89 | 29 | 0 | 0.22 | 0.75 | 0.55 | 42.35 | 0.59 | 0.28 |
| Hex | 72 | 59 | 1D | 0 | 16 | 4B | 37 | 2A | 3B | 1C |
| Octal | 162 | 131 | 35 | 0 | 26 | 113 | 67 | 52 | 73 | 34 |
| Binary | 1110010 | 1011001 | 11101 | 0 | 10110 | 1001011 | 110111 | 101010 | 111011 | 11100 |
Color Harmonies of #72591D
Complementary color
Monochromatic Colors of #72591D
Black with #72591D
Text Example
Text Example
White with #72591D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72591D; }
p { color: rgb(114,89,29); }
H1.HeaderClassName
{
color: #72591D;
}
.AnyTagClassName
{
color: #72591D;
}
</style>
background-color css
<style>
a { background-color: #72591D; }
a { background-color: rgb(114,89,29); }
div.DivClassName
{
background-color: #72591D;
}
.BgClassName
{
background-color: #72591D;
}
</style>
border-color css
<style>
span { border-color: #72591D; }
span { border-color: rgb(114,89,29); }
td.TdClassName
{
border-color: #72591D;
}
.TagClassName
{
border-color: #72591D;
}
</style>