Shades of Horses Neck #72522D
Tints of Horses Neck #72522D
RGB
CMYK
RGB Variations
Color information
#72522D (or 0x72522D) is known color: Horses Neck. HEX triplet: 72, 52 and 2D. RGB value is (114,82,45). Sum of RGB (Red+Green+Blue) = 114+82+45=241 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.30% from 241); Green value is 82 (32.42% from 255 or 34.02% from 241); Blue value is 45 (17.97% from 255 or 18.67% from 241); Max value from RGB is 114 - color contains mainly: red. Hex color #72522D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72522D is #8DADD2. Grayscale: #575757. Windows color (decimal): -9285075 or 2970226. OLE color: 2970226.
HSL color Cylindrical-coordinate representation of color #72522D: hue angle of 32.17º 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 #72522D is Cyan = 0, Magento = 0.28, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 82 | 45 | - |
| CMYK | 0 | 0.28 | 0.61 | 0.55 |
| HSL | 32.17º | 0.43% | 0.31% | - |
| HSV(B) | 32.17º | 0.61% | 0.45% | - |
| XYZ | 10.43 | 9.8 | 3.82 | - |
| YUV | 87.35 | 104.1 | 147.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 82 | 45 | 0 | 0.28 | 0.61 | 0.55 | 32.17 | 0.43 | 0.31 |
| Hex | 72 | 52 | 2D | 0 | 1C | 3D | 37 | 20 | 2B | 1F |
| Octal | 162 | 122 | 55 | 0 | 34 | 75 | 67 | 40 | 53 | 37 |
| Binary | 1110010 | 1010010 | 101101 | 0 | 11100 | 111101 | 110111 | 100000 | 101011 | 11111 |
Color Harmonies of #72522D
Complementary color
Monochromatic Colors of #72522D
Black with #72522D
Text Example
Text Example
White with #72522D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72522D; }
p { color: rgb(114,82,45); }
H1.HeaderClassName
{
color: #72522D;
}
.AnyTagClassName
{
color: #72522D;
}
</style>
background-color css
<style>
a { background-color: #72522D; }
a { background-color: rgb(114,82,45); }
div.DivClassName
{
background-color: #72522D;
}
.BgClassName
{
background-color: #72522D;
}
</style>
border-color css
<style>
span { border-color: #72522D; }
span { border-color: rgb(114,82,45); }
td.TdClassName
{
border-color: #72522D;
}
.TagClassName
{
border-color: #72522D;
}
</style>