Shades of Masala #585245
Tints of Masala #585245
RGB
CMYK
RGB Variations
Color information
#585245 (or 0x585245) is known color: Masala. HEX triplet: 58, 52 and 45. RGB value is (88,82,69). Sum of RGB (Red+Green+Blue) = 88+82+69=239 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.82% from 239); Green value is 82 (32.42% from 255 or 34.31% from 239); Blue value is 69 (27.34% from 255 or 28.87% from 239); Max value from RGB is 88 - color contains mainly: red. Hex color #585245 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585245 is #A7ADBA. Grayscale: #525252. Windows color (decimal): -10988987 or 4543064. OLE color: 4543064.
HSL color Cylindrical-coordinate representation of color #585245: hue angle of 41.05º degrees, saturation: 0.12, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #585245 is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 82 | 69 | - |
| CMYK | 0 | 0.07 | 0.22 | 0.65 |
| HSL | 41.05º | 0.12% | 0.31% | - |
| HSV(B) | 41.05º | 0.22% | 0.35% | - |
| XYZ | 8.12 | 8.54 | 6.85 | - |
| YUV | 82.31 | 120.49 | 132.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 82 | 69 | 0 | 0.07 | 0.22 | 0.65 | 41.05 | 0.12 | 0.31 |
| Hex | 58 | 52 | 45 | 0 | 7 | 16 | 41 | 29 | C | 1F |
| Octal | 130 | 122 | 105 | 0 | 7 | 26 | 101 | 51 | 14 | 37 |
| Binary | 1011000 | 1010010 | 1000101 | 0 | 111 | 10110 | 1000001 | 101001 | 1100 | 11111 |
Color Harmonies of #585245
Complementary color
Monochromatic Colors of #585245
Black with #585245
Text Example
Text Example
White with #585245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585245; }
p { color: rgb(88,82,69); }
H1.HeaderClassName
{
color: #585245;
}
.AnyTagClassName
{
color: #585245;
}
</style>
background-color css
<style>
a { background-color: #585245; }
a { background-color: rgb(88,82,69); }
div.DivClassName
{
background-color: #585245;
}
.BgClassName
{
background-color: #585245;
}
</style>
border-color css
<style>
span { border-color: #585245; }
span { border-color: rgb(88,82,69); }
td.TdClassName
{
border-color: #585245;
}
.TagClassName
{
border-color: #585245;
}
</style>