Shades of Himalaya #73612D
Tints of Himalaya #73612D
RGB
CMYK
RGB Variations
Color information
#73612D (or 0x73612D) is known color: Himalaya. HEX triplet: 73, 61 and 2D. RGB value is (115,97,45). Sum of RGB (Red+Green+Blue) = 115+97+45=257 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.75% from 257); Green value is 97 (38.28% from 255 or 37.74% from 257); Blue value is 45 (17.97% from 255 or 17.51% from 257); Max value from RGB is 115 - color contains mainly: red. Hex color #73612D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73612D is #8C9ED2. Grayscale: #606060. Windows color (decimal): -9215699 or 2974067. OLE color: 2974067.
HSL color Cylindrical-coordinate representation of color #73612D: hue angle of 44.57º 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 #73612D is Cyan = 0, Magento = 0.16, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 97 | 45 | - |
| CMYK | 0 | 0.16 | 0.61 | 0.55 |
| HSL | 44.57º | 0.44% | 0.31% | - |
| HSV(B) | 44.57º | 0.61% | 0.45% | - |
| XYZ | 11.82 | 12.38 | 4.25 | - |
| YUV | 96.45 | 98.96 | 141.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 97 | 45 | 0 | 0.16 | 0.61 | 0.55 | 44.57 | 0.44 | 0.31 |
| Hex | 73 | 61 | 2D | 0 | 10 | 3D | 37 | 2D | 2C | 1F |
| Octal | 163 | 141 | 55 | 0 | 20 | 75 | 67 | 55 | 54 | 37 |
| Binary | 1110011 | 1100001 | 101101 | 0 | 10000 | 111101 | 110111 | 101101 | 101100 | 11111 |
Color Harmonies of #73612D
Complementary color
Monochromatic Colors of #73612D
Black with #73612D
Text Example
Text Example
White with #73612D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73612D; }
p { color: rgb(115,97,45); }
H1.HeaderClassName
{
color: #73612D;
}
.AnyTagClassName
{
color: #73612D;
}
</style>
background-color css
<style>
a { background-color: #73612D; }
a { background-color: rgb(115,97,45); }
div.DivClassName
{
background-color: #73612D;
}
.BgClassName
{
background-color: #73612D;
}
</style>
border-color css
<style>
span { border-color: #73612D; }
span { border-color: rgb(115,97,45); }
td.TdClassName
{
border-color: #73612D;
}
.TagClassName
{
border-color: #73612D;
}
</style>