Shades of Masala #5B5549
Tints of Masala #5B5549
RGB
CMYK
RGB Variations
Color information
#5B5549 (or 0x5B5549) is known color: Masala. HEX triplet: 5B, 55 and 49. RGB value is (91,85,73). Sum of RGB (Red+Green+Blue) = 91+85+73=249 (32% of max value = 765). Red value is 91 (35.94% from 255 or 36.55% from 249); Green value is 85 (33.59% from 255 or 34.14% from 249); Blue value is 73 (28.91% from 255 or 29.32% from 249); Max value from RGB is 91 - color contains mainly: red. Hex color #5B5549 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B5549 is #A4AAB6. Grayscale: #555555. Windows color (decimal): -10791607 or 4805979. OLE color: 4805979.
HSL color Cylindrical-coordinate representation of color #5B5549: hue angle of 40º degrees, saturation: 0.11, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #5B5549 is Cyan = 0, Magento = 0.07, Yellow = 0.20 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 85 | 73 | - |
| CMYK | 0 | 0.07 | 0.20 | 0.64 |
| HSL | 40º | 0.11% | 0.32% | - |
| HSV(B) | 40º | 0.2% | 0.36% | - |
| XYZ | 8.77 | 9.2 | 7.62 | - |
| YUV | 85.43 | 120.99 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 85 | 73 | 0 | 0.07 | 0.20 | 0.64 | 40 | 0.11 | 0.32 |
| Hex | 5B | 55 | 49 | 0 | 7 | 14 | 40 | 28 | B | 20 |
| Octal | 133 | 125 | 111 | 0 | 7 | 24 | 100 | 50 | 13 | 40 |
| Binary | 1011011 | 1010101 | 1001001 | 0 | 111 | 10100 | 1000000 | 101000 | 1011 | 100000 |
Color Harmonies of #5B5549
Complementary color
Monochromatic Colors of #5B5549
Black with #5B5549
Text Example
Text Example
White with #5B5549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5549; }
p { color: rgb(91,85,73); }
H1.HeaderClassName
{
color: #5B5549;
}
.AnyTagClassName
{
color: #5B5549;
}
</style>
background-color css
<style>
a { background-color: #5B5549; }
a { background-color: rgb(91,85,73); }
div.DivClassName
{
background-color: #5B5549;
}
.BgClassName
{
background-color: #5B5549;
}
</style>
border-color css
<style>
span { border-color: #5B5549; }
span { border-color: rgb(91,85,73); }
td.TdClassName
{
border-color: #5B5549;
}
.TagClassName
{
border-color: #5B5549;
}
</style>