Shades of Himalaya #73601E
Tints of Himalaya #73601E
RGB
CMYK
RGB Variations
Color information
#73601E (or 0x73601E) is known color: Himalaya. HEX triplet: 73, 60 and 1E. RGB value is (115,96,30). Sum of RGB (Red+Green+Blue) = 115+96+30=241 (31% of max value = 765). Red value is 115 (45.31% from 255 or 47.72% from 241); Green value is 96 (37.89% from 255 or 39.83% from 241); Blue value is 30 (12.11% from 255 or 12.45% from 241); Max value from RGB is 115 - color contains mainly: red. Hex color #73601E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73601E is #8C9FE1. Grayscale: #5E5E5E. Windows color (decimal): -9215970 or 1990771. OLE color: 1990771.
HSL color Cylindrical-coordinate representation of color #73601E: hue angle of 46.59º degrees, saturation: 0.59, 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 #73601E is Cyan = 0, Magento = 0.17, Yellow = 0.74 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 96 | 30 | - |
| CMYK | 0 | 0.17 | 0.74 | 0.55 |
| HSL | 46.59º | 0.59% | 0.28% | - |
| HSV(B) | 46.59º | 0.74% | 0.45% | - |
| XYZ | 11.49 | 12.1 | 2.96 | - |
| YUV | 94.16 | 91.79 | 142.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 96 | 30 | 0 | 0.17 | 0.74 | 0.55 | 46.59 | 0.59 | 0.28 |
| Hex | 73 | 60 | 1E | 0 | 11 | 4A | 37 | 2F | 3B | 1C |
| Octal | 163 | 140 | 36 | 0 | 21 | 112 | 67 | 57 | 73 | 34 |
| Binary | 1110011 | 1100000 | 11110 | 0 | 10001 | 1001010 | 110111 | 101111 | 111011 | 11100 |
Color Harmonies of #73601E
Complementary color
Monochromatic Colors of #73601E
Black with #73601E
Text Example
Text Example
White with #73601E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73601E; }
p { color: rgb(115,96,30); }
H1.HeaderClassName
{
color: #73601E;
}
.AnyTagClassName
{
color: #73601E;
}
</style>
background-color css
<style>
a { background-color: #73601E; }
a { background-color: rgb(115,96,30); }
div.DivClassName
{
background-color: #73601E;
}
.BgClassName
{
background-color: #73601E;
}
</style>
border-color css
<style>
span { border-color: #73601E; }
span { border-color: rgb(115,96,30); }
td.TdClassName
{
border-color: #73601E;
}
.TagClassName
{
border-color: #73601E;
}
</style>