Shades of Horses Neck #72592C
Tints of Horses Neck #72592C
RGB
CMYK
RGB Variations
Color information
#72592C (or 0x72592C) is known color: Horses Neck. HEX triplet: 72, 59 and 2C. RGB value is (114,89,44). Sum of RGB (Red+Green+Blue) = 114+89+44=247 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.15% from 247); Green value is 89 (35.16% from 255 or 36.03% from 247); Blue value is 44 (17.58% from 255 or 17.81% from 247); Max value from RGB is 114 - color contains mainly: red. Hex color #72592C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72592C is #8DA6D3. Grayscale: #5B5B5B. Windows color (decimal): -9283284 or 2906482. OLE color: 2906482.
HSL color Cylindrical-coordinate representation of color #72592C: hue angle of 38.57º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #72592C is Cyan = 0, Magento = 0.22, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 89 | 44 | - |
| CMYK | 0 | 0.22 | 0.61 | 0.55 |
| HSL | 38.57º | 0.44% | 0.31% | - |
| HSV(B) | 38.57º | 0.61% | 0.45% | - |
| XYZ | 10.97 | 10.9 | 3.91 | - |
| YUV | 91.35 | 101.28 | 144.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 89 | 44 | 0 | 0.22 | 0.61 | 0.55 | 38.57 | 0.44 | 0.31 |
| Hex | 72 | 59 | 2C | 0 | 16 | 3D | 37 | 27 | 2C | 1F |
| Octal | 162 | 131 | 54 | 0 | 26 | 75 | 67 | 47 | 54 | 37 |
| Binary | 1110010 | 1011001 | 101100 | 0 | 10110 | 111101 | 110111 | 100111 | 101100 | 11111 |
Color Harmonies of #72592C
Complementary color
Monochromatic Colors of #72592C
Black with #72592C
Text Example
Text Example
White with #72592C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72592C; }
p { color: rgb(114,89,44); }
H1.HeaderClassName
{
color: #72592C;
}
.AnyTagClassName
{
color: #72592C;
}
</style>
background-color css
<style>
a { background-color: #72592C; }
a { background-color: rgb(114,89,44); }
div.DivClassName
{
background-color: #72592C;
}
.BgClassName
{
background-color: #72592C;
}
</style>
border-color css
<style>
span { border-color: #72592C; }
span { border-color: rgb(114,89,44); }
td.TdClassName
{
border-color: #72592C;
}
.TagClassName
{
border-color: #72592C;
}
</style>