Munsell Color Approximator

Approximate sRGB from a Munsell hue/value/chroma notation.

Open tool

Overview

The Munsell Color Approximator takes a Munsell notation — hue letter, value (lightness) and chroma (saturation), for example 5R 6/12 — and returns the closest sRGB hex it can render. The reverse direction is also supported: paste a hex and the tool reports the nearest Munsell triple.

It is aimed at horticulturists, soil scientists, art conservators, geologists and anyone working with physical samples that ship with Munsell call-outs. Web developers occasionally need it when porting a historical or scientific palette into a digital styleguide.

How it works

The Munsell renotation system is a sparse, empirically-measured lookup table — colours were originally specified by careful observation rather than a formula. The approximator interpolates between the published Munsell renotation samples and the standard sRGB white point (Illuminant C, 2° observer) and bilinearly interpolates value and chroma within each hue family.

Because Munsell extends well outside the sRGB gamut, especially at high chroma, many notations have no exact hex equivalent. The tool clamps to the nearest displayable colour and reports a clipping flag whenever the requested chroma exceeded sRGB's range for the chosen hue and value.

Examples

5R 6/12   → #d2554f   (saturated red)
7.5Y 8/8  → #d6b85a   (warm yellow)
10GY 5/4  → #7a8a4f   (olive green)
N 5/      → #7c7c7c   (neutral grey at value 5)

FAQ

Why is Munsell still used?

It is intuitive and tied to physical reference books. Soil scientists, for example, identify horizons by holding a sample next to a Munsell page. Translating those notations to sRGB hex makes the same references usable on the web.

What does the N prefix mean?

N is the Munsell notation for neutral colours — pure greys at a given value with zero chroma. There is no hue letter because the colour lies on the central axis of the colour solid.

Why is the rendered colour duller than my physical chip?

Most printed Munsell chips are designed with pigments that exceed the sRGB gamut, especially at chroma 12 and above. The approximator desaturates to the closest displayable colour, which inevitably looks duller on screen.

Can I round-trip hex → Munsell → hex?

Approximately, yes. The lookup is bidirectional, but quantisation at each step means the returned hex will be within roughly one ΔE-2000 unit of the original, not identical.

Try Munsell Color Approximator

An unhandled error has occurred. Reload ×