Shades of Masala #5E5747
Tints of Masala #5E5747
RGB
CMYK
RGB Variations
Color information
#5E5747 (or 0x5E5747) is known color: Masala. HEX triplet: 5E, 57 and 47. RGB value is (94,87,71). Sum of RGB (Red+Green+Blue) = 94+87+71=252 (33% of max value = 765). Red value is 94 (37.11% from 255 or 37.30% from 252); Green value is 87 (34.38% from 255 or 34.52% from 252); Blue value is 71 (28.12% from 255 or 28.17% from 252); Max value from RGB is 94 - color contains mainly: red. Hex color #5E5747 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E5747 is #A1A8B8. Grayscale: #575757. Windows color (decimal): -10594489 or 4675422. OLE color: 4675422.
HSL color Cylindrical-coordinate representation of color #5E5747: hue angle of 41.74º degrees, saturation: 0.14, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5E5747 is Cyan = 0, Magento = 0.07, Yellow = 0.24 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 87 | 71 | - |
| CMYK | 0 | 0.07 | 0.24 | 0.63 |
| HSL | 41.74º | 0.14% | 0.32% | - |
| HSV(B) | 41.74º | 0.24% | 0.37% | - |
| XYZ | 9.16 | 9.65 | 7.34 | - |
| YUV | 87.27 | 118.82 | 132.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 87 | 71 | 0 | 0.07 | 0.24 | 0.63 | 41.74 | 0.14 | 0.32 |
| Hex | 5E | 57 | 47 | 0 | 7 | 18 | 3F | 2A | E | 20 |
| Octal | 136 | 127 | 107 | 0 | 7 | 30 | 77 | 52 | 16 | 40 |
| Binary | 1011110 | 1010111 | 1000111 | 0 | 111 | 11000 | 111111 | 101010 | 1110 | 100000 |
Color Harmonies of #5E5747
Complementary color
Monochromatic Colors of #5E5747
Black with #5E5747
Text Example
Text Example
White with #5E5747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E5747; }
p { color: rgb(94,87,71); }
H1.HeaderClassName
{
color: #5E5747;
}
.AnyTagClassName
{
color: #5E5747;
}
</style>
background-color css
<style>
a { background-color: #5E5747; }
a { background-color: rgb(94,87,71); }
div.DivClassName
{
background-color: #5E5747;
}
.BgClassName
{
background-color: #5E5747;
}
</style>
border-color css
<style>
span { border-color: #5E5747; }
span { border-color: rgb(94,87,71); }
td.TdClassName
{
border-color: #5E5747;
}
.TagClassName
{
border-color: #5E5747;
}
</style>