Shades of Horses Neck #725C24
Tints of Horses Neck #725C24
RGB
CMYK
RGB Variations
Color information
#725C24 (or 0x725C24) is known color: Horses Neck. HEX triplet: 72, 5C and 24. RGB value is (114,92,36). Sum of RGB (Red+Green+Blue) = 114+92+36=242 (32% of max value = 765). Red value is 114 (44.92% from 255 or 47.11% from 242); Green value is 92 (36.33% from 255 or 38.02% from 242); Blue value is 36 (14.45% from 255 or 14.88% from 242); Max value from RGB is 114 - color contains mainly: red. Hex color #725C24 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725C24 is #8DA3DB. Grayscale: #5C5C5C. Windows color (decimal): -9282524 or 2382962. OLE color: 2382962.
HSL color Cylindrical-coordinate representation of color #725C24: hue angle of 43.08º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #725C24 is Cyan = 0, Magento = 0.19, Yellow = 0.68 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 92 | 36 | - |
| CMYK | 0 | 0.19 | 0.68 | 0.55 |
| HSL | 43.08º | 0.52% | 0.29% | - |
| HSV(B) | 43.08º | 0.68% | 0.45% | - |
| XYZ | 11.09 | 11.36 | 3.28 | - |
| YUV | 92.19 | 96.29 | 143.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 92 | 36 | 0 | 0.19 | 0.68 | 0.55 | 43.08 | 0.52 | 0.29 |
| Hex | 72 | 5C | 24 | 0 | 13 | 44 | 37 | 2B | 34 | 1D |
| Octal | 162 | 134 | 44 | 0 | 23 | 104 | 67 | 53 | 64 | 35 |
| Binary | 1110010 | 1011100 | 100100 | 0 | 10011 | 1000100 | 110111 | 101011 | 110100 | 11101 |
Color Harmonies of #725C24
Complementary color
Monochromatic Colors of #725C24
Black with #725C24
Text Example
Text Example
White with #725C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725C24; }
p { color: rgb(114,92,36); }
H1.HeaderClassName
{
color: #725C24;
}
.AnyTagClassName
{
color: #725C24;
}
</style>
background-color css
<style>
a { background-color: #725C24; }
a { background-color: rgb(114,92,36); }
div.DivClassName
{
background-color: #725C24;
}
.BgClassName
{
background-color: #725C24;
}
</style>
border-color css
<style>
span { border-color: #725C24; }
span { border-color: rgb(114,92,36); }
td.TdClassName
{
border-color: #725C24;
}
.TagClassName
{
border-color: #725C24;
}
</style>