Shades of Himalaya #755F23
Tints of Himalaya #755F23
RGB
CMYK
RGB Variations
Color information
#755F23 (or 0x755F23) is known color: Himalaya. HEX triplet: 75, 5F and 23. RGB value is (117,95,35). Sum of RGB (Red+Green+Blue) = 117+95+35=247 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.37% from 247); Green value is 95 (37.5% from 255 or 38.46% from 247); Blue value is 35 (14.06% from 255 or 14.17% from 247); Max value from RGB is 117 - color contains mainly: red. Hex color #755F23 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755F23 is #8AA0DC. Grayscale: #5F5F5F. Windows color (decimal): -9085149 or 2318197. OLE color: 2318197.
HSL color Cylindrical-coordinate representation of color #755F23: hue angle of 43.9º 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 #755F23 is Cyan = 0, Magento = 0.19, Yellow = 0.70 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 95 | 35 | - |
| CMYK | 0 | 0.19 | 0.70 | 0.54 |
| HSL | 43.9º | 0.54% | 0.3% | - |
| HSV(B) | 43.9º | 0.7% | 0.46% | - |
| XYZ | 11.73 | 12.09 | 3.3 | - |
| YUV | 94.74 | 94.29 | 143.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 95 | 35 | 0 | 0.19 | 0.70 | 0.54 | 43.9 | 0.54 | 0.3 |
| Hex | 75 | 5F | 23 | 0 | 13 | 46 | 36 | 2C | 36 | 1E |
| Octal | 165 | 137 | 43 | 0 | 23 | 106 | 66 | 54 | 66 | 36 |
| Binary | 1110101 | 1011111 | 100011 | 0 | 10011 | 1000110 | 110110 | 101100 | 110110 | 11110 |
Color Harmonies of #755F23
Complementary color
Monochromatic Colors of #755F23
Black with #755F23
Text Example
Text Example
White with #755F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755F23; }
p { color: rgb(117,95,35); }
H1.HeaderClassName
{
color: #755F23;
}
.AnyTagClassName
{
color: #755F23;
}
</style>
background-color css
<style>
a { background-color: #755F23; }
a { background-color: rgb(117,95,35); }
div.DivClassName
{
background-color: #755F23;
}
.BgClassName
{
background-color: #755F23;
}
</style>
border-color css
<style>
span { border-color: #755F23; }
span { border-color: rgb(117,95,35); }
td.TdClassName
{
border-color: #755F23;
}
.TagClassName
{
border-color: #755F23;
}
</style>