Shades of Masala #5A5448
Tints of Masala #5A5448
RGB
CMYK
RGB Variations
Color information
#5A5448 (or 0x5A5448) is known color: Masala. HEX triplet: 5A, 54 and 48. RGB value is (90,84,72). Sum of RGB (Red+Green+Blue) = 90+84+72=246 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.59% from 246); Green value is 84 (33.20% from 255 or 34.15% from 246); Blue value is 72 (28.52% from 255 or 29.27% from 246); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5448 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A5448 is #A5ABB7. Grayscale: #545454. Windows color (decimal): -10857400 or 4740186. OLE color: 4740186.
HSL color Cylindrical-coordinate representation of color #5A5448: hue angle of 40º degrees, saturation: 0.11, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #5A5448 is Cyan = 0, Magento = 0.07, Yellow = 0.20 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 84 | 72 | - |
| CMYK | 0 | 0.07 | 0.20 | 0.65 |
| HSL | 40º | 0.11% | 0.32% | - |
| HSV(B) | 40º | 0.2% | 0.35% | - |
| XYZ | 8.56 | 8.98 | 7.41 | - |
| YUV | 84.43 | 120.99 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 84 | 72 | 0 | 0.07 | 0.20 | 0.65 | 40 | 0.11 | 0.32 |
| Hex | 5A | 54 | 48 | 0 | 7 | 14 | 41 | 28 | B | 20 |
| Octal | 132 | 124 | 110 | 0 | 7 | 24 | 101 | 50 | 13 | 40 |
| Binary | 1011010 | 1010100 | 1001000 | 0 | 111 | 10100 | 1000001 | 101000 | 1011 | 100000 |
Color Harmonies of #5A5448
Complementary color
Monochromatic Colors of #5A5448
Black with #5A5448
Text Example
Text Example
White with #5A5448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5448; }
p { color: rgb(90,84,72); }
H1.HeaderClassName
{
color: #5A5448;
}
.AnyTagClassName
{
color: #5A5448;
}
</style>
background-color css
<style>
a { background-color: #5A5448; }
a { background-color: rgb(90,84,72); }
div.DivClassName
{
background-color: #5A5448;
}
.BgClassName
{
background-color: #5A5448;
}
</style>
border-color css
<style>
span { border-color: #5A5448; }
span { border-color: rgb(90,84,72); }
td.TdClassName
{
border-color: #5A5448;
}
.TagClassName
{
border-color: #5A5448;
}
</style>