Shades of Himalaya #73662A
Tints of Himalaya #73662A
RGB
CMYK
RGB Variations
Color information
#73662A (or 0x73662A) is known color: Himalaya. HEX triplet: 73, 66 and 2A. RGB value is (115,102,42). Sum of RGB (Red+Green+Blue) = 115+102+42=259 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.40% from 259); Green value is 102 (40.23% from 255 or 39.38% from 259); Blue value is 42 (16.80% from 255 or 16.22% from 259); Max value from RGB is 115 - color contains mainly: red. Hex color #73662A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73662A is #8C99D5. Grayscale: #636363. Windows color (decimal): -9214422 or 2778739. OLE color: 2778739.
HSL color Cylindrical-coordinate representation of color #73662A: hue angle of 49.32º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #73662A is Cyan = 0, Magento = 0.11, Yellow = 0.63 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 102 | 42 | - |
| CMYK | 0 | 0.11 | 0.63 | 0.55 |
| HSL | 49.32º | 0.46% | 0.31% | - |
| HSV(B) | 49.32º | 0.63% | 0.45% | - |
| XYZ | 12.24 | 13.31 | 4.12 | - |
| YUV | 99.05 | 95.81 | 139.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 102 | 42 | 0 | 0.11 | 0.63 | 0.55 | 49.32 | 0.46 | 0.31 |
| Hex | 73 | 66 | 2A | 0 | B | 3F | 37 | 31 | 2E | 1F |
| Octal | 163 | 146 | 52 | 0 | 13 | 77 | 67 | 61 | 56 | 37 |
| Binary | 1110011 | 1100110 | 101010 | 0 | 1011 | 111111 | 110111 | 110001 | 101110 | 11111 |
Color Harmonies of #73662A
Complementary color
Monochromatic Colors of #73662A
Black with #73662A
Text Example
Text Example
White with #73662A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73662A; }
p { color: rgb(115,102,42); }
H1.HeaderClassName
{
color: #73662A;
}
.AnyTagClassName
{
color: #73662A;
}
</style>
background-color css
<style>
a { background-color: #73662A; }
a { background-color: rgb(115,102,42); }
div.DivClassName
{
background-color: #73662A;
}
.BgClassName
{
background-color: #73662A;
}
</style>
border-color css
<style>
span { border-color: #73662A; }
span { border-color: rgb(115,102,42); }
td.TdClassName
{
border-color: #73662A;
}
.TagClassName
{
border-color: #73662A;
}
</style>