Shades of Himalaya #74622F
Tints of Himalaya #74622F
RGB
CMYK
RGB Variations
Color information
#74622F (or 0x74622F) is known color: Himalaya. HEX triplet: 74, 62 and 2F. RGB value is (116,98,47). Sum of RGB (Red+Green+Blue) = 116+98+47=261 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.44% from 261); Green value is 98 (38.67% from 255 or 37.55% from 261); Blue value is 47 (18.75% from 255 or 18.01% from 261); Max value from RGB is 116 - color contains mainly: red. Hex color #74622F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74622F is #8B9DD0. Grayscale: #616161. Windows color (decimal): -9149905 or 3105396. OLE color: 3105396.
HSL color Cylindrical-coordinate representation of color #74622F: hue angle of 44.35º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #74622F is Cyan = 0, Magento = 0.16, Yellow = 0.59 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 98 | 47 | - |
| CMYK | 0 | 0.16 | 0.59 | 0.55 |
| HSL | 44.35º | 0.42% | 0.32% | - |
| HSV(B) | 44.35º | 0.59% | 0.45% | - |
| XYZ | 12.08 | 12.65 | 4.49 | - |
| YUV | 97.57 | 99.46 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 98 | 47 | 0 | 0.16 | 0.59 | 0.55 | 44.35 | 0.42 | 0.32 |
| Hex | 74 | 62 | 2F | 0 | 10 | 3B | 37 | 2C | 2A | 20 |
| Octal | 164 | 142 | 57 | 0 | 20 | 73 | 67 | 54 | 52 | 40 |
| Binary | 1110100 | 1100010 | 101111 | 0 | 10000 | 111011 | 110111 | 101100 | 101010 | 100000 |
Color Harmonies of #74622F
Complementary color
Monochromatic Colors of #74622F
Black with #74622F
Text Example
Text Example
White with #74622F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74622F; }
p { color: rgb(116,98,47); }
H1.HeaderClassName
{
color: #74622F;
}
.AnyTagClassName
{
color: #74622F;
}
</style>
background-color css
<style>
a { background-color: #74622F; }
a { background-color: rgb(116,98,47); }
div.DivClassName
{
background-color: #74622F;
}
.BgClassName
{
background-color: #74622F;
}
</style>
border-color css
<style>
span { border-color: #74622F; }
span { border-color: rgb(116,98,47); }
td.TdClassName
{
border-color: #74622F;
}
.TagClassName
{
border-color: #74622F;
}
</style>