Shades of Horses Neck #725C1F
Tints of Horses Neck #725C1F
RGB
CMYK
RGB Variations
Color information
#725C1F (or 0x725C1F) is known color: Horses Neck. HEX triplet: 72, 5C and 1F. RGB value is (114,92,31). Sum of RGB (Red+Green+Blue) = 114+92+31=237 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.10% from 237); Green value is 92 (36.33% from 255 or 38.82% from 237); Blue value is 31 (12.5% from 255 or 13.08% from 237); Max value from RGB is 114 - color contains mainly: red. Hex color #725C1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725C1F is #8DA3E0. Grayscale: #5B5B5B. Windows color (decimal): -9282529 or 2055282. OLE color: 2055282.
HSL color Cylindrical-coordinate representation of color #725C1F: hue angle of 44.1º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #725C1F is Cyan = 0, Magento = 0.19, Yellow = 0.73 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 92 | 31 | - |
| CMYK | 0 | 0.19 | 0.73 | 0.55 |
| HSL | 44.1º | 0.57% | 0.28% | - |
| HSV(B) | 44.1º | 0.73% | 0.45% | - |
| XYZ | 11.01 | 11.33 | 2.9 | - |
| YUV | 91.62 | 93.79 | 143.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 92 | 31 | 0 | 0.19 | 0.73 | 0.55 | 44.1 | 0.57 | 0.28 |
| Hex | 72 | 5C | 1F | 0 | 13 | 49 | 37 | 2C | 39 | 1C |
| Octal | 162 | 134 | 37 | 0 | 23 | 111 | 67 | 54 | 71 | 34 |
| Binary | 1110010 | 1011100 | 11111 | 0 | 10011 | 1001001 | 110111 | 101100 | 111001 | 11100 |
Color Harmonies of #725C1F
Complementary color
Monochromatic Colors of #725C1F
Black with #725C1F
Text Example
Text Example
White with #725C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725C1F; }
p { color: rgb(114,92,31); }
H1.HeaderClassName
{
color: #725C1F;
}
.AnyTagClassName
{
color: #725C1F;
}
</style>
background-color css
<style>
a { background-color: #725C1F; }
a { background-color: rgb(114,92,31); }
div.DivClassName
{
background-color: #725C1F;
}
.BgClassName
{
background-color: #725C1F;
}
</style>
border-color css
<style>
span { border-color: #725C1F; }
span { border-color: rgb(114,92,31); }
td.TdClassName
{
border-color: #725C1F;
}
.TagClassName
{
border-color: #725C1F;
}
</style>