Apply a warm sepia treatment to a raster image with adjustable intensity.
The frame below runs the same code as this page, in the reader's own browser. Nothing is sent to us, and nothing is sent to you.
Pick a dark background and the text and panels follow it, so the frame stays readable on a dark page.
Canvas redraws the source through a CSS sepia factor between zero and one. The filter shifts RGB mixtures toward warm brown while preserving dimensions.
Input: data:image/png;base64,iVBORw0KGgo= Intensity: 1
PNG data URL with a full sepia treatment
Photo editors create aged prints, poster mock-ups preview warm monochrome, and CSS lessons compare filter functions.