Shades of Himalaya #745D2B
Tints of Himalaya #745D2B
RGB
CMYK
RGB Variations
Color information
#745D2B (or 0x745D2B) is known color: Himalaya. HEX triplet: 74, 5D and 2B. RGB value is (116,93,43). Sum of RGB (Red+Green+Blue) = 116+93+43=252 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.03% from 252); Green value is 93 (36.72% from 255 or 36.90% from 252); Blue value is 43 (17.19% from 255 or 17.06% from 252); Max value from RGB is 116 - color contains mainly: red. Hex color #745D2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745D2B is #8BA2D4. Grayscale: #5E5E5E. Windows color (decimal): -9151189 or 2841972. OLE color: 2841972.
HSL color Cylindrical-coordinate representation of color #745D2B: hue angle of 41.1º 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 #745D2B is Cyan = 0, Magento = 0.20, Yellow = 0.63 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 93 | 43 | - |
| CMYK | 0 | 0.20 | 0.63 | 0.55 |
| HSL | 41.1º | 0.46% | 0.31% | - |
| HSV(B) | 41.1º | 0.63% | 0.45% | - |
| XYZ | 11.55 | 11.72 | 3.94 | - |
| YUV | 94.18 | 99.12 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 93 | 43 | 0 | 0.20 | 0.63 | 0.55 | 41.1 | 0.46 | 0.31 |
| Hex | 74 | 5D | 2B | 0 | 14 | 3F | 37 | 29 | 2E | 1F |
| Octal | 164 | 135 | 53 | 0 | 24 | 77 | 67 | 51 | 56 | 37 |
| Binary | 1110100 | 1011101 | 101011 | 0 | 10100 | 111111 | 110111 | 101001 | 101110 | 11111 |
Color Harmonies of #745D2B
Complementary color
Monochromatic Colors of #745D2B
Black with #745D2B
Text Example
Text Example
White with #745D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745D2B; }
p { color: rgb(116,93,43); }
H1.HeaderClassName
{
color: #745D2B;
}
.AnyTagClassName
{
color: #745D2B;
}
</style>
background-color css
<style>
a { background-color: #745D2B; }
a { background-color: rgb(116,93,43); }
div.DivClassName
{
background-color: #745D2B;
}
.BgClassName
{
background-color: #745D2B;
}
</style>
border-color css
<style>
span { border-color: #745D2B; }
span { border-color: rgb(116,93,43); }
td.TdClassName
{
border-color: #745D2B;
}
.TagClassName
{
border-color: #745D2B;
}
</style>