Gold Fusion (#85754E)
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: 4.51:1 — vs black: 4.65:1
Color values
-
HEX
#85754E -
RGB
rgb(133, 117, 78) -
HSL
hsl(42, 41%, 52%) -
CMYK
cmyk( 0, 12.03, 41.35, 47.84 )
Tags
Tip: tags are heuristic suggestions (helpful for browsing and inspiration).
Color Harmonies
Colors that pair well with #85754E based on color theory relationships.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#85754E
Base
#4E5E85
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#85754E
Base
#85594E
#79854E
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#85754E
Base
#4E8575
#754E85
Two colors flanking the complement — high contrast with less tension than full complementary.
#85754E
Base
#4E7985
#594E85
Four colors at 90° intervals — rich variety, best when one color dominates.
#85754E
Base
#4E8559
#4E5E85
#854E79
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#85754E
Base
#252015
#554B32
#6B5E3F
#9F8C5D
#AD9C73
#C9BEA3
Darker shades and lighter tints of Gold Fusion, generated by adjusting lightness while keeping the same hue and saturation.
Shades (darker)
#100E09
#272317
#3F3725
#564C33
#6E6040
#85754E
Base
#A59265
#B9AB87
#CDC3AA
#E1DBCC
#F6F4EF
Ready-to-use code snippets for #85754E. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #85754E;
}
/* Text */
.element {
color: #85754E;
}
/* Border */
.element {
border: 1px solid #85754E;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#85754E,
#5370B7
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#85754E,
#5370B7
);
}
// SCSS variable
$gold-fusion: #85754E;
// With RGB channels (useful for rgba() usage)
$gold-fusion-r: 133;
$gold-fusion-g: 117;
$gold-fusion-b: 78;
// Usage
.element {
background-color: $gold-fusion;
color: rgba($gold-fusion-r, $gold-fusion-g, $gold-fusion-b, 0.8);
}
How Gold Fusion appears to people with different types of color vision deficiency.
#85754E
How the color appears with full color vision.
#7A7A4D
Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
#77774E
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#887171
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#767676
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.