Shades of Himalaya #73632E
Tints of Himalaya #73632E
RGB
CMYK
RGB Variations
Color information
#73632E (or 0x73632E) is known color: Himalaya. HEX triplet: 73, 63 and 2E. RGB value is (115,99,46). Sum of RGB (Red+Green+Blue) = 115+99+46=260 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.23% from 260); Green value is 99 (39.06% from 255 or 38.08% from 260); Blue value is 46 (18.36% from 255 or 17.69% from 260); Max value from RGB is 115 - color contains mainly: red. Hex color #73632E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73632E is #8C9CD1. Grayscale: #616161. Windows color (decimal): -9215186 or 3040115. OLE color: 3040115.
HSL color Cylindrical-coordinate representation of color #73632E: hue angle of 46.09º 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 #73632E is Cyan = 0, Magento = 0.14, Yellow = 0.6 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 99 | 46 | - |
| CMYK | 0 | 0.14 | 0.6 | 0.55 |
| HSL | 46.09º | 0.43% | 0.32% | - |
| HSV(B) | 46.09º | 0.6% | 0.45% | - |
| XYZ | 12.03 | 12.77 | 4.42 | - |
| YUV | 97.74 | 98.8 | 140.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 99 | 46 | 0 | 0.14 | 0.6 | 0.55 | 46.09 | 0.43 | 0.32 |
| Hex | 73 | 63 | 2E | 0 | E | 3C | 37 | 2E | 2B | 20 |
| Octal | 163 | 143 | 56 | 0 | 16 | 74 | 67 | 56 | 53 | 40 |
| Binary | 1110011 | 1100011 | 101110 | 0 | 1110 | 111100 | 110111 | 101110 | 101011 | 100000 |
Color Harmonies of #73632E
Complementary color
Monochromatic Colors of #73632E
Black with #73632E
Text Example
Text Example
White with #73632E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73632E; }
p { color: rgb(115,99,46); }
H1.HeaderClassName
{
color: #73632E;
}
.AnyTagClassName
{
color: #73632E;
}
</style>
background-color css
<style>
a { background-color: #73632E; }
a { background-color: rgb(115,99,46); }
div.DivClassName
{
background-color: #73632E;
}
.BgClassName
{
background-color: #73632E;
}
</style>
border-color css
<style>
span { border-color: #73632E; }
span { border-color: rgb(115,99,46); }
td.TdClassName
{
border-color: #73632E;
}
.TagClassName
{
border-color: #73632E;
}
</style>