Shades of Masala #53514D
Tints of Masala #53514D
RGB
CMYK
RGB Variations
Color information
#53514D (or 0x53514D) is known color: Masala. HEX triplet: 53, 51 and 4D. RGB value is (83,81,77). Sum of RGB (Red+Green+Blue) = 83+81+77=241 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.44% from 241); Green value is 81 (32.03% from 255 or 33.61% from 241); Blue value is 77 (30.47% from 255 or 31.95% from 241); Max value from RGB is 83 - color contains mainly: red. Hex color #53514D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53514D is #ACAEB2. Grayscale: #515151. Windows color (decimal): -11316915 or 5067091. OLE color: 5067091.
HSL color Cylindrical-coordinate representation of color #53514D: hue angle of 40º degrees, saturation: 0.04, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #53514D is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 81 | 77 | - |
| CMYK | 0 | 0.02 | 0.07 | 0.67 |
| HSL | 40º | 0.04% | 0.31% | - |
| HSV(B) | 40º | 0.07% | 0.33% | - |
| XYZ | 7.85 | 8.26 | 8.2 | - |
| YUV | 81.14 | 125.66 | 129.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 81 | 77 | 0 | 0.02 | 0.07 | 0.67 | 40 | 0.04 | 0.31 |
| Hex | 53 | 51 | 4D | 0 | 2 | 7 | 43 | 28 | 4 | 1F |
| Octal | 123 | 121 | 115 | 0 | 2 | 7 | 103 | 50 | 4 | 37 |
| Binary | 1010011 | 1010001 | 1001101 | 0 | 10 | 111 | 1000011 | 101000 | 100 | 11111 |
Color Harmonies of #53514D
Complementary color
Monochromatic Colors of #53514D
Black with #53514D
Text Example
Text Example
White with #53514D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53514D; }
p { color: rgb(83,81,77); }
H1.HeaderClassName
{
color: #53514D;
}
.AnyTagClassName
{
color: #53514D;
}
</style>
background-color css
<style>
a { background-color: #53514D; }
a { background-color: rgb(83,81,77); }
div.DivClassName
{
background-color: #53514D;
}
.BgClassName
{
background-color: #53514D;
}
</style>
border-color css
<style>
span { border-color: #53514D; }
span { border-color: rgb(83,81,77); }
td.TdClassName
{
border-color: #53514D;
}
.TagClassName
{
border-color: #53514D;
}
</style>