Shades of Horses Neck #725C2C
Tints of Horses Neck #725C2C
RGB
CMYK
RGB Variations
Color information
#725C2C (or 0x725C2C) is known color: Horses Neck. HEX triplet: 72, 5C and 2C. RGB value is (114,92,44). Sum of RGB (Red+Green+Blue) = 114+92+44=250 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.6% from 250); Green value is 92 (36.33% from 255 or 36.8% from 250); Blue value is 44 (17.58% from 255 or 17.6% from 250); Max value from RGB is 114 - color contains mainly: red. Hex color #725C2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725C2C is #8DA3D3. Grayscale: #5D5D5D. Windows color (decimal): -9282516 or 2907250. OLE color: 2907250.
HSL color Cylindrical-coordinate representation of color #725C2C: hue angle of 41.14º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #725C2C is Cyan = 0, Magento = 0.19, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 92 | 44 | - |
| CMYK | 0 | 0.19 | 0.61 | 0.55 |
| HSL | 41.14º | 0.44% | 0.31% | - |
| HSV(B) | 41.14º | 0.61% | 0.45% | - |
| XYZ | 11.22 | 11.41 | 3.99 | - |
| YUV | 93.11 | 100.29 | 142.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 92 | 44 | 0 | 0.19 | 0.61 | 0.55 | 41.14 | 0.44 | 0.31 |
| Hex | 72 | 5C | 2C | 0 | 13 | 3D | 37 | 29 | 2C | 1F |
| Octal | 162 | 134 | 54 | 0 | 23 | 75 | 67 | 51 | 54 | 37 |
| Binary | 1110010 | 1011100 | 101100 | 0 | 10011 | 111101 | 110111 | 101001 | 101100 | 11111 |
Color Harmonies of #725C2C
Complementary color
Monochromatic Colors of #725C2C
Black with #725C2C
Text Example
Text Example
White with #725C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725C2C; }
p { color: rgb(114,92,44); }
H1.HeaderClassName
{
color: #725C2C;
}
.AnyTagClassName
{
color: #725C2C;
}
</style>
background-color css
<style>
a { background-color: #725C2C; }
a { background-color: rgb(114,92,44); }
div.DivClassName
{
background-color: #725C2C;
}
.BgClassName
{
background-color: #725C2C;
}
</style>
border-color css
<style>
span { border-color: #725C2C; }
span { border-color: rgb(114,92,44); }
td.TdClassName
{
border-color: #725C2C;
}
.TagClassName
{
border-color: #725C2C;
}
</style>