Shades of Horses Neck #725A29
Tints of Horses Neck #725A29
RGB
CMYK
RGB Variations
Color information
#725A29 (or 0x725A29) is known color: Horses Neck. HEX triplet: 72, 5A and 29. RGB value is (114,90,41). Sum of RGB (Red+Green+Blue) = 114+90+41=245 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.53% from 245); Green value is 90 (35.55% from 255 or 36.73% from 245); Blue value is 41 (16.41% from 255 or 16.73% from 245); Max value from RGB is 114 - color contains mainly: red. Hex color #725A29 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725A29 is #8DA5D6. Grayscale: #5B5B5B. Windows color (decimal): -9283031 or 2710130. OLE color: 2710130.
HSL color Cylindrical-coordinate representation of color #725A29: hue angle of 40.27º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #725A29 is Cyan = 0, Magento = 0.21, Yellow = 0.64 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 90 | 41 | - |
| CMYK | 0 | 0.21 | 0.64 | 0.55 |
| HSL | 40.27º | 0.47% | 0.3% | - |
| HSV(B) | 40.27º | 0.64% | 0.45% | - |
| XYZ | 11 | 11.05 | 3.65 | - |
| YUV | 91.59 | 99.45 | 143.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 90 | 41 | 0 | 0.21 | 0.64 | 0.55 | 40.27 | 0.47 | 0.3 |
| Hex | 72 | 5A | 29 | 0 | 15 | 40 | 37 | 28 | 2F | 1E |
| Octal | 162 | 132 | 51 | 0 | 25 | 100 | 67 | 50 | 57 | 36 |
| Binary | 1110010 | 1011010 | 101001 | 0 | 10101 | 1000000 | 110111 | 101000 | 101111 | 11110 |
Color Harmonies of #725A29
Complementary color
Monochromatic Colors of #725A29
Black with #725A29
Text Example
Text Example
White with #725A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725A29; }
p { color: rgb(114,90,41); }
H1.HeaderClassName
{
color: #725A29;
}
.AnyTagClassName
{
color: #725A29;
}
</style>
background-color css
<style>
a { background-color: #725A29; }
a { background-color: rgb(114,90,41); }
div.DivClassName
{
background-color: #725A29;
}
.BgClassName
{
background-color: #725A29;
}
</style>
border-color css
<style>
span { border-color: #725A29; }
span { border-color: rgb(114,90,41); }
td.TdClassName
{
border-color: #725A29;
}
.TagClassName
{
border-color: #725A29;
}
</style>