Shades of Himalaya #74602D
Tints of Himalaya #74602D
RGB
CMYK
RGB Variations
Color information
#74602D (or 0x74602D) is known color: Himalaya. HEX triplet: 74, 60 and 2D. RGB value is (116,96,45). Sum of RGB (Red+Green+Blue) = 116+96+45=257 (34% of max value = 765). Red value is 116 (45.70% from 255 or 45.14% from 257); Green value is 96 (37.89% from 255 or 37.35% from 257); Blue value is 45 (17.97% from 255 or 17.51% from 257); Max value from RGB is 116 - color contains mainly: red. Hex color #74602D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74602D is #8B9FD2. Grayscale: #606060. Windows color (decimal): -9150419 or 2973812. OLE color: 2973812.
HSL color Cylindrical-coordinate representation of color #74602D: hue angle of 43.1º 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 #74602D is Cyan = 0, Magento = 0.17, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 96 | 45 | - |
| CMYK | 0 | 0.17 | 0.61 | 0.55 |
| HSL | 43.1º | 0.44% | 0.32% | - |
| HSV(B) | 43.1º | 0.61% | 0.45% | - |
| XYZ | 11.86 | 12.27 | 4.23 | - |
| YUV | 96.17 | 99.13 | 142.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 96 | 45 | 0 | 0.17 | 0.61 | 0.55 | 43.1 | 0.44 | 0.32 |
| Hex | 74 | 60 | 2D | 0 | 11 | 3D | 37 | 2B | 2C | 20 |
| Octal | 164 | 140 | 55 | 0 | 21 | 75 | 67 | 53 | 54 | 40 |
| Binary | 1110100 | 1100000 | 101101 | 0 | 10001 | 111101 | 110111 | 101011 | 101100 | 100000 |
Color Harmonies of #74602D
Complementary color
Monochromatic Colors of #74602D
Black with #74602D
Text Example
Text Example
White with #74602D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74602D; }
p { color: rgb(116,96,45); }
H1.HeaderClassName
{
color: #74602D;
}
.AnyTagClassName
{
color: #74602D;
}
</style>
background-color css
<style>
a { background-color: #74602D; }
a { background-color: rgb(116,96,45); }
div.DivClassName
{
background-color: #74602D;
}
.BgClassName
{
background-color: #74602D;
}
</style>
border-color css
<style>
span { border-color: #74602D; }
span { border-color: rgb(116,96,45); }
td.TdClassName
{
border-color: #74602D;
}
.TagClassName
{
border-color: #74602D;
}
</style>