Shades of Himalaya #755E20
Tints of Himalaya #755E20
RGB
CMYK
RGB Variations
Color information
#755E20 (or 0x755E20) is known color: Himalaya. HEX triplet: 75, 5E and 20. RGB value is (117,94,32). Sum of RGB (Red+Green+Blue) = 117+94+32=243 (32% of max value = 765). Red value is 117 (46.09% from 255 or 48.15% from 243); Green value is 94 (37.11% from 255 or 38.68% from 243); Blue value is 32 (12.89% from 255 or 13.17% from 243); Max value from RGB is 117 - color contains mainly: red. Hex color #755E20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755E20 is #8AA1DF. Grayscale: #5E5E5E. Windows color (decimal): -9085408 or 2121333. OLE color: 2121333.
HSL color Cylindrical-coordinate representation of color #755E20: hue angle of 43.76º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #755E20 is Cyan = 0, Magento = 0.20, Yellow = 0.73 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 94 | 32 | - |
| CMYK | 0 | 0.20 | 0.73 | 0.54 |
| HSL | 43.76º | 0.57% | 0.29% | - |
| HSV(B) | 43.76º | 0.73% | 0.46% | - |
| XYZ | 11.6 | 11.89 | 3.05 | - |
| YUV | 93.81 | 93.12 | 144.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 94 | 32 | 0 | 0.20 | 0.73 | 0.54 | 43.76 | 0.57 | 0.29 |
| Hex | 75 | 5E | 20 | 0 | 14 | 49 | 36 | 2C | 39 | 1D |
| Octal | 165 | 136 | 40 | 0 | 24 | 111 | 66 | 54 | 71 | 35 |
| Binary | 1110101 | 1011110 | 100000 | 0 | 10100 | 1001001 | 110110 | 101100 | 111001 | 11101 |
Color Harmonies of #755E20
Complementary color
Monochromatic Colors of #755E20
Black with #755E20
Text Example
Text Example
White with #755E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755E20; }
p { color: rgb(117,94,32); }
H1.HeaderClassName
{
color: #755E20;
}
.AnyTagClassName
{
color: #755E20;
}
</style>
background-color css
<style>
a { background-color: #755E20; }
a { background-color: rgb(117,94,32); }
div.DivClassName
{
background-color: #755E20;
}
.BgClassName
{
background-color: #755E20;
}
</style>
border-color css
<style>
span { border-color: #755E20; }
span { border-color: rgb(117,94,32); }
td.TdClassName
{
border-color: #755E20;
}
.TagClassName
{
border-color: #755E20;
}
</style>