Shades of Masala #5B5547
Tints of Masala #5B5547
RGB
CMYK
RGB Variations
Color information
#5B5547 (or 0x5B5547) is known color: Masala. HEX triplet: 5B, 55 and 47. RGB value is (91,85,71). Sum of RGB (Red+Green+Blue) = 91+85+71=247 (32% of max value = 765). Red value is 91 (35.94% from 255 or 36.84% from 247); Green value is 85 (33.59% from 255 or 34.41% from 247); Blue value is 71 (28.12% from 255 or 28.74% from 247); Max value from RGB is 91 - color contains mainly: red. Hex color #5B5547 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B5547 is #A4AAB8. Grayscale: #555555. Windows color (decimal): -10791609 or 4674907. OLE color: 4674907.
HSL color Cylindrical-coordinate representation of color #5B5547: hue angle of 42º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5B5547 is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 85 | 71 | - |
| CMYK | 0 | 0.07 | 0.22 | 0.64 |
| HSL | 42º | 0.12% | 0.32% | - |
| HSV(B) | 42º | 0.22% | 0.36% | - |
| XYZ | 8.7 | 9.18 | 7.27 | - |
| YUV | 85.2 | 119.99 | 132.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 85 | 71 | 0 | 0.07 | 0.22 | 0.64 | 42 | 0.12 | 0.32 |
| Hex | 5B | 55 | 47 | 0 | 7 | 16 | 40 | 2A | C | 20 |
| Octal | 133 | 125 | 107 | 0 | 7 | 26 | 100 | 52 | 14 | 40 |
| Binary | 1011011 | 1010101 | 1000111 | 0 | 111 | 10110 | 1000000 | 101010 | 1100 | 100000 |
Color Harmonies of #5B5547
Complementary color
Monochromatic Colors of #5B5547
Black with #5B5547
Text Example
Text Example
White with #5B5547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5547; }
p { color: rgb(91,85,71); }
H1.HeaderClassName
{
color: #5B5547;
}
.AnyTagClassName
{
color: #5B5547;
}
</style>
background-color css
<style>
a { background-color: #5B5547; }
a { background-color: rgb(91,85,71); }
div.DivClassName
{
background-color: #5B5547;
}
.BgClassName
{
background-color: #5B5547;
}
</style>
border-color css
<style>
span { border-color: #5B5547; }
span { border-color: rgb(91,85,71); }
td.TdClassName
{
border-color: #5B5547;
}
.TagClassName
{
border-color: #5B5547;
}
</style>