Shades of Himalaya #74612C
Tints of Himalaya #74612C
RGB
CMYK
RGB Variations
Color information
#74612C (or 0x74612C) is known color: Himalaya. HEX triplet: 74, 61 and 2C. RGB value is (116,97,44). Sum of RGB (Red+Green+Blue) = 116+97+44=257 (34% of max value = 765). Red value is 116 (45.70% from 255 or 45.14% from 257); Green value is 97 (38.28% from 255 or 37.74% from 257); Blue value is 44 (17.58% from 255 or 17.12% from 257); Max value from RGB is 116 - color contains mainly: red. Hex color #74612C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74612C is #8B9ED3. Grayscale: #606060. Windows color (decimal): -9150164 or 2908532. OLE color: 2908532.
HSL color Cylindrical-coordinate representation of color #74612C: hue angle of 44.17º 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 #74612C is Cyan = 0, Magento = 0.16, Yellow = 0.62 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 97 | 44 | - |
| CMYK | 0 | 0.16 | 0.62 | 0.55 |
| HSL | 44.17º | 0.45% | 0.31% | - |
| HSV(B) | 44.17º | 0.62% | 0.45% | - |
| XYZ | 11.93 | 12.44 | 4.16 | - |
| YUV | 96.64 | 98.29 | 141.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 97 | 44 | 0 | 0.16 | 0.62 | 0.55 | 44.17 | 0.45 | 0.31 |
| Hex | 74 | 61 | 2C | 0 | 10 | 3E | 37 | 2C | 2D | 1F |
| Octal | 164 | 141 | 54 | 0 | 20 | 76 | 67 | 54 | 55 | 37 |
| Binary | 1110100 | 1100001 | 101100 | 0 | 10000 | 111110 | 110111 | 101100 | 101101 | 11111 |
Color Harmonies of #74612C
Complementary color
Monochromatic Colors of #74612C
Black with #74612C
Text Example
Text Example
White with #74612C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74612C; }
p { color: rgb(116,97,44); }
H1.HeaderClassName
{
color: #74612C;
}
.AnyTagClassName
{
color: #74612C;
}
</style>
background-color css
<style>
a { background-color: #74612C; }
a { background-color: rgb(116,97,44); }
div.DivClassName
{
background-color: #74612C;
}
.BgClassName
{
background-color: #74612C;
}
</style>
border-color css
<style>
span { border-color: #74612C; }
span { border-color: rgb(116,97,44); }
td.TdClassName
{
border-color: #74612C;
}
.TagClassName
{
border-color: #74612C;
}
</style>