Shades of Himalaya #74602C
Tints of Himalaya #74602C
RGB
CMYK
RGB Variations
Color information
#74602C (or 0x74602C) is known color: Himalaya. HEX triplet: 74, 60 and 2C. RGB value is (116,96,44). Sum of RGB (Red+Green+Blue) = 116+96+44=256 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.31% from 256); Green value is 96 (37.89% from 255 or 37.5% from 256); Blue value is 44 (17.58% from 255 or 17.19% from 256); Max value from RGB is 116 - color contains mainly: red. Hex color #74602C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74602C is #8B9FD3. Grayscale: #606060. Windows color (decimal): -9150420 or 2908276. OLE color: 2908276.
HSL color Cylindrical-coordinate representation of color #74602C: hue angle of 43.33º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #74602C is Cyan = 0, Magento = 0.17, Yellow = 0.62 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 96 | 44 | - |
| CMYK | 0 | 0.17 | 0.62 | 0.55 |
| HSL | 43.33º | 0.45% | 0.31% | - |
| HSV(B) | 43.33º | 0.62% | 0.45% | - |
| XYZ | 11.84 | 12.26 | 4.13 | - |
| YUV | 96.05 | 98.63 | 142.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 96 | 44 | 0 | 0.17 | 0.62 | 0.55 | 43.33 | 0.45 | 0.31 |
| Hex | 74 | 60 | 2C | 0 | 11 | 3E | 37 | 2B | 2D | 1F |
| Octal | 164 | 140 | 54 | 0 | 21 | 76 | 67 | 53 | 55 | 37 |
| Binary | 1110100 | 1100000 | 101100 | 0 | 10001 | 111110 | 110111 | 101011 | 101101 | 11111 |
Color Harmonies of #74602C
Complementary color
Monochromatic Colors of #74602C
Black with #74602C
Text Example
Text Example
White with #74602C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74602C; }
p { color: rgb(116,96,44); }
H1.HeaderClassName
{
color: #74602C;
}
.AnyTagClassName
{
color: #74602C;
}
</style>
background-color css
<style>
a { background-color: #74602C; }
a { background-color: rgb(116,96,44); }
div.DivClassName
{
background-color: #74602C;
}
.BgClassName
{
background-color: #74602C;
}
</style>
border-color css
<style>
span { border-color: #74602C; }
span { border-color: rgb(116,96,44); }
td.TdClassName
{
border-color: #74602C;
}
.TagClassName
{
border-color: #74602C;
}
</style>