Shades of Masala #5A5344
Tints of Masala #5A5344
RGB
CMYK
RGB Variations
Color information
#5A5344 (or 0x5A5344) is known color: Masala. HEX triplet: 5A, 53 and 44. RGB value is (90,83,68). Sum of RGB (Red+Green+Blue) = 90+83+68=241 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.34% from 241); Green value is 83 (32.81% from 255 or 34.44% from 241); Blue value is 68 (26.95% from 255 or 28.22% from 241); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5344 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A5344 is #A5ACBB. Grayscale: #535353. Windows color (decimal): -10857660 or 4477786. OLE color: 4477786.
HSL color Cylindrical-coordinate representation of color #5A5344: hue angle of 40.91º degrees, saturation: 0.14, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5A5344 is Cyan = 0, Magento = 0.08, Yellow = 0.24 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 83 | 68 | - |
| CMYK | 0 | 0.08 | 0.24 | 0.65 |
| HSL | 40.91º | 0.14% | 0.31% | - |
| HSV(B) | 40.91º | 0.24% | 0.35% | - |
| XYZ | 8.35 | 8.78 | 6.72 | - |
| YUV | 83.38 | 119.32 | 132.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 83 | 68 | 0 | 0.08 | 0.24 | 0.65 | 40.91 | 0.14 | 0.31 |
| Hex | 5A | 53 | 44 | 0 | 8 | 18 | 41 | 29 | E | 1F |
| Octal | 132 | 123 | 104 | 0 | 10 | 30 | 101 | 51 | 16 | 37 |
| Binary | 1011010 | 1010011 | 1000100 | 0 | 1000 | 11000 | 1000001 | 101001 | 1110 | 11111 |
Color Harmonies of #5A5344
Complementary color
Monochromatic Colors of #5A5344
Black with #5A5344
Text Example
Text Example
White with #5A5344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5344; }
p { color: rgb(90,83,68); }
H1.HeaderClassName
{
color: #5A5344;
}
.AnyTagClassName
{
color: #5A5344;
}
</style>
background-color css
<style>
a { background-color: #5A5344; }
a { background-color: rgb(90,83,68); }
div.DivClassName
{
background-color: #5A5344;
}
.BgClassName
{
background-color: #5A5344;
}
</style>
border-color css
<style>
span { border-color: #5A5344; }
span { border-color: rgb(90,83,68); }
td.TdClassName
{
border-color: #5A5344;
}
.TagClassName
{
border-color: #5A5344;
}
</style>