Shades of Masala #5E5644
Tints of Masala #5E5644
RGB
CMYK
RGB Variations
Color information
#5E5644 (or 0x5E5644) is known color: Masala. HEX triplet: 5E, 56 and 44. RGB value is (94,86,68). Sum of RGB (Red+Green+Blue) = 94+86+68=248 (32% of max value = 765). Red value is 94 (37.11% from 255 or 37.90% from 248); Green value is 86 (33.98% from 255 or 34.68% from 248); Blue value is 68 (26.95% from 255 or 27.42% from 248); Max value from RGB is 94 - color contains mainly: red. Hex color #5E5644 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E5644 is #A1A9BB. Grayscale: #565656. Windows color (decimal): -10594748 or 4478558. OLE color: 4478558.
HSL color Cylindrical-coordinate representation of color #5E5644: hue angle of 41.54º degrees, saturation: 0.16, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #5E5644 is Cyan = 0, Magento = 0.09, Yellow = 0.28 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 86 | 68 | - |
| CMYK | 0 | 0.09 | 0.28 | 0.63 |
| HSL | 41.54º | 0.16% | 0.32% | - |
| HSV(B) | 41.54º | 0.28% | 0.37% | - |
| XYZ | 8.99 | 9.45 | 6.82 | - |
| YUV | 86.34 | 117.65 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 86 | 68 | 0 | 0.09 | 0.28 | 0.63 | 41.54 | 0.16 | 0.32 |
| Hex | 5E | 56 | 44 | 0 | 9 | 1C | 3F | 2A | 10 | 20 |
| Octal | 136 | 126 | 104 | 0 | 11 | 34 | 77 | 52 | 20 | 40 |
| Binary | 1011110 | 1010110 | 1000100 | 0 | 1001 | 11100 | 111111 | 101010 | 10000 | 100000 |
Color Harmonies of #5E5644
Complementary color
Monochromatic Colors of #5E5644
Black with #5E5644
Text Example
Text Example
White with #5E5644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E5644; }
p { color: rgb(94,86,68); }
H1.HeaderClassName
{
color: #5E5644;
}
.AnyTagClassName
{
color: #5E5644;
}
</style>
background-color css
<style>
a { background-color: #5E5644; }
a { background-color: rgb(94,86,68); }
div.DivClassName
{
background-color: #5E5644;
}
.BgClassName
{
background-color: #5E5644;
}
</style>
border-color css
<style>
span { border-color: #5E5644; }
span { border-color: rgb(94,86,68); }
td.TdClassName
{
border-color: #5E5644;
}
.TagClassName
{
border-color: #5E5644;
}
</style>