Shades of Horses Neck #725A21
Tints of Horses Neck #725A21
RGB
CMYK
RGB Variations
Color information
#725A21 (or 0x725A21) is known color: Horses Neck. HEX triplet: 72, 5A and 21. RGB value is (114,90,33). Sum of RGB (Red+Green+Blue) = 114+90+33=237 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.10% from 237); Green value is 90 (35.55% from 255 or 37.97% from 237); Blue value is 33 (13.28% from 255 or 13.92% from 237); Max value from RGB is 114 - color contains mainly: red. Hex color #725A21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725A21 is #8DA5DE. Grayscale: #5A5A5A. Windows color (decimal): -9283039 or 2185842. OLE color: 2185842.
HSL color Cylindrical-coordinate representation of color #725A21: hue angle of 42.22º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #725A21 is Cyan = 0, Magento = 0.21, Yellow = 0.71 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 90 | 33 | - |
| CMYK | 0 | 0.21 | 0.71 | 0.55 |
| HSL | 42.22º | 0.55% | 0.29% | - |
| HSV(B) | 42.22º | 0.71% | 0.45% | - |
| XYZ | 10.87 | 11 | 2.99 | - |
| YUV | 90.68 | 95.45 | 144.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 90 | 33 | 0 | 0.21 | 0.71 | 0.55 | 42.22 | 0.55 | 0.29 |
| Hex | 72 | 5A | 21 | 0 | 15 | 47 | 37 | 2A | 37 | 1D |
| Octal | 162 | 132 | 41 | 0 | 25 | 107 | 67 | 52 | 67 | 35 |
| Binary | 1110010 | 1011010 | 100001 | 0 | 10101 | 1000111 | 110111 | 101010 | 110111 | 11101 |
Color Harmonies of #725A21
Complementary color
Monochromatic Colors of #725A21
Black with #725A21
Text Example
Text Example
White with #725A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725A21; }
p { color: rgb(114,90,33); }
H1.HeaderClassName
{
color: #725A21;
}
.AnyTagClassName
{
color: #725A21;
}
</style>
background-color css
<style>
a { background-color: #725A21; }
a { background-color: rgb(114,90,33); }
div.DivClassName
{
background-color: #725A21;
}
.BgClassName
{
background-color: #725A21;
}
</style>
border-color css
<style>
span { border-color: #725A21; }
span { border-color: rgb(114,90,33); }
td.TdClassName
{
border-color: #725A21;
}
.TagClassName
{
border-color: #725A21;
}
</style>