Shades of Masala #5A5347
Tints of Masala #5A5347
RGB
CMYK
RGB Variations
Color information
#5A5347 (or 0x5A5347) is known color: Masala. HEX triplet: 5A, 53 and 47. RGB value is (90,83,71). Sum of RGB (Red+Green+Blue) = 90+83+71=244 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.89% from 244); Green value is 83 (32.81% from 255 or 34.02% from 244); Blue value is 71 (28.12% from 255 or 29.10% from 244); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5347 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A5347 is #A5ACB8. Grayscale: #535353. Windows color (decimal): -10857657 or 4674394. OLE color: 4674394.
HSL color Cylindrical-coordinate representation of color #5A5347: hue angle of 37.89º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5A5347 is Cyan = 0, Magento = 0.08, Yellow = 0.21 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 83 | 71 | - |
| CMYK | 0 | 0.08 | 0.21 | 0.65 |
| HSL | 37.89º | 0.12% | 0.32% | - |
| HSV(B) | 37.89º | 0.21% | 0.35% | - |
| XYZ | 8.45 | 8.82 | 7.22 | - |
| YUV | 83.73 | 120.82 | 132.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 83 | 71 | 0 | 0.08 | 0.21 | 0.65 | 37.89 | 0.12 | 0.32 |
| Hex | 5A | 53 | 47 | 0 | 8 | 15 | 41 | 26 | C | 20 |
| Octal | 132 | 123 | 107 | 0 | 10 | 25 | 101 | 46 | 14 | 40 |
| Binary | 1011010 | 1010011 | 1000111 | 0 | 1000 | 10101 | 1000001 | 100110 | 1100 | 100000 |
Color Harmonies of #5A5347
Complementary color
Monochromatic Colors of #5A5347
Black with #5A5347
Text Example
Text Example
White with #5A5347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5347; }
p { color: rgb(90,83,71); }
H1.HeaderClassName
{
color: #5A5347;
}
.AnyTagClassName
{
color: #5A5347;
}
</style>
background-color css
<style>
a { background-color: #5A5347; }
a { background-color: rgb(90,83,71); }
div.DivClassName
{
background-color: #5A5347;
}
.BgClassName
{
background-color: #5A5347;
}
</style>
border-color css
<style>
span { border-color: #5A5347; }
span { border-color: rgb(90,83,71); }
td.TdClassName
{
border-color: #5A5347;
}
.TagClassName
{
border-color: #5A5347;
}
</style>