Shades of Himalaya #74632F
Tints of Himalaya #74632F
RGB
CMYK
RGB Variations
Color information
#74632F (or 0x74632F) is known color: Himalaya. HEX triplet: 74, 63 and 2F. RGB value is (116,99,47). Sum of RGB (Red+Green+Blue) = 116+99+47=262 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.27% from 262); Green value is 99 (39.06% from 255 or 37.79% from 262); Blue value is 47 (18.75% from 255 or 17.94% from 262); Max value from RGB is 116 - color contains mainly: red. Hex color #74632F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74632F is #8B9CD0. Grayscale: #626262. Windows color (decimal): -9149649 or 3105652. OLE color: 3105652.
HSL color Cylindrical-coordinate representation of color #74632F: hue angle of 45.22º 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 #74632F is Cyan = 0, Magento = 0.15, Yellow = 0.59 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 99 | 47 | - |
| CMYK | 0 | 0.15 | 0.59 | 0.55 |
| HSL | 45.22º | 0.42% | 0.32% | - |
| HSV(B) | 45.22º | 0.59% | 0.45% | - |
| XYZ | 12.18 | 12.84 | 4.53 | - |
| YUV | 98.16 | 99.13 | 140.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 99 | 47 | 0 | 0.15 | 0.59 | 0.55 | 45.22 | 0.42 | 0.32 |
| Hex | 74 | 63 | 2F | 0 | F | 3B | 37 | 2D | 2A | 20 |
| Octal | 164 | 143 | 57 | 0 | 17 | 73 | 67 | 55 | 52 | 40 |
| Binary | 1110100 | 1100011 | 101111 | 0 | 1111 | 111011 | 110111 | 101101 | 101010 | 100000 |
Color Harmonies of #74632F
Complementary color
Monochromatic Colors of #74632F
Black with #74632F
Text Example
Text Example
White with #74632F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74632F; }
p { color: rgb(116,99,47); }
H1.HeaderClassName
{
color: #74632F;
}
.AnyTagClassName
{
color: #74632F;
}
</style>
background-color css
<style>
a { background-color: #74632F; }
a { background-color: rgb(116,99,47); }
div.DivClassName
{
background-color: #74632F;
}
.BgClassName
{
background-color: #74632F;
}
</style>
border-color css
<style>
span { border-color: #74632F; }
span { border-color: rgb(116,99,47); }
td.TdClassName
{
border-color: #74632F;
}
.TagClassName
{
border-color: #74632F;
}
</style>