Shades of Horses Neck #72572D
Tints of Horses Neck #72572D
RGB
CMYK
RGB Variations
Color information
#72572D (or 0x72572D) is known color: Horses Neck. HEX triplet: 72, 57 and 2D. RGB value is (114,87,45). Sum of RGB (Red+Green+Blue) = 114+87+45=246 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.34% from 246); Green value is 87 (34.38% from 255 or 35.37% from 246); Blue value is 45 (17.97% from 255 or 18.29% from 246); Max value from RGB is 114 - color contains mainly: red. Hex color #72572D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72572D is #8DA8D2. Grayscale: #5A5A5A. Windows color (decimal): -9283795 or 2971506. OLE color: 2971506.
HSL color Cylindrical-coordinate representation of color #72572D: hue angle of 36.52º degrees, saturation: 0.43, 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 #72572D is Cyan = 0, Magento = 0.24, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 87 | 45 | - |
| CMYK | 0 | 0.24 | 0.61 | 0.55 |
| HSL | 36.52º | 0.43% | 0.31% | - |
| HSV(B) | 36.52º | 0.61% | 0.45% | - |
| XYZ | 10.82 | 10.58 | 3.96 | - |
| YUV | 90.29 | 102.45 | 144.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 87 | 45 | 0 | 0.24 | 0.61 | 0.55 | 36.52 | 0.43 | 0.31 |
| Hex | 72 | 57 | 2D | 0 | 18 | 3D | 37 | 25 | 2B | 1F |
| Octal | 162 | 127 | 55 | 0 | 30 | 75 | 67 | 45 | 53 | 37 |
| Binary | 1110010 | 1010111 | 101101 | 0 | 11000 | 111101 | 110111 | 100101 | 101011 | 11111 |
Color Harmonies of #72572D
Complementary color
Monochromatic Colors of #72572D
Black with #72572D
Text Example
Text Example
White with #72572D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72572D; }
p { color: rgb(114,87,45); }
H1.HeaderClassName
{
color: #72572D;
}
.AnyTagClassName
{
color: #72572D;
}
</style>
background-color css
<style>
a { background-color: #72572D; }
a { background-color: rgb(114,87,45); }
div.DivClassName
{
background-color: #72572D;
}
.BgClassName
{
background-color: #72572D;
}
</style>
border-color css
<style>
span { border-color: #72572D; }
span { border-color: rgb(114,87,45); }
td.TdClassName
{
border-color: #72572D;
}
.TagClassName
{
border-color: #72572D;
}
</style>