Shades of Himalaya #755D2B
Tints of Himalaya #755D2B
RGB
CMYK
RGB Variations
Color information
#755D2B (or 0x755D2B) is known color: Himalaya. HEX triplet: 75, 5D and 2B. RGB value is (117,93,43). Sum of RGB (Red+Green+Blue) = 117+93+43=253 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.25% from 253); Green value is 93 (36.72% from 255 or 36.76% from 253); Blue value is 43 (17.19% from 255 or 17.00% from 253); Max value from RGB is 117 - color contains mainly: red. Hex color #755D2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755D2B is #8AA2D4. Grayscale: #5E5E5E. Windows color (decimal): -9085653 or 2841973. OLE color: 2841973.
HSL color Cylindrical-coordinate representation of color #755D2B: hue angle of 40.54º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #755D2B is Cyan = 0, Magento = 0.21, Yellow = 0.63 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 93 | 43 | - |
| CMYK | 0 | 0.21 | 0.63 | 0.54 |
| HSL | 40.54º | 0.46% | 0.31% | - |
| HSV(B) | 40.54º | 0.63% | 0.46% | - |
| XYZ | 11.69 | 11.79 | 3.94 | - |
| YUV | 94.48 | 98.95 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 93 | 43 | 0 | 0.21 | 0.63 | 0.54 | 40.54 | 0.46 | 0.31 |
| Hex | 75 | 5D | 2B | 0 | 15 | 3F | 36 | 29 | 2E | 1F |
| Octal | 165 | 135 | 53 | 0 | 25 | 77 | 66 | 51 | 56 | 37 |
| Binary | 1110101 | 1011101 | 101011 | 0 | 10101 | 111111 | 110110 | 101001 | 101110 | 11111 |
Color Harmonies of #755D2B
Complementary color
Monochromatic Colors of #755D2B
Black with #755D2B
Text Example
Text Example
White with #755D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755D2B; }
p { color: rgb(117,93,43); }
H1.HeaderClassName
{
color: #755D2B;
}
.AnyTagClassName
{
color: #755D2B;
}
</style>
background-color css
<style>
a { background-color: #755D2B; }
a { background-color: rgb(117,93,43); }
div.DivClassName
{
background-color: #755D2B;
}
.BgClassName
{
background-color: #755D2B;
}
</style>
border-color css
<style>
span { border-color: #755D2B; }
span { border-color: rgb(117,93,43); }
td.TdClassName
{
border-color: #755D2B;
}
.TagClassName
{
border-color: #755D2B;
}
</style>