Shades of Masala #575245
Tints of Masala #575245
RGB
CMYK
RGB Variations
Color information
#575245 (or 0x575245) is known color: Masala. HEX triplet: 57, 52 and 45. RGB value is (87,82,69). Sum of RGB (Red+Green+Blue) = 87+82+69=238 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.55% from 238); Green value is 82 (32.42% from 255 or 34.45% from 238); Blue value is 69 (27.34% from 255 or 28.99% from 238); Max value from RGB is 87 - color contains mainly: red. Hex color #575245 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575245 is #A8ADBA. Grayscale: #525252. Windows color (decimal): -11054523 or 4543063. OLE color: 4543063.
HSL color Cylindrical-coordinate representation of color #575245: hue angle of 43.33º degrees, saturation: 0.12, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #575245 is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 82 | 69 | - |
| CMYK | 0 | 0.06 | 0.21 | 0.66 |
| HSL | 43.33º | 0.12% | 0.31% | - |
| HSV(B) | 43.33º | 0.21% | 0.34% | - |
| XYZ | 8.02 | 8.49 | 6.85 | - |
| YUV | 82.01 | 120.66 | 131.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 82 | 69 | 0 | 0.06 | 0.21 | 0.66 | 43.33 | 0.12 | 0.31 |
| Hex | 57 | 52 | 45 | 0 | 6 | 15 | 42 | 2B | C | 1F |
| Octal | 127 | 122 | 105 | 0 | 6 | 25 | 102 | 53 | 14 | 37 |
| Binary | 1010111 | 1010010 | 1000101 | 0 | 110 | 10101 | 1000010 | 101011 | 1100 | 11111 |
Color Harmonies of #575245
Complementary color
Monochromatic Colors of #575245
Black with #575245
Text Example
Text Example
White with #575245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575245; }
p { color: rgb(87,82,69); }
H1.HeaderClassName
{
color: #575245;
}
.AnyTagClassName
{
color: #575245;
}
</style>
background-color css
<style>
a { background-color: #575245; }
a { background-color: rgb(87,82,69); }
div.DivClassName
{
background-color: #575245;
}
.BgClassName
{
background-color: #575245;
}
</style>
border-color css
<style>
span { border-color: #575245; }
span { border-color: rgb(87,82,69); }
td.TdClassName
{
border-color: #575245;
}
.TagClassName
{
border-color: #575245;
}
</style>