Shades of Himalaya #745D2E
Tints of Himalaya #745D2E
RGB
CMYK
RGB Variations
Color information
#745D2E (or 0x745D2E) is known color: Himalaya. HEX triplet: 74, 5D and 2E. RGB value is (116,93,46). Sum of RGB (Red+Green+Blue) = 116+93+46=255 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.49% from 255); Green value is 93 (36.72% from 255 or 36.47% from 255); Blue value is 46 (18.36% from 255 or 18.04% from 255); Max value from RGB is 116 - color contains mainly: red. Hex color #745D2E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745D2E is #8BA2D1. Grayscale: #5E5E5E. Windows color (decimal): -9151186 or 3038580. OLE color: 3038580.
HSL color Cylindrical-coordinate representation of color #745D2E: hue angle of 40.29º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #745D2E is Cyan = 0, Magento = 0.20, Yellow = 0.60 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 93 | 46 | - |
| CMYK | 0 | 0.20 | 0.60 | 0.55 |
| HSL | 40.29º | 0.43% | 0.32% | - |
| HSV(B) | 40.29º | 0.6% | 0.45% | - |
| XYZ | 11.61 | 11.74 | 4.24 | - |
| YUV | 94.52 | 100.62 | 143.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 93 | 46 | 0 | 0.20 | 0.60 | 0.55 | 40.29 | 0.43 | 0.32 |
| Hex | 74 | 5D | 2E | 0 | 14 | 3C | 37 | 28 | 2B | 20 |
| Octal | 164 | 135 | 56 | 0 | 24 | 74 | 67 | 50 | 53 | 40 |
| Binary | 1110100 | 1011101 | 101110 | 0 | 10100 | 111100 | 110111 | 101000 | 101011 | 100000 |
Color Harmonies of #745D2E
Complementary color
Monochromatic Colors of #745D2E
Black with #745D2E
Text Example
Text Example
White with #745D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745D2E; }
p { color: rgb(116,93,46); }
H1.HeaderClassName
{
color: #745D2E;
}
.AnyTagClassName
{
color: #745D2E;
}
</style>
background-color css
<style>
a { background-color: #745D2E; }
a { background-color: rgb(116,93,46); }
div.DivClassName
{
background-color: #745D2E;
}
.BgClassName
{
background-color: #745D2E;
}
</style>
border-color css
<style>
span { border-color: #745D2E; }
span { border-color: rgb(116,93,46); }
td.TdClassName
{
border-color: #745D2E;
}
.TagClassName
{
border-color: #745D2E;
}
</style>