Shades of Horses Neck #73572D
Tints of Horses Neck #73572D
RGB
CMYK
RGB Variations
Color information
#73572D (or 0x73572D) is known color: Horses Neck. HEX triplet: 73, 57 and 2D. RGB value is (115,87,45). Sum of RGB (Red+Green+Blue) = 115+87+45=247 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.56% from 247); Green value is 87 (34.38% from 255 or 35.22% from 247); Blue value is 45 (17.97% from 255 or 18.22% from 247); Max value from RGB is 115 - color contains mainly: red. Hex color #73572D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73572D is #8CA8D2. Grayscale: #5A5A5A. Windows color (decimal): -9218259 or 2971507. OLE color: 2971507.
HSL color Cylindrical-coordinate representation of color #73572D: hue angle of 36º 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 #73572D is Cyan = 0, Magento = 0.24, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 87 | 45 | - |
| CMYK | 0 | 0.24 | 0.61 | 0.55 |
| HSL | 36º | 0.44% | 0.31% | - |
| HSV(B) | 36º | 0.61% | 0.45% | - |
| XYZ | 10.95 | 10.65 | 3.96 | - |
| YUV | 90.58 | 102.28 | 145.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 87 | 45 | 0 | 0.24 | 0.61 | 0.55 | 36 | 0.44 | 0.31 |
| Hex | 73 | 57 | 2D | 0 | 18 | 3D | 37 | 24 | 2C | 1F |
| Octal | 163 | 127 | 55 | 0 | 30 | 75 | 67 | 44 | 54 | 37 |
| Binary | 1110011 | 1010111 | 101101 | 0 | 11000 | 111101 | 110111 | 100100 | 101100 | 11111 |
Color Harmonies of #73572D
Complementary color
Monochromatic Colors of #73572D
Black with #73572D
Text Example
Text Example
White with #73572D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73572D; }
p { color: rgb(115,87,45); }
H1.HeaderClassName
{
color: #73572D;
}
.AnyTagClassName
{
color: #73572D;
}
</style>
background-color css
<style>
a { background-color: #73572D; }
a { background-color: rgb(115,87,45); }
div.DivClassName
{
background-color: #73572D;
}
.BgClassName
{
background-color: #73572D;
}
</style>
border-color css
<style>
span { border-color: #73572D; }
span { border-color: rgb(115,87,45); }
td.TdClassName
{
border-color: #73572D;
}
.TagClassName
{
border-color: #73572D;
}
</style>