Shades of Himalaya #755E32
Tints of Himalaya #755E32
RGB
CMYK
RGB Variations
Color information
#755E32 (or 0x755E32) is known color: Himalaya. HEX triplet: 75, 5E and 32. RGB value is (117,94,50). Sum of RGB (Red+Green+Blue) = 117+94+50=261 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.83% from 261); Green value is 94 (37.11% from 255 or 36.02% from 261); Blue value is 50 (19.92% from 255 or 19.16% from 261); Max value from RGB is 117 - color contains mainly: red. Hex color #755E32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755E32 is #8AA1CD. Grayscale: #606060. Windows color (decimal): -9085390 or 3300981. OLE color: 3300981.
HSL color Cylindrical-coordinate representation of color #755E32: hue angle of 39.4º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #755E32 is Cyan = 0, Magento = 0.20, Yellow = 0.57 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 94 | 50 | - |
| CMYK | 0 | 0.20 | 0.57 | 0.54 |
| HSL | 39.4º | 0.4% | 0.33% | - |
| HSV(B) | 39.4º | 0.57% | 0.46% | - |
| XYZ | 11.91 | 12.02 | 4.71 | - |
| YUV | 95.86 | 102.12 | 143.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 94 | 50 | 0 | 0.20 | 0.57 | 0.54 | 39.4 | 0.4 | 0.33 |
| Hex | 75 | 5E | 32 | 0 | 14 | 39 | 36 | 27 | 28 | 21 |
| Octal | 165 | 136 | 62 | 0 | 24 | 71 | 66 | 47 | 50 | 41 |
| Binary | 1110101 | 1011110 | 110010 | 0 | 10100 | 111001 | 110110 | 100111 | 101000 | 100001 |
Color Harmonies of #755E32
Complementary color
Monochromatic Colors of #755E32
Black with #755E32
Text Example
Text Example
White with #755E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755E32; }
p { color: rgb(117,94,50); }
H1.HeaderClassName
{
color: #755E32;
}
.AnyTagClassName
{
color: #755E32;
}
</style>
background-color css
<style>
a { background-color: #755E32; }
a { background-color: rgb(117,94,50); }
div.DivClassName
{
background-color: #755E32;
}
.BgClassName
{
background-color: #755E32;
}
</style>
border-color css
<style>
span { border-color: #755E32; }
span { border-color: rgb(117,94,50); }
td.TdClassName
{
border-color: #755E32;
}
.TagClassName
{
border-color: #755E32;
}
</style>