Metallic Sunburst (#9C7C38)

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: #000000
Contrast vs white: 3.92:1 — vs black: 5.35:1

Color values

  • HEX #9C7C38
  • RGB rgb(156, 124, 56)
  • HSL hsl(40, 64%, 61%)
  • CMYK cmyk( 0, 20.51, 64.1, 38.82 )

Tags

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

Color Harmonies

Colors that pair well with #9C7C38 based on color theory relationships.

Complementary

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

Metallic Sunburst
#9C7C38 Base
#38589C
Analogous

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

Metallic Sunburst
#9C7C38 Base
#9C4A38
#8A9C38
Triadic

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

Metallic Sunburst
#9C7C38 Base
#389C7C
#7C389C
Split-Complementary

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

Metallic Sunburst
#9C7C38 Base
#388A9C
#4A389C
Tetradic (Square)

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

Metallic Sunburst
#9C7C38 Base
#389C4A
#38589C
#9C388A
Monochromatic

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

Metallic Sunburst
#9C7C38 Base
#2B2310
#644F24
#7E642D
#BA9443
#C4A35C
#D9C394
Shades & Tints

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

Shades (darker)

#130F07
#2E2511
#4A3B1A
#655024
#81662E
Metallic Sunburst #9C7C38 Base
#BF9A4C
#CDB174
#DBC79C
#EADEC4
#F8F4EC
CSS & SCSS Snippets

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

CSS Properties
/* Background */
.element {
    background-color: #9C7C38;
}

/* Text */
.element {
    color: #9C7C38;
}

/* Border */
.element {
    border: 1px solid #9C7C38;
}
CSS Gradient
/* Linear gradient to complementary */
.element {
    background: linear-gradient(
        to right,
        #9C7C38,
        #5D85DB
    );
}

/* Radial gradient */
.element {
    background: radial-gradient(
        circle,
        #9C7C38,
        #5D85DB
    );
}
SCSS Variable
// SCSS variable
$metallic-sunburst: #9C7C38;

// With RGB channels (useful for rgba() usage)
$metallic-sunburst-r: 156;
$metallic-sunburst-g: 124;
$metallic-sunburst-b: 56;

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

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

Normal Vision #9C7C38 How the color appears with full color vision.
Deuteranopia #868636 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 #808038 Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
Tritanopia #A17676 Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
Achromatopsia #808080 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 Metallic Sunburst ranked by perceptual difference (Delta-E 2000 — lower = more similar).

Metallic Sunburst #9C7C38 Base
Drab #967117 ΔE 5.04
Dark Tan #918151 ΔE 6.35
Old Moss Green #867E36 ΔE 8.37

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.