Shades of Masala #5B5443
Tints of Masala #5B5443
RGB
CMYK
RGB Variations
Color information
#5B5443 (or 0x5B5443) is known color: Masala. HEX triplet: 5B, 54 and 43. RGB value is (91,84,67). Sum of RGB (Red+Green+Blue) = 91+84+67=242 (32% of max value = 765). Red value is 91 (35.94% from 255 or 37.60% from 242); Green value is 84 (33.20% from 255 or 34.71% from 242); Blue value is 67 (26.56% from 255 or 27.69% from 242); Max value from RGB is 91 - color contains mainly: red. Hex color #5B5443 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B5443 is #A4ABBC. Grayscale: #545454. Windows color (decimal): -10791869 or 4412507. OLE color: 4412507.
HSL color Cylindrical-coordinate representation of color #5B5443: hue angle of 42.5º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5B5443 is Cyan = 0, Magento = 0.08, Yellow = 0.26 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 84 | 67 | - |
| CMYK | 0 | 0.08 | 0.26 | 0.64 |
| HSL | 42.5º | 0.15% | 0.31% | - |
| HSV(B) | 42.5º | 0.26% | 0.36% | - |
| XYZ | 8.5 | 8.97 | 6.59 | - |
| YUV | 84.16 | 118.32 | 132.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 84 | 67 | 0 | 0.08 | 0.26 | 0.64 | 42.5 | 0.15 | 0.31 |
| Hex | 5B | 54 | 43 | 0 | 8 | 1A | 40 | 2A | F | 1F |
| Octal | 133 | 124 | 103 | 0 | 10 | 32 | 100 | 52 | 17 | 37 |
| Binary | 1011011 | 1010100 | 1000011 | 0 | 1000 | 11010 | 1000000 | 101010 | 1111 | 11111 |
Color Harmonies of #5B5443
Complementary color
Monochromatic Colors of #5B5443
Black with #5B5443
Text Example
Text Example
White with #5B5443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5443; }
p { color: rgb(91,84,67); }
H1.HeaderClassName
{
color: #5B5443;
}
.AnyTagClassName
{
color: #5B5443;
}
</style>
background-color css
<style>
a { background-color: #5B5443; }
a { background-color: rgb(91,84,67); }
div.DivClassName
{
background-color: #5B5443;
}
.BgClassName
{
background-color: #5B5443;
}
</style>
border-color css
<style>
span { border-color: #5B5443; }
span { border-color: rgb(91,84,67); }
td.TdClassName
{
border-color: #5B5443;
}
.TagClassName
{
border-color: #5B5443;
}
</style>