Pastel Brown (#836953)
HEX, RGB, HSL, CMYK values + mood/style/use-case color tags. Use this page to keep your colors consistent across web and print.
Preview
Contrast vs white: 5.11:1 — vs black: 4.11:1
Color values
-
HEX
#836953 -
RGB
rgb(131, 105, 83) -
HSL
hsl(27, 36%, 51%) -
CMYK
cmyk( 0, 19.85, 36.64, 48.63 ) -
Websafe
#996666
Tags
Tip: tags are heuristic suggestions (helpful for browsing and inspiration).
Color Harmonies
Colors that pair well with #836953 based on color theory relationships.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#836953
Base
#536D83
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#836953
Base
#835355
#838153
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#836953
Base
#538369
#695383
Two colors flanking the complement — high contrast with less tension than full complementary.
#836953
Base
#538381
#535583
Four colors at 90° intervals — rich variety, best when one color dominates.
#836953
Base
#558353
#536D83
#815383
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#836953
Base
#251E18
#544335
#6A5543
#9C7D63
#AA8F79
#C8B6A7
Darker shades and lighter tints of Pastel Brown, generated by adjusting lightness while keeping the same hue and saturation.
Shades (darker)
#100D0A
#271F19
#3E3127
#554436
#6C5744
#836953
Base
#A1846B
#B69F8C
#CBBBAD
#E0D6CE
#F5F2EF
Ready-to-use code snippets for #836953. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #836953;
}
/* Text */
.element {
color: #836953;
}
/* Border */
.element {
border: 1px solid #836953;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#836953,
#5687B0
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#836953,
#5687B0
);
}
// SCSS variable
$pastel-brown: #836953;
// With RGB channels (useful for rgba() usage)
$pastel-brown-r: 131;
$pastel-brown-g: 105;
$pastel-brown-b: 83;
// Usage
.element {
background-color: $pastel-brown;
color: rgba($pastel-brown-r, $pastel-brown-g, $pastel-brown-b, 0.8);
}
How Pastel Brown appears to people with different types of color vision deficiency.
#836953
How the color appears with full color vision.
#717152
Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
#6C6C53
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#856767
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#6E6E6E
Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
How to use this color
- Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
- Use CMYK when preparing print assets (posters, packaging, brochures).
- Check contrast before using it for text or important UI elements.