Shades of Horses Neck #735C21
Tints of Horses Neck #735C21
RGB
CMYK
RGB Variations
Color information
#735C21 (or 0x735C21) is known color: Horses Neck. HEX triplet: 73, 5C and 21. RGB value is (115,92,33). Sum of RGB (Red+Green+Blue) = 115+92+33=240 (31% of max value = 765). Red value is 115 (45.31% from 255 or 47.92% from 240); Green value is 92 (36.33% from 255 or 38.33% from 240); Blue value is 33 (13.28% from 255 or 13.75% from 240); Max value from RGB is 115 - color contains mainly: red. Hex color #735C21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735C21 is #8CA3DE. Grayscale: #5C5C5C. Windows color (decimal): -9216991 or 2186355. OLE color: 2186355.
HSL color Cylindrical-coordinate representation of color #735C21: hue angle of 43.17º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #735C21 is Cyan = 0, Magento = 0.20, Yellow = 0.71 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 92 | 33 | - |
| CMYK | 0 | 0.20 | 0.71 | 0.55 |
| HSL | 43.17º | 0.55% | 0.29% | - |
| HSV(B) | 43.17º | 0.71% | 0.45% | - |
| XYZ | 11.17 | 11.41 | 3.05 | - |
| YUV | 92.15 | 94.62 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 92 | 33 | 0 | 0.20 | 0.71 | 0.55 | 43.17 | 0.55 | 0.29 |
| Hex | 73 | 5C | 21 | 0 | 14 | 47 | 37 | 2B | 37 | 1D |
| Octal | 163 | 134 | 41 | 0 | 24 | 107 | 67 | 53 | 67 | 35 |
| Binary | 1110011 | 1011100 | 100001 | 0 | 10100 | 1000111 | 110111 | 101011 | 110111 | 11101 |
Color Harmonies of #735C21
Complementary color
Monochromatic Colors of #735C21
Black with #735C21
Text Example
Text Example
White with #735C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735C21; }
p { color: rgb(115,92,33); }
H1.HeaderClassName
{
color: #735C21;
}
.AnyTagClassName
{
color: #735C21;
}
</style>
background-color css
<style>
a { background-color: #735C21; }
a { background-color: rgb(115,92,33); }
div.DivClassName
{
background-color: #735C21;
}
.BgClassName
{
background-color: #735C21;
}
</style>
border-color css
<style>
span { border-color: #735C21; }
span { border-color: rgb(115,92,33); }
td.TdClassName
{
border-color: #735C21;
}
.TagClassName
{
border-color: #735C21;
}
</style>