Shades of Masala #58534C
Tints of Masala #58534C
RGB
CMYK
RGB Variations
Color information
#58534C (or 0x58534C) is known color: Masala. HEX triplet: 58, 53 and 4C. RGB value is (88,83,76). Sum of RGB (Red+Green+Blue) = 88+83+76=247 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.63% from 247); Green value is 83 (32.81% from 255 or 33.60% from 247); Blue value is 76 (30.08% from 255 or 30.77% from 247); Max value from RGB is 88 - color contains mainly: red. Hex color #58534C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58534C is #A7ACB3. Grayscale: #535353. Windows color (decimal): -10988724 or 5002072. OLE color: 5002072.
HSL color Cylindrical-coordinate representation of color #58534C: hue angle of 35º degrees, saturation: 0.07, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #58534C is Cyan = 0, Magento = 0.06, Yellow = 0.14 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 83 | 76 | - |
| CMYK | 0 | 0.06 | 0.14 | 0.65 |
| HSL | 35º | 0.07% | 0.32% | - |
| HSV(B) | 35º | 0.14% | 0.35% | - |
| XYZ | 8.42 | 8.78 | 8.09 | - |
| YUV | 83.7 | 123.66 | 131.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 83 | 76 | 0 | 0.06 | 0.14 | 0.65 | 35 | 0.07 | 0.32 |
| Hex | 58 | 53 | 4C | 0 | 6 | E | 41 | 23 | 7 | 20 |
| Octal | 130 | 123 | 114 | 0 | 6 | 16 | 101 | 43 | 7 | 40 |
| Binary | 1011000 | 1010011 | 1001100 | 0 | 110 | 1110 | 1000001 | 100011 | 111 | 100000 |
Color Harmonies of #58534C
Complementary color
Monochromatic Colors of #58534C
Black with #58534C
Text Example
Text Example
White with #58534C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58534C; }
p { color: rgb(88,83,76); }
H1.HeaderClassName
{
color: #58534C;
}
.AnyTagClassName
{
color: #58534C;
}
</style>
background-color css
<style>
a { background-color: #58534C; }
a { background-color: rgb(88,83,76); }
div.DivClassName
{
background-color: #58534C;
}
.BgClassName
{
background-color: #58534C;
}
</style>
border-color css
<style>
span { border-color: #58534C; }
span { border-color: rgb(88,83,76); }
td.TdClassName
{
border-color: #58534C;
}
.TagClassName
{
border-color: #58534C;
}
</style>