Shades of Horses Neck #735A24
Tints of Horses Neck #735A24
RGB
CMYK
RGB Variations
Color information
#735A24 (or 0x735A24) is known color: Horses Neck. HEX triplet: 73, 5A and 24. RGB value is (115,90,36). Sum of RGB (Red+Green+Blue) = 115+90+36=241 (31% of max value = 765). Red value is 115 (45.31% from 255 or 47.72% from 241); Green value is 90 (35.55% from 255 or 37.34% from 241); Blue value is 36 (14.45% from 255 or 14.94% from 241); Max value from RGB is 115 - color contains mainly: red. Hex color #735A24 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735A24 is #8CA5DB. Grayscale: #5B5B5B. Windows color (decimal): -9217500 or 2382451. OLE color: 2382451.
HSL color Cylindrical-coordinate representation of color #735A24: hue angle of 41.01º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #735A24 is Cyan = 0, Magento = 0.22, Yellow = 0.69 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 90 | 36 | - |
| CMYK | 0 | 0.22 | 0.69 | 0.55 |
| HSL | 41.01º | 0.52% | 0.3% | - |
| HSV(B) | 41.01º | 0.69% | 0.45% | - |
| XYZ | 11.04 | 11.08 | 3.23 | - |
| YUV | 91.32 | 96.78 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 90 | 36 | 0 | 0.22 | 0.69 | 0.55 | 41.01 | 0.52 | 0.3 |
| Hex | 73 | 5A | 24 | 0 | 16 | 45 | 37 | 29 | 34 | 1E |
| Octal | 163 | 132 | 44 | 0 | 26 | 105 | 67 | 51 | 64 | 36 |
| Binary | 1110011 | 1011010 | 100100 | 0 | 10110 | 1000101 | 110111 | 101001 | 110100 | 11110 |
Color Harmonies of #735A24
Complementary color
Monochromatic Colors of #735A24
Black with #735A24
Text Example
Text Example
White with #735A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735A24; }
p { color: rgb(115,90,36); }
H1.HeaderClassName
{
color: #735A24;
}
.AnyTagClassName
{
color: #735A24;
}
</style>
background-color css
<style>
a { background-color: #735A24; }
a { background-color: rgb(115,90,36); }
div.DivClassName
{
background-color: #735A24;
}
.BgClassName
{
background-color: #735A24;
}
</style>
border-color css
<style>
span { border-color: #735A24; }
span { border-color: rgb(115,90,36); }
td.TdClassName
{
border-color: #735A24;
}
.TagClassName
{
border-color: #735A24;
}
</style>