Shades of Himalaya #735D31
Tints of Himalaya #735D31
RGB
CMYK
RGB Variations
Color information
#735D31 (or 0x735D31) is known color: Himalaya. HEX triplet: 73, 5D and 31. RGB value is (115,93,49). Sum of RGB (Red+Green+Blue) = 115+93+49=257 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.75% from 257); Green value is 93 (36.72% from 255 or 36.19% from 257); Blue value is 49 (19.53% from 255 or 19.07% from 257); Max value from RGB is 115 - color contains mainly: red. Hex color #735D31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735D31 is #8CA2CE. Grayscale: #5E5E5E. Windows color (decimal): -9216719 or 3235187. OLE color: 3235187.
HSL color Cylindrical-coordinate representation of color #735D31: hue angle of 40º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #735D31 is Cyan = 0, Magento = 0.19, Yellow = 0.57 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 93 | 49 | - |
| CMYK | 0 | 0.19 | 0.57 | 0.55 |
| HSL | 40º | 0.4% | 0.32% | - |
| HSV(B) | 40º | 0.57% | 0.45% | - |
| XYZ | 11.54 | 11.7 | 4.55 | - |
| YUV | 94.56 | 102.29 | 142.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 93 | 49 | 0 | 0.19 | 0.57 | 0.55 | 40 | 0.4 | 0.32 |
| Hex | 73 | 5D | 31 | 0 | 13 | 39 | 37 | 28 | 28 | 20 |
| Octal | 163 | 135 | 61 | 0 | 23 | 71 | 67 | 50 | 50 | 40 |
| Binary | 1110011 | 1011101 | 110001 | 0 | 10011 | 111001 | 110111 | 101000 | 101000 | 100000 |
Color Harmonies of #735D31
Complementary color
Monochromatic Colors of #735D31
Black with #735D31
Text Example
Text Example
White with #735D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735D31; }
p { color: rgb(115,93,49); }
H1.HeaderClassName
{
color: #735D31;
}
.AnyTagClassName
{
color: #735D31;
}
</style>
background-color css
<style>
a { background-color: #735D31; }
a { background-color: rgb(115,93,49); }
div.DivClassName
{
background-color: #735D31;
}
.BgClassName
{
background-color: #735D31;
}
</style>
border-color css
<style>
span { border-color: #735D31; }
span { border-color: rgb(115,93,49); }
td.TdClassName
{
border-color: #735D31;
}
.TagClassName
{
border-color: #735D31;
}
</style>