I am trying to use mix-blend-mode: multiply on Chrome but it doesn't work as expected: when I add magenta, cyan and yellow together it doesn't give me black but brown. In Safari, everything is working fine.
I tried the trick to add the following code :
html, body {
background-color: white;
}
But it does not change anything. Is there any other solution?
Thanks!

