Shades of Himalaya #72601E
Tints of Himalaya #72601E
RGB
CMYK
RGB Variations
Color information
#72601E (or 0x72601E) is known color: Himalaya. HEX triplet: 72, 60 and 1E. RGB value is (114,96,30). Sum of RGB (Red+Green+Blue) = 114+96+30=240 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.5% from 240); Green value is 96 (37.89% from 255 or 40% from 240); Blue value is 30 (12.11% from 255 or 12.5% from 240); Max value from RGB is 114 - color contains mainly: red. Hex color #72601E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72601E is #8D9FE1. Grayscale: #5E5E5E. Windows color (decimal): -9281506 or 1990770. OLE color: 1990770.
HSL color Cylindrical-coordinate representation of color #72601E: hue angle of 47.14º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #72601E is Cyan = 0, Magento = 0.16, Yellow = 0.74 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 96 | 30 | - |
| CMYK | 0 | 0.16 | 0.74 | 0.55 |
| HSL | 47.14º | 0.58% | 0.28% | - |
| HSV(B) | 47.14º | 0.74% | 0.45% | - |
| XYZ | 11.36 | 12.04 | 2.95 | - |
| YUV | 93.86 | 91.96 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 96 | 30 | 0 | 0.16 | 0.74 | 0.55 | 47.14 | 0.58 | 0.28 |
| Hex | 72 | 60 | 1E | 0 | 10 | 4A | 37 | 2F | 3A | 1C |
| Octal | 162 | 140 | 36 | 0 | 20 | 112 | 67 | 57 | 72 | 34 |
| Binary | 1110010 | 1100000 | 11110 | 0 | 10000 | 1001010 | 110111 | 101111 | 111010 | 11100 |
Color Harmonies of #72601E
Complementary color
Monochromatic Colors of #72601E
Black with #72601E
Text Example
Text Example
White with #72601E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72601E; }
p { color: rgb(114,96,30); }
H1.HeaderClassName
{
color: #72601E;
}
.AnyTagClassName
{
color: #72601E;
}
</style>
background-color css
<style>
a { background-color: #72601E; }
a { background-color: rgb(114,96,30); }
div.DivClassName
{
background-color: #72601E;
}
.BgClassName
{
background-color: #72601E;
}
</style>
border-color css
<style>
span { border-color: #72601E; }
span { border-color: rgb(114,96,30); }
td.TdClassName
{
border-color: #72601E;
}
.TagClassName
{
border-color: #72601E;
}
</style>