Shades of Horses Neck #735D20
Tints of Horses Neck #735D20
RGB
CMYK
RGB Variations
Color information
#735D20 (or 0x735D20) is known color: Horses Neck. HEX triplet: 73, 5D and 20. RGB value is (115,93,32). Sum of RGB (Red+Green+Blue) = 115+93+32=240 (31% of max value = 765). Red value is 115 (45.31% from 255 or 47.92% from 240); Green value is 93 (36.72% from 255 or 38.75% from 240); Blue value is 32 (12.89% from 255 or 13.33% from 240); Max value from RGB is 115 - color contains mainly: red. Hex color #735D20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735D20 is #8CA2DF. Grayscale: #5C5C5C. Windows color (decimal): -9216736 or 2121075. OLE color: 2121075.
HSL color Cylindrical-coordinate representation of color #735D20: hue angle of 44.1º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #735D20 is Cyan = 0, Magento = 0.19, Yellow = 0.72 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 93 | 32 | - |
| CMYK | 0 | 0.19 | 0.72 | 0.55 |
| HSL | 44.1º | 0.56% | 0.29% | - |
| HSV(B) | 44.1º | 0.72% | 0.45% | - |
| XYZ | 11.25 | 11.58 | 3.01 | - |
| YUV | 92.62 | 93.79 | 143.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 93 | 32 | 0 | 0.19 | 0.72 | 0.55 | 44.1 | 0.56 | 0.29 |
| Hex | 73 | 5D | 20 | 0 | 13 | 48 | 37 | 2C | 38 | 1D |
| Octal | 163 | 135 | 40 | 0 | 23 | 110 | 67 | 54 | 70 | 35 |
| Binary | 1110011 | 1011101 | 100000 | 0 | 10011 | 1001000 | 110111 | 101100 | 111000 | 11101 |
Color Harmonies of #735D20
Complementary color
Monochromatic Colors of #735D20
Black with #735D20
Text Example
Text Example
White with #735D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735D20; }
p { color: rgb(115,93,32); }
H1.HeaderClassName
{
color: #735D20;
}
.AnyTagClassName
{
color: #735D20;
}
</style>
background-color css
<style>
a { background-color: #735D20; }
a { background-color: rgb(115,93,32); }
div.DivClassName
{
background-color: #735D20;
}
.BgClassName
{
background-color: #735D20;
}
</style>
border-color css
<style>
span { border-color: #735D20; }
span { border-color: rgb(115,93,32); }
td.TdClassName
{
border-color: #735D20;
}
.TagClassName
{
border-color: #735D20;
}
</style>