Shades of Masala #524F4A
Tints of Masala #524F4A
RGB
CMYK
RGB Variations
Color information
#524F4A (or 0x524F4A) is known color: Masala. HEX triplet: 52, 4F and 4A. RGB value is (82,79,74). Sum of RGB (Red+Green+Blue) = 82+79+74=235 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.89% from 235); Green value is 79 (31.25% from 255 or 33.62% from 235); Blue value is 74 (29.30% from 255 or 31.49% from 235); Max value from RGB is 82 - color contains mainly: red. Hex color #524F4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #524F4A is #ADB0B5. Grayscale: #4F4F4F. Windows color (decimal): -11382966 or 4869970. OLE color: 4869970.
HSL color Cylindrical-coordinate representation of color #524F4A: hue angle of 37.5º degrees, saturation: 0.05, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #524F4A is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 79 | 74 | - |
| CMYK | 0 | 0.04 | 0.10 | 0.68 |
| HSL | 37.5º | 0.05% | 0.31% | - |
| HSV(B) | 37.5º | 0.1% | 0.32% | - |
| XYZ | 7.51 | 7.88 | 7.6 | - |
| YUV | 79.33 | 124.99 | 129.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 79 | 74 | 0 | 0.04 | 0.10 | 0.68 | 37.5 | 0.05 | 0.31 |
| Hex | 52 | 4F | 4A | 0 | 4 | A | 44 | 26 | 5 | 1F |
| Octal | 122 | 117 | 112 | 0 | 4 | 12 | 104 | 46 | 5 | 37 |
| Binary | 1010010 | 1001111 | 1001010 | 0 | 100 | 1010 | 1000100 | 100110 | 101 | 11111 |
Color Harmonies of #524F4A
Complementary color
Monochromatic Colors of #524F4A
Black with #524F4A
Text Example
Text Example
White with #524F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524F4A; }
p { color: rgb(82,79,74); }
H1.HeaderClassName
{
color: #524F4A;
}
.AnyTagClassName
{
color: #524F4A;
}
</style>
background-color css
<style>
a { background-color: #524F4A; }
a { background-color: rgb(82,79,74); }
div.DivClassName
{
background-color: #524F4A;
}
.BgClassName
{
background-color: #524F4A;
}
</style>
border-color css
<style>
span { border-color: #524F4A; }
span { border-color: rgb(82,79,74); }
td.TdClassName
{
border-color: #524F4A;
}
.TagClassName
{
border-color: #524F4A;
}
</style>