Shades of Himalaya #73642E
Tints of Himalaya #73642E
RGB
CMYK
RGB Variations
Color information
#73642E (or 0x73642E) is known color: Himalaya. HEX triplet: 73, 64 and 2E. RGB value is (115,100,46). Sum of RGB (Red+Green+Blue) = 115+100+46=261 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.06% from 261); Green value is 100 (39.45% from 255 or 38.31% from 261); Blue value is 46 (18.36% from 255 or 17.62% from 261); Max value from RGB is 115 - color contains mainly: red. Hex color #73642E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73642E is #8C9BD1. Grayscale: #626262. Windows color (decimal): -9214930 or 3040371. OLE color: 3040371.
HSL color Cylindrical-coordinate representation of color #73642E: hue angle of 46.96º 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 #73642E is Cyan = 0, Magento = 0.13, Yellow = 0.6 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 100 | 46 | - |
| CMYK | 0 | 0.13 | 0.6 | 0.55 |
| HSL | 46.96º | 0.43% | 0.32% | - |
| HSV(B) | 46.96º | 0.6% | 0.45% | - |
| XYZ | 12.12 | 12.96 | 4.45 | - |
| YUV | 98.33 | 98.47 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 100 | 46 | 0 | 0.13 | 0.6 | 0.55 | 46.96 | 0.43 | 0.32 |
| Hex | 73 | 64 | 2E | 0 | D | 3C | 37 | 2F | 2B | 20 |
| Octal | 163 | 144 | 56 | 0 | 15 | 74 | 67 | 57 | 53 | 40 |
| Binary | 1110011 | 1100100 | 101110 | 0 | 1101 | 111100 | 110111 | 101111 | 101011 | 100000 |
Color Harmonies of #73642E
Complementary color
Monochromatic Colors of #73642E
Black with #73642E
Text Example
Text Example
White with #73642E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73642E; }
p { color: rgb(115,100,46); }
H1.HeaderClassName
{
color: #73642E;
}
.AnyTagClassName
{
color: #73642E;
}
</style>
background-color css
<style>
a { background-color: #73642E; }
a { background-color: rgb(115,100,46); }
div.DivClassName
{
background-color: #73642E;
}
.BgClassName
{
background-color: #73642E;
}
</style>
border-color css
<style>
span { border-color: #73642E; }
span { border-color: rgb(115,100,46); }
td.TdClassName
{
border-color: #73642E;
}
.TagClassName
{
border-color: #73642E;
}
</style>