Shades of Himalaya #73602D
Tints of Himalaya #73602D
RGB
CMYK
RGB Variations
Color information
#73602D (or 0x73602D) is known color: Himalaya. HEX triplet: 73, 60 and 2D. RGB value is (115,96,45). Sum of RGB (Red+Green+Blue) = 115+96+45=256 (33% of max value = 765). Red value is 115 (45.31% from 255 or 44.92% from 256); Green value is 96 (37.89% from 255 or 37.5% from 256); Blue value is 45 (17.97% from 255 or 17.58% from 256); Max value from RGB is 115 - color contains mainly: red. Hex color #73602D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73602D is #8C9FD2. Grayscale: #606060. Windows color (decimal): -9215955 or 2973811. OLE color: 2973811.
HSL color Cylindrical-coordinate representation of color #73602D: hue angle of 43.71º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #73602D is Cyan = 0, Magento = 0.17, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 96 | 45 | - |
| CMYK | 0 | 0.17 | 0.61 | 0.55 |
| HSL | 43.71º | 0.44% | 0.31% | - |
| HSV(B) | 43.71º | 0.61% | 0.45% | - |
| XYZ | 11.73 | 12.2 | 4.22 | - |
| YUV | 95.87 | 99.29 | 141.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 96 | 45 | 0 | 0.17 | 0.61 | 0.55 | 43.71 | 0.44 | 0.31 |
| Hex | 73 | 60 | 2D | 0 | 11 | 3D | 37 | 2C | 2C | 1F |
| Octal | 163 | 140 | 55 | 0 | 21 | 75 | 67 | 54 | 54 | 37 |
| Binary | 1110011 | 1100000 | 101101 | 0 | 10001 | 111101 | 110111 | 101100 | 101100 | 11111 |
Color Harmonies of #73602D
Complementary color
Monochromatic Colors of #73602D
Black with #73602D
Text Example
Text Example
White with #73602D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73602D; }
p { color: rgb(115,96,45); }
H1.HeaderClassName
{
color: #73602D;
}
.AnyTagClassName
{
color: #73602D;
}
</style>
background-color css
<style>
a { background-color: #73602D; }
a { background-color: rgb(115,96,45); }
div.DivClassName
{
background-color: #73602D;
}
.BgClassName
{
background-color: #73602D;
}
</style>
border-color css
<style>
span { border-color: #73602D; }
span { border-color: rgb(115,96,45); }
td.TdClassName
{
border-color: #73602D;
}
.TagClassName
{
border-color: #73602D;
}
</style>