Shades of Himalaya #745E2B
Tints of Himalaya #745E2B
RGB
CMYK
RGB Variations
Color information
#745E2B (or 0x745E2B) is known color: Himalaya. HEX triplet: 74, 5E and 2B. RGB value is (116,94,43). Sum of RGB (Red+Green+Blue) = 116+94+43=253 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.85% from 253); Green value is 94 (37.11% from 255 or 37.15% from 253); Blue value is 43 (17.19% from 255 or 17.00% from 253); Max value from RGB is 116 - color contains mainly: red. Hex color #745E2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745E2B is #8BA1D4. Grayscale: #5E5E5E. Windows color (decimal): -9150933 or 2842228. OLE color: 2842228.
HSL color Cylindrical-coordinate representation of color #745E2B: hue angle of 41.92º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #745E2B is Cyan = 0, Magento = 0.19, Yellow = 0.63 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 94 | 43 | - |
| CMYK | 0 | 0.19 | 0.63 | 0.55 |
| HSL | 41.92º | 0.46% | 0.31% | - |
| HSV(B) | 41.92º | 0.63% | 0.45% | - |
| XYZ | 11.64 | 11.89 | 3.97 | - |
| YUV | 94.76 | 98.79 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 94 | 43 | 0 | 0.19 | 0.63 | 0.55 | 41.92 | 0.46 | 0.31 |
| Hex | 74 | 5E | 2B | 0 | 13 | 3F | 37 | 2A | 2E | 1F |
| Octal | 164 | 136 | 53 | 0 | 23 | 77 | 67 | 52 | 56 | 37 |
| Binary | 1110100 | 1011110 | 101011 | 0 | 10011 | 111111 | 110111 | 101010 | 101110 | 11111 |
Color Harmonies of #745E2B
Complementary color
Monochromatic Colors of #745E2B
Black with #745E2B
Text Example
Text Example
White with #745E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745E2B; }
p { color: rgb(116,94,43); }
H1.HeaderClassName
{
color: #745E2B;
}
.AnyTagClassName
{
color: #745E2B;
}
</style>
background-color css
<style>
a { background-color: #745E2B; }
a { background-color: rgb(116,94,43); }
div.DivClassName
{
background-color: #745E2B;
}
.BgClassName
{
background-color: #745E2B;
}
</style>
border-color css
<style>
span { border-color: #745E2B; }
span { border-color: rgb(116,94,43); }
td.TdClassName
{
border-color: #745E2B;
}
.TagClassName
{
border-color: #745E2B;
}
</style>