Shades of Himalaya #755D29
Tints of Himalaya #755D29
RGB
CMYK
RGB Variations
Color information
#755D29 (or 0x755D29) is known color: Himalaya. HEX triplet: 75, 5D and 29. RGB value is (117,93,41). Sum of RGB (Red+Green+Blue) = 117+93+41=251 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.61% from 251); Green value is 93 (36.72% from 255 or 37.05% from 251); Blue value is 41 (16.41% from 255 or 16.33% from 251); Max value from RGB is 117 - color contains mainly: red. Hex color #755D29 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755D29 is #8AA2D6. Grayscale: #5E5E5E. Windows color (decimal): -9085655 or 2710901. OLE color: 2710901.
HSL color Cylindrical-coordinate representation of color #755D29: hue angle of 41.05º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #755D29 is Cyan = 0, Magento = 0.21, Yellow = 0.65 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 93 | 41 | - |
| CMYK | 0 | 0.21 | 0.65 | 0.54 |
| HSL | 41.05º | 0.48% | 0.31% | - |
| HSV(B) | 41.05º | 0.65% | 0.46% | - |
| XYZ | 11.65 | 11.77 | 3.76 | - |
| YUV | 94.25 | 97.95 | 144.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 93 | 41 | 0 | 0.21 | 0.65 | 0.54 | 41.05 | 0.48 | 0.31 |
| Hex | 75 | 5D | 29 | 0 | 15 | 41 | 36 | 29 | 30 | 1F |
| Octal | 165 | 135 | 51 | 0 | 25 | 101 | 66 | 51 | 60 | 37 |
| Binary | 1110101 | 1011101 | 101001 | 0 | 10101 | 1000001 | 110110 | 101001 | 110000 | 11111 |
Color Harmonies of #755D29
Complementary color
Monochromatic Colors of #755D29
Black with #755D29
Text Example
Text Example
White with #755D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755D29; }
p { color: rgb(117,93,41); }
H1.HeaderClassName
{
color: #755D29;
}
.AnyTagClassName
{
color: #755D29;
}
</style>
background-color css
<style>
a { background-color: #755D29; }
a { background-color: rgb(117,93,41); }
div.DivClassName
{
background-color: #755D29;
}
.BgClassName
{
background-color: #755D29;
}
</style>
border-color css
<style>
span { border-color: #755D29; }
span { border-color: rgb(117,93,41); }
td.TdClassName
{
border-color: #755D29;
}
.TagClassName
{
border-color: #755D29;
}
</style>