Shades of Horses Neck #725A24
Tints of Horses Neck #725A24
RGB
CMYK
RGB Variations
Color information
#725A24 (or 0x725A24) is known color: Horses Neck. HEX triplet: 72, 5A and 24. RGB value is (114,90,36). Sum of RGB (Red+Green+Blue) = 114+90+36=240 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.5% from 240); Green value is 90 (35.55% from 255 or 37.5% from 240); Blue value is 36 (14.45% from 255 or 15% from 240); Max value from RGB is 114 - color contains mainly: red. Hex color #725A24 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725A24 is #8DA5DB. Grayscale: #5B5B5B. Windows color (decimal): -9283036 or 2382450. OLE color: 2382450.
HSL color Cylindrical-coordinate representation of color #725A24: hue angle of 41.54º 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 #725A24 is Cyan = 0, Magento = 0.21, Yellow = 0.68 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 90 | 36 | - |
| CMYK | 0 | 0.21 | 0.68 | 0.55 |
| HSL | 41.54º | 0.52% | 0.29% | - |
| HSV(B) | 41.54º | 0.68% | 0.45% | - |
| XYZ | 10.91 | 11.02 | 3.22 | - |
| YUV | 91.02 | 96.95 | 144.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 90 | 36 | 0 | 0.21 | 0.68 | 0.55 | 41.54 | 0.52 | 0.29 |
| Hex | 72 | 5A | 24 | 0 | 15 | 44 | 37 | 2A | 34 | 1D |
| Octal | 162 | 132 | 44 | 0 | 25 | 104 | 67 | 52 | 64 | 35 |
| Binary | 1110010 | 1011010 | 100100 | 0 | 10101 | 1000100 | 110111 | 101010 | 110100 | 11101 |
Color Harmonies of #725A24
Complementary color
Monochromatic Colors of #725A24
Black with #725A24
Text Example
Text Example
White with #725A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725A24; }
p { color: rgb(114,90,36); }
H1.HeaderClassName
{
color: #725A24;
}
.AnyTagClassName
{
color: #725A24;
}
</style>
background-color css
<style>
a { background-color: #725A24; }
a { background-color: rgb(114,90,36); }
div.DivClassName
{
background-color: #725A24;
}
.BgClassName
{
background-color: #725A24;
}
</style>
border-color css
<style>
span { border-color: #725A24; }
span { border-color: rgb(114,90,36); }
td.TdClassName
{
border-color: #725A24;
}
.TagClassName
{
border-color: #725A24;
}
</style>