Shades of Horses Neck #725C25
Tints of Horses Neck #725C25
RGB
CMYK
RGB Variations
Color information
#725C25 (or 0x725C25) is known color: Horses Neck. HEX triplet: 72, 5C and 25. RGB value is (114,92,37). Sum of RGB (Red+Green+Blue) = 114+92+37=243 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.91% from 243); Green value is 92 (36.33% from 255 or 37.86% from 243); Blue value is 37 (14.84% from 255 or 15.23% from 243); Max value from RGB is 114 - color contains mainly: red. Hex color #725C25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725C25 is #8DA3DA. Grayscale: #5C5C5C. Windows color (decimal): -9282523 or 2448498. OLE color: 2448498.
HSL color Cylindrical-coordinate representation of color #725C25: hue angle of 42.86º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #725C25 is Cyan = 0, Magento = 0.19, Yellow = 0.68 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 92 | 37 | - |
| CMYK | 0 | 0.19 | 0.68 | 0.55 |
| HSL | 42.86º | 0.51% | 0.3% | - |
| HSV(B) | 42.86º | 0.68% | 0.45% | - |
| XYZ | 11.1 | 11.37 | 3.36 | - |
| YUV | 92.31 | 96.79 | 143.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 92 | 37 | 0 | 0.19 | 0.68 | 0.55 | 42.86 | 0.51 | 0.3 |
| Hex | 72 | 5C | 25 | 0 | 13 | 44 | 37 | 2B | 33 | 1E |
| Octal | 162 | 134 | 45 | 0 | 23 | 104 | 67 | 53 | 63 | 36 |
| Binary | 1110010 | 1011100 | 100101 | 0 | 10011 | 1000100 | 110111 | 101011 | 110011 | 11110 |
Color Harmonies of #725C25
Complementary color
Monochromatic Colors of #725C25
Black with #725C25
Text Example
Text Example
White with #725C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725C25; }
p { color: rgb(114,92,37); }
H1.HeaderClassName
{
color: #725C25;
}
.AnyTagClassName
{
color: #725C25;
}
</style>
background-color css
<style>
a { background-color: #725C25; }
a { background-color: rgb(114,92,37); }
div.DivClassName
{
background-color: #725C25;
}
.BgClassName
{
background-color: #725C25;
}
</style>
border-color css
<style>
span { border-color: #725C25; }
span { border-color: rgb(114,92,37); }
td.TdClassName
{
border-color: #725C25;
}
.TagClassName
{
border-color: #725C25;
}
</style>