Shades of Horses Neck #725B23
Tints of Horses Neck #725B23
RGB
CMYK
RGB Variations
Color information
#725B23 (or 0x725B23) is known color: Horses Neck. HEX triplet: 72, 5B and 23. RGB value is (114,91,35). Sum of RGB (Red+Green+Blue) = 114+91+35=240 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.5% from 240); Green value is 91 (35.94% from 255 or 37.92% from 240); Blue value is 35 (14.06% from 255 or 14.58% from 240); Max value from RGB is 114 - color contains mainly: red. Hex color #725B23 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725B23 is #8DA4DC. Grayscale: #5B5B5B. Windows color (decimal): -9282781 or 2317170. OLE color: 2317170.
HSL color Cylindrical-coordinate representation of color #725B23: hue angle of 42.53º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #725B23 is Cyan = 0, Magento = 0.20, Yellow = 0.69 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 91 | 35 | - |
| CMYK | 0 | 0.20 | 0.69 | 0.55 |
| HSL | 42.53º | 0.53% | 0.29% | - |
| HSV(B) | 42.53º | 0.69% | 0.45% | - |
| XYZ | 10.98 | 11.18 | 3.17 | - |
| YUV | 91.49 | 96.12 | 144.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 91 | 35 | 0 | 0.20 | 0.69 | 0.55 | 42.53 | 0.53 | 0.29 |
| Hex | 72 | 5B | 23 | 0 | 14 | 45 | 37 | 2B | 35 | 1D |
| Octal | 162 | 133 | 43 | 0 | 24 | 105 | 67 | 53 | 65 | 35 |
| Binary | 1110010 | 1011011 | 100011 | 0 | 10100 | 1000101 | 110111 | 101011 | 110101 | 11101 |
Color Harmonies of #725B23
Complementary color
Monochromatic Colors of #725B23
Black with #725B23
Text Example
Text Example
White with #725B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725B23; }
p { color: rgb(114,91,35); }
H1.HeaderClassName
{
color: #725B23;
}
.AnyTagClassName
{
color: #725B23;
}
</style>
background-color css
<style>
a { background-color: #725B23; }
a { background-color: rgb(114,91,35); }
div.DivClassName
{
background-color: #725B23;
}
.BgClassName
{
background-color: #725B23;
}
</style>
border-color css
<style>
span { border-color: #725B23; }
span { border-color: rgb(114,91,35); }
td.TdClassName
{
border-color: #725B23;
}
.TagClassName
{
border-color: #725B23;
}
</style>