Seal Brown (#59260B)
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: 12.30:1 — vs black: 1.71:1
Color values
-
HEX
#59260B -
RGB
rgb(89, 38, 11) -
HSL
hsl(20, 87%, 34%) -
CMYK
cmyk( 0, 57.3, 87.64, 65.1 )
Tags
Tip: tags are heuristic suggestions (helpful for browsing and inspiration).
Color Harmonies
Colors that pair well with #59260B based on color theory relationships.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#59260B
Base
#0B3E59
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#59260B
Base
#590B17
#594D0B
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#59260B
Base
#0B5926
#260B59
Two colors flanking the complement — high contrast with less tension than full complementary.
#59260B
Base
#0B594D
#0B1759
Four colors at 90° intervals — rich variety, best when one color dominates.
#59260B
Base
#17590B
#0B3E59
#4D0B59
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#59260B
Base
#170A03
#351607
#7D360F
#9D4313
#E1601C
Darker shades and lighter tints of Seal Brown, generated by adjusting lightness while keeping the same hue and saturation.
Shades (darker)
#170A03
#240F04
#311506
#3E1B08
#4C2009
#59260B
Base
#9D4313
#E2601C
#EB905F
#F4C0A4
#FCEFE8
Ready-to-use code snippets for #59260B. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #59260B;
}
/* Text */
.element {
color: #59260B;
}
/* Border */
.element {
border: 1px solid #59260B;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#59260B,
#0B71A7
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#59260B,
#0B71A7
);
}
// SCSS variable
$seal-brown: #59260B;
// With RGB channels (useful for rgba() usage)
$seal-brown-r: 89;
$seal-brown-g: 38;
$seal-brown-b: 11;
// Usage
.element {
background-color: $seal-brown;
color: rgba($seal-brown-r, $seal-brown-g, $seal-brown-b, 0.8);
}
How Seal Brown appears to people with different types of color vision deficiency.
#59260B
How the color appears with full color vision.
#3A3A05
Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
#2F2F0C
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#5A2424
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#353535
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.