Shades of Masala #585246
Tints of Masala #585246
RGB
CMYK
RGB Variations
Color information
#585246 (or 0x585246) is known color: Masala. HEX triplet: 58, 52 and 46. RGB value is (88,82,70). Sum of RGB (Red+Green+Blue) = 88+82+70=240 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.67% from 240); Green value is 82 (32.42% from 255 or 34.17% from 240); Blue value is 70 (27.73% from 255 or 29.17% from 240); Max value from RGB is 88 - color contains mainly: red. Hex color #585246 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585246 is #A7ADB9. Grayscale: #525252. Windows color (decimal): -10988986 or 4608600. OLE color: 4608600.
HSL color Cylindrical-coordinate representation of color #585246: hue angle of 40º degrees, saturation: 0.11, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #585246 is Cyan = 0, Magento = 0.07, Yellow = 0.20 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 82 | 70 | - |
| CMYK | 0 | 0.07 | 0.20 | 0.65 |
| HSL | 40º | 0.11% | 0.31% | - |
| HSV(B) | 40º | 0.2% | 0.35% | - |
| XYZ | 8.15 | 8.55 | 7.02 | - |
| YUV | 82.43 | 120.99 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 82 | 70 | 0 | 0.07 | 0.20 | 0.65 | 40 | 0.11 | 0.31 |
| Hex | 58 | 52 | 46 | 0 | 7 | 14 | 41 | 28 | B | 1F |
| Octal | 130 | 122 | 106 | 0 | 7 | 24 | 101 | 50 | 13 | 37 |
| Binary | 1011000 | 1010010 | 1000110 | 0 | 111 | 10100 | 1000001 | 101000 | 1011 | 11111 |
Color Harmonies of #585246
Complementary color
Monochromatic Colors of #585246
Black with #585246
Text Example
Text Example
White with #585246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585246; }
p { color: rgb(88,82,70); }
H1.HeaderClassName
{
color: #585246;
}
.AnyTagClassName
{
color: #585246;
}
</style>
background-color css
<style>
a { background-color: #585246; }
a { background-color: rgb(88,82,70); }
div.DivClassName
{
background-color: #585246;
}
.BgClassName
{
background-color: #585246;
}
</style>
border-color css
<style>
span { border-color: #585246; }
span { border-color: rgb(88,82,70); }
td.TdClassName
{
border-color: #585246;
}
.TagClassName
{
border-color: #585246;
}
</style>