Shades of Horses Neck #725B29
Tints of Horses Neck #725B29
RGB
CMYK
RGB Variations
Color information
#725B29 (or 0x725B29) is known color: Horses Neck. HEX triplet: 72, 5B and 29. RGB value is (114,91,41). Sum of RGB (Red+Green+Blue) = 114+91+41=246 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.34% from 246); Green value is 91 (35.94% from 255 or 36.99% from 246); Blue value is 41 (16.41% from 255 or 16.67% from 246); Max value from RGB is 114 - color contains mainly: red. Hex color #725B29 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725B29 is #8DA4D6. Grayscale: #5C5C5C. Windows color (decimal): -9282775 or 2710386. OLE color: 2710386.
HSL color Cylindrical-coordinate representation of color #725B29: hue angle of 41.1º 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 #725B29 is Cyan = 0, Magento = 0.20, Yellow = 0.64 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 91 | 41 | - |
| CMYK | 0 | 0.20 | 0.64 | 0.55 |
| HSL | 41.1º | 0.47% | 0.3% | - |
| HSV(B) | 41.1º | 0.64% | 0.45% | - |
| XYZ | 11.08 | 11.22 | 3.68 | - |
| YUV | 92.18 | 99.12 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 91 | 41 | 0 | 0.20 | 0.64 | 0.55 | 41.1 | 0.47 | 0.3 |
| Hex | 72 | 5B | 29 | 0 | 14 | 40 | 37 | 29 | 2F | 1E |
| Octal | 162 | 133 | 51 | 0 | 24 | 100 | 67 | 51 | 57 | 36 |
| Binary | 1110010 | 1011011 | 101001 | 0 | 10100 | 1000000 | 110111 | 101001 | 101111 | 11110 |
Color Harmonies of #725B29
Complementary color
Monochromatic Colors of #725B29
Black with #725B29
Text Example
Text Example
White with #725B29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725B29; }
p { color: rgb(114,91,41); }
H1.HeaderClassName
{
color: #725B29;
}
.AnyTagClassName
{
color: #725B29;
}
</style>
background-color css
<style>
a { background-color: #725B29; }
a { background-color: rgb(114,91,41); }
div.DivClassName
{
background-color: #725B29;
}
.BgClassName
{
background-color: #725B29;
}
</style>
border-color css
<style>
span { border-color: #725B29; }
span { border-color: rgb(114,91,41); }
td.TdClassName
{
border-color: #725B29;
}
.TagClassName
{
border-color: #725B29;
}
</style>