Shades of Himalaya #73602E
Tints of Himalaya #73602E
RGB
CMYK
RGB Variations
Color information
#73602E (or 0x73602E) is known color: Himalaya. HEX triplet: 73, 60 and 2E. RGB value is (115,96,46). Sum of RGB (Red+Green+Blue) = 115+96+46=257 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.75% from 257); Green value is 96 (37.89% from 255 or 37.35% from 257); Blue value is 46 (18.36% from 255 or 17.90% from 257); Max value from RGB is 115 - color contains mainly: red. Hex color #73602E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73602E is #8C9FD1. Grayscale: #606060. Windows color (decimal): -9215954 or 3039347. OLE color: 3039347.
HSL color Cylindrical-coordinate representation of color #73602E: hue angle of 43.48º 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 #73602E is Cyan = 0, Magento = 0.17, Yellow = 0.6 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 96 | 46 | - |
| CMYK | 0 | 0.17 | 0.6 | 0.55 |
| HSL | 43.48º | 0.43% | 0.32% | - |
| HSV(B) | 43.48º | 0.6% | 0.45% | - |
| XYZ | 11.75 | 12.21 | 4.32 | - |
| YUV | 95.98 | 99.79 | 141.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 96 | 46 | 0 | 0.17 | 0.6 | 0.55 | 43.48 | 0.43 | 0.32 |
| Hex | 73 | 60 | 2E | 0 | 11 | 3C | 37 | 2B | 2B | 20 |
| Octal | 163 | 140 | 56 | 0 | 21 | 74 | 67 | 53 | 53 | 40 |
| Binary | 1110011 | 1100000 | 101110 | 0 | 10001 | 111100 | 110111 | 101011 | 101011 | 100000 |
Color Harmonies of #73602E
Complementary color
Monochromatic Colors of #73602E
Black with #73602E
Text Example
Text Example
White with #73602E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73602E; }
p { color: rgb(115,96,46); }
H1.HeaderClassName
{
color: #73602E;
}
.AnyTagClassName
{
color: #73602E;
}
</style>
background-color css
<style>
a { background-color: #73602E; }
a { background-color: rgb(115,96,46); }
div.DivClassName
{
background-color: #73602E;
}
.BgClassName
{
background-color: #73602E;
}
</style>
border-color css
<style>
span { border-color: #73602E; }
span { border-color: rgb(115,96,46); }
td.TdClassName
{
border-color: #73602E;
}
.TagClassName
{
border-color: #73602E;
}
</style>