Shades of Horses Neck #725A2E
Tints of Horses Neck #725A2E
RGB
CMYK
RGB Variations
Color information
#725A2E (or 0x725A2E) is known color: Horses Neck. HEX triplet: 72, 5A and 2E. RGB value is (114,90,46). Sum of RGB (Red+Green+Blue) = 114+90+46=250 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.6% from 250); Green value is 90 (35.55% from 255 or 36% from 250); Blue value is 46 (18.36% from 255 or 18.4% from 250); Max value from RGB is 114 - color contains mainly: red. Hex color #725A2E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725A2E is #8DA5D1. Grayscale: #5C5C5C. Windows color (decimal): -9283026 or 3037810. OLE color: 3037810.
HSL color Cylindrical-coordinate representation of color #725A2E: hue angle of 38.82º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #725A2E is Cyan = 0, Magento = 0.21, Yellow = 0.60 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 90 | 46 | - |
| CMYK | 0 | 0.21 | 0.60 | 0.55 |
| HSL | 38.82º | 0.43% | 0.31% | - |
| HSV(B) | 38.82º | 0.6% | 0.45% | - |
| XYZ | 11.09 | 11.09 | 4.14 | - |
| YUV | 92.16 | 101.95 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 90 | 46 | 0 | 0.21 | 0.60 | 0.55 | 38.82 | 0.43 | 0.31 |
| Hex | 72 | 5A | 2E | 0 | 15 | 3C | 37 | 27 | 2A | 1F |
| Octal | 162 | 132 | 56 | 0 | 25 | 74 | 67 | 47 | 52 | 37 |
| Binary | 1110010 | 1011010 | 101110 | 0 | 10101 | 111100 | 110111 | 100111 | 101010 | 11111 |
Color Harmonies of #725A2E
Complementary color
Monochromatic Colors of #725A2E
Black with #725A2E
Text Example
Text Example
White with #725A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725A2E; }
p { color: rgb(114,90,46); }
H1.HeaderClassName
{
color: #725A2E;
}
.AnyTagClassName
{
color: #725A2E;
}
</style>
background-color css
<style>
a { background-color: #725A2E; }
a { background-color: rgb(114,90,46); }
div.DivClassName
{
background-color: #725A2E;
}
.BgClassName
{
background-color: #725A2E;
}
</style>
border-color css
<style>
span { border-color: #725A2E; }
span { border-color: rgb(114,90,46); }
td.TdClassName
{
border-color: #725A2E;
}
.TagClassName
{
border-color: #725A2E;
}
</style>