Shades of Himalaya #735F2E
Tints of Himalaya #735F2E
RGB
CMYK
RGB Variations
Color information
#735F2E (or 0x735F2E) is known color: Himalaya. HEX triplet: 73, 5F and 2E. RGB value is (115,95,46). Sum of RGB (Red+Green+Blue) = 115+95+46=256 (33% of max value = 765). Red value is 115 (45.31% from 255 or 44.92% from 256); Green value is 95 (37.5% from 255 or 37.11% from 256); Blue value is 46 (18.36% from 255 or 17.97% from 256); Max value from RGB is 115 - color contains mainly: red. Hex color #735F2E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735F2E is #8CA0D1. Grayscale: #5F5F5F. Windows color (decimal): -9216210 or 3039091. OLE color: 3039091.
HSL color Cylindrical-coordinate representation of color #735F2E: hue angle of 42.61º 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 #735F2E is Cyan = 0, Magento = 0.17, Yellow = 0.6 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 95 | 46 | - |
| CMYK | 0 | 0.17 | 0.6 | 0.55 |
| HSL | 42.61º | 0.43% | 0.32% | - |
| HSV(B) | 42.61º | 0.6% | 0.45% | - |
| XYZ | 11.66 | 12.03 | 4.29 | - |
| YUV | 95.39 | 100.13 | 141.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 95 | 46 | 0 | 0.17 | 0.6 | 0.55 | 42.61 | 0.43 | 0.32 |
| Hex | 73 | 5F | 2E | 0 | 11 | 3C | 37 | 2B | 2B | 20 |
| Octal | 163 | 137 | 56 | 0 | 21 | 74 | 67 | 53 | 53 | 40 |
| Binary | 1110011 | 1011111 | 101110 | 0 | 10001 | 111100 | 110111 | 101011 | 101011 | 100000 |
Color Harmonies of #735F2E
Complementary color
Monochromatic Colors of #735F2E
Black with #735F2E
Text Example
Text Example
White with #735F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735F2E; }
p { color: rgb(115,95,46); }
H1.HeaderClassName
{
color: #735F2E;
}
.AnyTagClassName
{
color: #735F2E;
}
</style>
background-color css
<style>
a { background-color: #735F2E; }
a { background-color: rgb(115,95,46); }
div.DivClassName
{
background-color: #735F2E;
}
.BgClassName
{
background-color: #735F2E;
}
</style>
border-color css
<style>
span { border-color: #735F2E; }
span { border-color: rgb(115,95,46); }
td.TdClassName
{
border-color: #735F2E;
}
.TagClassName
{
border-color: #735F2E;
}
</style>