Shades of Himalaya #745E2C
Tints of Himalaya #745E2C
RGB
CMYK
RGB Variations
Color information
#745E2C (or 0x745E2C) is known color: Himalaya. HEX triplet: 74, 5E and 2C. RGB value is (116,94,44). Sum of RGB (Red+Green+Blue) = 116+94+44=254 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.67% from 254); Green value is 94 (37.11% from 255 or 37.01% from 254); Blue value is 44 (17.58% from 255 or 17.32% from 254); Max value from RGB is 116 - color contains mainly: red. Hex color #745E2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745E2C is #8BA1D3. Grayscale: #5F5F5F. Windows color (decimal): -9150932 or 2907764. OLE color: 2907764.
HSL color Cylindrical-coordinate representation of color #745E2C: hue angle of 41.67º 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 #745E2C is Cyan = 0, Magento = 0.19, Yellow = 0.62 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 94 | 44 | - |
| CMYK | 0 | 0.19 | 0.62 | 0.55 |
| HSL | 41.67º | 0.45% | 0.31% | - |
| HSV(B) | 41.67º | 0.62% | 0.45% | - |
| XYZ | 11.66 | 11.9 | 4.07 | - |
| YUV | 94.88 | 99.29 | 143.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 94 | 44 | 0 | 0.19 | 0.62 | 0.55 | 41.67 | 0.45 | 0.31 |
| Hex | 74 | 5E | 2C | 0 | 13 | 3E | 37 | 2A | 2D | 1F |
| Octal | 164 | 136 | 54 | 0 | 23 | 76 | 67 | 52 | 55 | 37 |
| Binary | 1110100 | 1011110 | 101100 | 0 | 10011 | 111110 | 110111 | 101010 | 101101 | 11111 |
Color Harmonies of #745E2C
Complementary color
Monochromatic Colors of #745E2C
Black with #745E2C
Text Example
Text Example
White with #745E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745E2C; }
p { color: rgb(116,94,44); }
H1.HeaderClassName
{
color: #745E2C;
}
.AnyTagClassName
{
color: #745E2C;
}
</style>
background-color css
<style>
a { background-color: #745E2C; }
a { background-color: rgb(116,94,44); }
div.DivClassName
{
background-color: #745E2C;
}
.BgClassName
{
background-color: #745E2C;
}
</style>
border-color css
<style>
span { border-color: #745E2C; }
span { border-color: rgb(116,94,44); }
td.TdClassName
{
border-color: #745E2C;
}
.TagClassName
{
border-color: #745E2C;
}
</style>