Shades of Himalaya #74642D
Tints of Himalaya #74642D
RGB
CMYK
RGB Variations
Color information
#74642D (or 0x74642D) is known color: Himalaya. HEX triplet: 74, 64 and 2D. RGB value is (116,100,45). Sum of RGB (Red+Green+Blue) = 116+100+45=261 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.44% from 261); Green value is 100 (39.45% from 255 or 38.31% from 261); Blue value is 45 (17.97% from 255 or 17.24% from 261); Max value from RGB is 116 - color contains mainly: red. Hex color #74642D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74642D is #8B9BD2. Grayscale: #626262. Windows color (decimal): -9149395 or 2974836. OLE color: 2974836.
HSL color Cylindrical-coordinate representation of color #74642D: hue angle of 46.48º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #74642D is Cyan = 0, Magento = 0.14, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 100 | 45 | - |
| CMYK | 0 | 0.14 | 0.61 | 0.55 |
| HSL | 46.48º | 0.44% | 0.32% | - |
| HSV(B) | 46.48º | 0.61% | 0.45% | - |
| XYZ | 12.23 | 13.02 | 4.35 | - |
| YUV | 98.51 | 97.8 | 140.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 100 | 45 | 0 | 0.14 | 0.61 | 0.55 | 46.48 | 0.44 | 0.32 |
| Hex | 74 | 64 | 2D | 0 | E | 3D | 37 | 2E | 2C | 20 |
| Octal | 164 | 144 | 55 | 0 | 16 | 75 | 67 | 56 | 54 | 40 |
| Binary | 1110100 | 1100100 | 101101 | 0 | 1110 | 111101 | 110111 | 101110 | 101100 | 100000 |
Color Harmonies of #74642D
Complementary color
Monochromatic Colors of #74642D
Black with #74642D
Text Example
Text Example
White with #74642D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74642D; }
p { color: rgb(116,100,45); }
H1.HeaderClassName
{
color: #74642D;
}
.AnyTagClassName
{
color: #74642D;
}
</style>
background-color css
<style>
a { background-color: #74642D; }
a { background-color: rgb(116,100,45); }
div.DivClassName
{
background-color: #74642D;
}
.BgClassName
{
background-color: #74642D;
}
</style>
border-color css
<style>
span { border-color: #74642D; }
span { border-color: rgb(116,100,45); }
td.TdClassName
{
border-color: #74642D;
}
.TagClassName
{
border-color: #74642D;
}
</style>