Shades of Himalaya #73632F
Tints of Himalaya #73632F
RGB
CMYK
RGB Variations
Color information
#73632F (or 0x73632F) is known color: Himalaya. HEX triplet: 73, 63 and 2F. RGB value is (115,99,47). Sum of RGB (Red+Green+Blue) = 115+99+47=261 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.06% from 261); Green value is 99 (39.06% from 255 or 37.93% from 261); Blue value is 47 (18.75% from 255 or 18.01% from 261); Max value from RGB is 115 - color contains mainly: red. Hex color #73632F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73632F is #8C9CD0. Grayscale: #626262. Windows color (decimal): -9215185 or 3105651. OLE color: 3105651.
HSL color Cylindrical-coordinate representation of color #73632F: hue angle of 45.88º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #73632F is Cyan = 0, Magento = 0.14, Yellow = 0.59 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 99 | 47 | - |
| CMYK | 0 | 0.14 | 0.59 | 0.55 |
| HSL | 45.88º | 0.42% | 0.32% | - |
| HSV(B) | 45.88º | 0.59% | 0.45% | - |
| XYZ | 12.05 | 12.77 | 4.52 | - |
| YUV | 97.86 | 99.3 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 99 | 47 | 0 | 0.14 | 0.59 | 0.55 | 45.88 | 0.42 | 0.32 |
| Hex | 73 | 63 | 2F | 0 | E | 3B | 37 | 2E | 2A | 20 |
| Octal | 163 | 143 | 57 | 0 | 16 | 73 | 67 | 56 | 52 | 40 |
| Binary | 1110011 | 1100011 | 101111 | 0 | 1110 | 111011 | 110111 | 101110 | 101010 | 100000 |
Color Harmonies of #73632F
Complementary color
Monochromatic Colors of #73632F
Black with #73632F
Text Example
Text Example
White with #73632F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73632F; }
p { color: rgb(115,99,47); }
H1.HeaderClassName
{
color: #73632F;
}
.AnyTagClassName
{
color: #73632F;
}
</style>
background-color css
<style>
a { background-color: #73632F; }
a { background-color: rgb(115,99,47); }
div.DivClassName
{
background-color: #73632F;
}
.BgClassName
{
background-color: #73632F;
}
</style>
border-color css
<style>
span { border-color: #73632F; }
span { border-color: rgb(115,99,47); }
td.TdClassName
{
border-color: #73632F;
}
.TagClassName
{
border-color: #73632F;
}
</style>