Shades of Masala #585145
Tints of Masala #585145
RGB
CMYK
RGB Variations
Color information
#585145 (or 0x585145) is known color: Masala. HEX triplet: 58, 51 and 45. RGB value is (88,81,69). Sum of RGB (Red+Green+Blue) = 88+81+69=238 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.97% from 238); Green value is 81 (32.03% from 255 or 34.03% from 238); Blue value is 69 (27.34% from 255 or 28.99% from 238); Max value from RGB is 88 - color contains mainly: red. Hex color #585145 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585145 is #A7AEBA. Grayscale: #515151. Windows color (decimal): -10989243 or 4542808. OLE color: 4542808.
HSL color Cylindrical-coordinate representation of color #585145: hue angle of 37.89º 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 #585145 is Cyan = 0, Magento = 0.08, Yellow = 0.22 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 81 | 69 | - |
| CMYK | 0 | 0.08 | 0.22 | 0.65 |
| HSL | 37.89º | 0.12% | 0.31% | - |
| HSV(B) | 37.89º | 0.22% | 0.35% | - |
| XYZ | 8.04 | 8.39 | 6.83 | - |
| YUV | 81.73 | 120.82 | 132.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 81 | 69 | 0 | 0.08 | 0.22 | 0.65 | 37.89 | 0.12 | 0.31 |
| Hex | 58 | 51 | 45 | 0 | 8 | 16 | 41 | 26 | C | 1F |
| Octal | 130 | 121 | 105 | 0 | 10 | 26 | 101 | 46 | 14 | 37 |
| Binary | 1011000 | 1010001 | 1000101 | 0 | 1000 | 10110 | 1000001 | 100110 | 1100 | 11111 |
Color Harmonies of #585145
Complementary color
Monochromatic Colors of #585145
Black with #585145
Text Example
Text Example
White with #585145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585145; }
p { color: rgb(88,81,69); }
H1.HeaderClassName
{
color: #585145;
}
.AnyTagClassName
{
color: #585145;
}
</style>
background-color css
<style>
a { background-color: #585145; }
a { background-color: rgb(88,81,69); }
div.DivClassName
{
background-color: #585145;
}
.BgClassName
{
background-color: #585145;
}
</style>
border-color css
<style>
span { border-color: #585145; }
span { border-color: rgb(88,81,69); }
td.TdClassName
{
border-color: #585145;
}
.TagClassName
{
border-color: #585145;
}
</style>