Shades of Horses Neck #735A20
Tints of Horses Neck #735A20
RGB
CMYK
RGB Variations
Color information
#735A20 (or 0x735A20) is known color: Horses Neck. HEX triplet: 73, 5A and 20. RGB value is (115,90,32). Sum of RGB (Red+Green+Blue) = 115+90+32=237 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.52% from 237); Green value is 90 (35.55% from 255 or 37.97% from 237); Blue value is 32 (12.89% from 255 or 13.50% from 237); Max value from RGB is 115 - color contains mainly: red. Hex color #735A20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735A20 is #8CA5DF. Grayscale: #5B5B5B. Windows color (decimal): -9217504 or 2120307. OLE color: 2120307.
HSL color Cylindrical-coordinate representation of color #735A20: hue angle of 41.93º 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 #735A20 is Cyan = 0, Magento = 0.22, Yellow = 0.72 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 90 | 32 | - |
| CMYK | 0 | 0.22 | 0.72 | 0.55 |
| HSL | 41.93º | 0.56% | 0.29% | - |
| HSV(B) | 41.93º | 0.72% | 0.45% | - |
| XYZ | 10.99 | 11.06 | 2.92 | - |
| YUV | 90.86 | 94.78 | 145.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 90 | 32 | 0 | 0.22 | 0.72 | 0.55 | 41.93 | 0.56 | 0.29 |
| Hex | 73 | 5A | 20 | 0 | 16 | 48 | 37 | 2A | 38 | 1D |
| Octal | 163 | 132 | 40 | 0 | 26 | 110 | 67 | 52 | 70 | 35 |
| Binary | 1110011 | 1011010 | 100000 | 0 | 10110 | 1001000 | 110111 | 101010 | 111000 | 11101 |
Color Harmonies of #735A20
Complementary color
Monochromatic Colors of #735A20
Black with #735A20
Text Example
Text Example
White with #735A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735A20; }
p { color: rgb(115,90,32); }
H1.HeaderClassName
{
color: #735A20;
}
.AnyTagClassName
{
color: #735A20;
}
</style>
background-color css
<style>
a { background-color: #735A20; }
a { background-color: rgb(115,90,32); }
div.DivClassName
{
background-color: #735A20;
}
.BgClassName
{
background-color: #735A20;
}
</style>
border-color css
<style>
span { border-color: #735A20; }
span { border-color: rgb(115,90,32); }
td.TdClassName
{
border-color: #735A20;
}
.TagClassName
{
border-color: #735A20;
}
</style>