Shades of Himalaya #735F22
Tints of Himalaya #735F22
RGB
CMYK
RGB Variations
Color information
#735F22 (or 0x735F22) is known color: Himalaya. HEX triplet: 73, 5F and 22. RGB value is (115,95,34). Sum of RGB (Red+Green+Blue) = 115+95+34=244 (32% of max value = 765). Red value is 115 (45.31% from 255 or 47.13% from 244); Green value is 95 (37.5% from 255 or 38.93% from 244); Blue value is 34 (13.67% from 255 or 13.93% from 244); Max value from RGB is 115 - color contains mainly: red. Hex color #735F22 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735F22 is #8CA0DD. Grayscale: #5E5E5E. Windows color (decimal): -9216222 or 2252659. OLE color: 2252659.
HSL color Cylindrical-coordinate representation of color #735F22: hue angle of 45.19º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #735F22 is Cyan = 0, Magento = 0.17, Yellow = 0.70 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 95 | 34 | - |
| CMYK | 0 | 0.17 | 0.70 | 0.55 |
| HSL | 45.19º | 0.54% | 0.29% | - |
| HSV(B) | 45.19º | 0.7% | 0.45% | - |
| XYZ | 11.45 | 11.94 | 3.22 | - |
| YUV | 94.03 | 94.13 | 142.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 95 | 34 | 0 | 0.17 | 0.70 | 0.55 | 45.19 | 0.54 | 0.29 |
| Hex | 73 | 5F | 22 | 0 | 11 | 46 | 37 | 2D | 36 | 1D |
| Octal | 163 | 137 | 42 | 0 | 21 | 106 | 67 | 55 | 66 | 35 |
| Binary | 1110011 | 1011111 | 100010 | 0 | 10001 | 1000110 | 110111 | 101101 | 110110 | 11101 |
Color Harmonies of #735F22
Complementary color
Monochromatic Colors of #735F22
Black with #735F22
Text Example
Text Example
White with #735F22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735F22; }
p { color: rgb(115,95,34); }
H1.HeaderClassName
{
color: #735F22;
}
.AnyTagClassName
{
color: #735F22;
}
</style>
background-color css
<style>
a { background-color: #735F22; }
a { background-color: rgb(115,95,34); }
div.DivClassName
{
background-color: #735F22;
}
.BgClassName
{
background-color: #735F22;
}
</style>
border-color css
<style>
span { border-color: #735F22; }
span { border-color: rgb(115,95,34); }
td.TdClassName
{
border-color: #735F22;
}
.TagClassName
{
border-color: #735F22;
}
</style>