Bistre (#3D2B1F)

HEX, RGB, HSL, CMYK values + mood/style/use-case color tags. Use this page to keep your colors consistent across web and print.

Preview

Sample Text
This is how text may look on this color.
Best text color: #FFFFFF
Contrast vs white: 13.43:1 — vs black: 1.56:1

Color values

  • HEX #3D2B1F
  • RGB rgb(61, 43, 31)
  • HSL hsl(24, 49%, 23%)
  • CMYK cmyk( 0, 29.51, 49.18, 76.08 )
  • Websafe #333333

Tags

Tip: tags are heuristic suggestions (helpful for browsing and inspiration).

Color Harmonies

Colors that pair well with #3D2B1F based on color theory relationships.

Complementary

The color directly opposite on the color wheel — creates maximum contrast and vibrance.

Bistre
#3D2B1F Base
#1F313D
Analogous

Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.

Bistre
#3D2B1F Base
#3D1F22
#3D3A1F
Triadic

Three colors equally spaced 120° apart — bold, balanced, and visually rich.

Bistre
#3D2B1F Base
#1F3D2B
#2B1F3D
Split-Complementary

Two colors flanking the complement — high contrast with less tension than full complementary.

Bistre
#3D2B1F Base
#1F3D3A
#1F223D
Tetradic (Square)

Four colors at 90° intervals — rich variety, best when one color dominates.

Bistre
#3D2B1F Base
#223D1F
#1F313D
#3A1F3D
Monochromatic

Shades and tints of the same hue — cohesive, elegant, and easy to work with.

Bistre
#3D2B1F Base
#110C09
#221811
#583E2D
#704F39
#A27353
Shades & Tints

Darker shades and lighter tints of Bistre, generated by adjusting lightness while keeping the same hue and saturation.

Shades (darker)

#110C09
#1A120D
#231812
#2B1F16
#34251B
Bistre #3D2B1F Base
#715039
#A57454
#C29E86
#DCC8BA
#F6F1EE
CSS & SCSS Snippets

Ready-to-use code snippets for #3D2B1F. Click the copy button to copy any snippet to your clipboard.

CSS Properties
/* Background */
.element {
    background-color: #3D2B1F;
}

/* Text */
.element {
    color: #3D2B1F;
}

/* Border */
.element {
    border: 1px solid #3D2B1F;
}
CSS Gradient
/* Linear gradient to complementary */
.element {
    background: linear-gradient(
        to right,
        #3D2B1F,
        #1F435B
    );
}

/* Radial gradient */
.element {
    background: radial-gradient(
        circle,
        #3D2B1F,
        #1F435B
    );
}
SCSS Variable
// SCSS variable
$bistre: #3D2B1F;

// With RGB channels (useful for rgba() usage)
$bistre-r: 61;
$bistre-g: 43;
$bistre-b: 31;

// Usage
.element {
    background-color: $bistre;
    color: rgba($bistre-r, $bistre-g, $bistre-b, 0.8);
}
Color Blindness Simulation

How Bistre appears to people with different types of color vision deficiency.

Normal Vision #3D2B1F How the color appears with full color vision.
Deuteranopia #31311E Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
Protanopia #2D2D1F Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
Tritanopia #3E2A2A Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
Achromatopsia #2F2F2F Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
Similar Named Colors

The closest named colors to Bistre ranked by perceptual difference (Delta-E 2000 — lower = more similar).

Bistre #3D2B1F Base
Café Noir #4B3621 ΔE 5.33
Taupe #483C32 ΔE 6.17
Old Burgundy #43302E ΔE 6.23
Zinnwaldite Brown #2C1608 ΔE 6.83

How to use this color

  1. Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
  2. Use CMYK when preparing print assets (posters, packaging, brochures).
  3. Check contrast before using it for text or important UI elements.