Shades of Himalaya #735D2E
Tints of Himalaya #735D2E
RGB
CMYK
RGB Variations
Color information
#735D2E (or 0x735D2E) is known color: Himalaya. HEX triplet: 73, 5D and 2E. RGB value is (115,93,46). Sum of RGB (Red+Green+Blue) = 115+93+46=254 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.28% from 254); Green value is 93 (36.72% from 255 or 36.61% from 254); Blue value is 46 (18.36% from 255 or 18.11% from 254); Max value from RGB is 115 - color contains mainly: red. Hex color #735D2E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735D2E is #8CA2D1. Grayscale: #5E5E5E. Windows color (decimal): -9216722 or 3038579. OLE color: 3038579.
HSL color Cylindrical-coordinate representation of color #735D2E: hue angle of 40.87º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #735D2E is Cyan = 0, Magento = 0.19, Yellow = 0.6 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 93 | 46 | - |
| CMYK | 0 | 0.19 | 0.6 | 0.55 |
| HSL | 40.87º | 0.43% | 0.32% | - |
| HSV(B) | 40.87º | 0.6% | 0.45% | - |
| XYZ | 11.48 | 11.67 | 4.23 | - |
| YUV | 94.22 | 100.79 | 142.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 93 | 46 | 0 | 0.19 | 0.6 | 0.55 | 40.87 | 0.43 | 0.32 |
| Hex | 73 | 5D | 2E | 0 | 13 | 3C | 37 | 29 | 2B | 20 |
| Octal | 163 | 135 | 56 | 0 | 23 | 74 | 67 | 51 | 53 | 40 |
| Binary | 1110011 | 1011101 | 101110 | 0 | 10011 | 111100 | 110111 | 101001 | 101011 | 100000 |
Color Harmonies of #735D2E
Complementary color
Monochromatic Colors of #735D2E
Black with #735D2E
Text Example
Text Example
White with #735D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735D2E; }
p { color: rgb(115,93,46); }
H1.HeaderClassName
{
color: #735D2E;
}
.AnyTagClassName
{
color: #735D2E;
}
</style>
background-color css
<style>
a { background-color: #735D2E; }
a { background-color: rgb(115,93,46); }
div.DivClassName
{
background-color: #735D2E;
}
.BgClassName
{
background-color: #735D2E;
}
</style>
border-color css
<style>
span { border-color: #735D2E; }
span { border-color: rgb(115,93,46); }
td.TdClassName
{
border-color: #735D2E;
}
.TagClassName
{
border-color: #735D2E;
}
</style>