Shades of Himalaya #755E23
Tints of Himalaya #755E23
RGB
CMYK
RGB Variations
Color information
#755E23 (or 0x755E23) is known color: Himalaya. HEX triplet: 75, 5E and 23. RGB value is (117,94,35). Sum of RGB (Red+Green+Blue) = 117+94+35=246 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.56% from 246); Green value is 94 (37.11% from 255 or 38.21% from 246); Blue value is 35 (14.06% from 255 or 14.23% from 246); Max value from RGB is 117 - color contains mainly: red. Hex color #755E23 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755E23 is #8AA1DC. Grayscale: #5E5E5E. Windows color (decimal): -9085405 or 2317941. OLE color: 2317941.
HSL color Cylindrical-coordinate representation of color #755E23: hue angle of 43.17º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #755E23 is Cyan = 0, Magento = 0.20, Yellow = 0.70 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 94 | 35 | - |
| CMYK | 0 | 0.20 | 0.70 | 0.54 |
| HSL | 43.17º | 0.54% | 0.3% | - |
| HSV(B) | 43.17º | 0.7% | 0.46% | - |
| XYZ | 11.64 | 11.91 | 3.28 | - |
| YUV | 94.15 | 94.62 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 94 | 35 | 0 | 0.20 | 0.70 | 0.54 | 43.17 | 0.54 | 0.3 |
| Hex | 75 | 5E | 23 | 0 | 14 | 46 | 36 | 2B | 36 | 1E |
| Octal | 165 | 136 | 43 | 0 | 24 | 106 | 66 | 53 | 66 | 36 |
| Binary | 1110101 | 1011110 | 100011 | 0 | 10100 | 1000110 | 110110 | 101011 | 110110 | 11110 |
Color Harmonies of #755E23
Complementary color
Monochromatic Colors of #755E23
Black with #755E23
Text Example
Text Example
White with #755E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755E23; }
p { color: rgb(117,94,35); }
H1.HeaderClassName
{
color: #755E23;
}
.AnyTagClassName
{
color: #755E23;
}
</style>
background-color css
<style>
a { background-color: #755E23; }
a { background-color: rgb(117,94,35); }
div.DivClassName
{
background-color: #755E23;
}
.BgClassName
{
background-color: #755E23;
}
</style>
border-color css
<style>
span { border-color: #755E23; }
span { border-color: rgb(117,94,35); }
td.TdClassName
{
border-color: #755E23;
}
.TagClassName
{
border-color: #755E23;
}
</style>