Shades of Horses Neck #72541F
Tints of Horses Neck #72541F
RGB
CMYK
RGB Variations
Color information
#72541F (or 0x72541F) is known color: Horses Neck. HEX triplet: 72, 54 and 1F. RGB value is (114,84,31). Sum of RGB (Red+Green+Blue) = 114+84+31=229 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.78% from 229); Green value is 84 (33.20% from 255 or 36.68% from 229); Blue value is 31 (12.5% from 255 or 13.54% from 229); Max value from RGB is 114 - color contains mainly: red. Hex color #72541F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72541F is #8DABE0. Grayscale: #575757. Windows color (decimal): -9284577 or 2053234. OLE color: 2053234.
HSL color Cylindrical-coordinate representation of color #72541F: hue angle of 38.31º 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 #72541F is Cyan = 0, Magento = 0.26, Yellow = 0.73 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 84 | 31 | - |
| CMYK | 0 | 0.26 | 0.73 | 0.55 |
| HSL | 38.31º | 0.57% | 0.28% | - |
| HSV(B) | 38.31º | 0.73% | 0.45% | - |
| XYZ | 10.36 | 10.02 | 2.68 | - |
| YUV | 86.93 | 96.44 | 147.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 84 | 31 | 0 | 0.26 | 0.73 | 0.55 | 38.31 | 0.57 | 0.28 |
| Hex | 72 | 54 | 1F | 0 | 1A | 49 | 37 | 26 | 39 | 1C |
| Octal | 162 | 124 | 37 | 0 | 32 | 111 | 67 | 46 | 71 | 34 |
| Binary | 1110010 | 1010100 | 11111 | 0 | 11010 | 1001001 | 110111 | 100110 | 111001 | 11100 |
Color Harmonies of #72541F
Complementary color
Monochromatic Colors of #72541F
Black with #72541F
Text Example
Text Example
White with #72541F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72541F; }
p { color: rgb(114,84,31); }
H1.HeaderClassName
{
color: #72541F;
}
.AnyTagClassName
{
color: #72541F;
}
</style>
background-color css
<style>
a { background-color: #72541F; }
a { background-color: rgb(114,84,31); }
div.DivClassName
{
background-color: #72541F;
}
.BgClassName
{
background-color: #72541F;
}
</style>
border-color css
<style>
span { border-color: #72541F; }
span { border-color: rgb(114,84,31); }
td.TdClassName
{
border-color: #72541F;
}
.TagClassName
{
border-color: #72541F;
}
</style>