Named color

Copper

Copper is an earth tone orange color with HEX #B87333. According to Colors Encyclopedia, it has RGB 184, 115, 51, HSL 29, 57%, 46%, warm temperature, and is useful for warm accents, food branding, and interior palettes.

HEX #B87333
RGB rgb(184, 115, 51)
HSL hsl(29 57% 46%)
CMYK cmyk(0, 38, 72, 28)
Luminance 0.2269
Contrast Black 5.54:1White 3.79:1

CSS Utilities

--color-copper: #B87333;
.bg-copper { background-color: #B87333; }
.text-copper { color: #B87333; }

Machine-readable data

Machine-Readable Color Data (JSON)

Perfect for CSS, design systems, automation, and AI ingestion.

AI-Ready Dataset v1.0.0
Luminance0.2269
Black text5.54:1AA Pass
White text3.79:1AA Fail
hexCanonical HEX value
rgbRed, green, blue channels
hslHue, saturation, lightness
cmykApproximate print conversion
wcagAA and AAA contrast options
harmoniesMathematical harmony sets
variantsGenerated tone variants
nearestColorsKnowledge graph neighbors
Download JSON Open API
Structured sections
Color systems
{
  "hex": "#B87333",
  "rgb": [
    184,
    115,
    51
  ],
  "hsl": [
    29,
    57,
    46
  ],
  "cmyk": [
    0,
    38,
    72,
    28
  ],
  "luminance": 0.2269,
  "contrast": {
    "black": 5.54,
    "white": 3.79
  }
}
WCAG
{
  "AA": [
    "#000000",
    "#1A1A1A"
  ],
  "AAA": []
}
Harmonies
{
  "complementary": "#3278B8",
  "analogous": [
    "#B83235",
    "#B8B632"
  ],
  "triadic": [
    "#32B873",
    "#7332B8"
  ],
  "tetradic": [
    "#35B832",
    "#3278B8",
    "#B632B8"
  ],
  "splitComplementary": [
    "#32B8B6",
    "#3235B8"
  ],
  "monochromatic": [
    "#D8A16F",
    "#B87333",
    "#70461F"
  ]
}
Variants
{
  "light": "#D8A16F",
  "dark": "#70461F",
  "saturated": "#D27219",
  "desaturated": "#9E744C",
  "pastel": "#D4B496",
  "neon": "#FF8614"
}
Pairings
{
  "best": [
    "#000000",
    "#3278B8",
    "#B83235",
    "#B8B632"
  ],
  "avoid": [
    "#9E744C",
    "#D8A16F"
  ],
  "neutral": [
    "#1A1A1A",
    "#F5F5F5",
    "#E8E8E4"
  ],
  "highContrast": [
    "#000000"
  ],
  "lowContrast": [
    "#D8A16F",
    "#9E744C"
  ]
}
Knowledge graph
{
  "nearestColors": [
    "polished-copper",
    "adobe",
    "bronze",
    "desert-clay",
    "ochre"
  ],
  "generatedPalettes": [
    "copper"
  ],
  "generatedComparisons": [
    "copper-vs-adobe",
    "copper-vs-polished-copper"
  ],
  "relatedFamilies": [
    "/colors/by-family/orange",
    "/colors/by-temperature/warm",
    "/colors/by-tone/earth-tone"
  ],
  "relatedTools": [
    "/harmonies/copper",
    "/wcag/copper",
    "/css/colors/copper",
    "/hex/b87333"
  ],
  "semanticRelations": {
    "broader": [
      "/colors/by-family/orange",
      "/colors/by-temperature/warm",
      "/colors/by-tone/earth-tone"
    ],
    "narrower": [
      "/palettes/copper"
    ],
    "related": [
      "/colors/polished-copper",
      "/colors/adobe",
      "/colors/bronze",
      "/colors/desert-clay",
      "/colors/ochre",
      "/compare/copper-vs-adobe",
      "/compare/copper-vs-polished-copper",
      "/harmonies/copper",
      "/wcag/copper",
      "/css/colors/copper",
      "/hex/b87333"
    ]
  }
}
Full JSON dataset
{
  "slug": "copper",
  "name": "Copper",
  "hex": "#B87333",
  "uses": [
    "warm accents",
    "food branding",
    "interior palettes"
  ],
  "psychology": {
    "associations": [
      "warmth",
      "comfort",
      "approachability"
    ],
    "contexts": [
      "hospitality",
      "craft",
      "food",
      "home decor"
    ],
    "avoidIn": [
      "cold technical interfaces"
    ]
  },
  "aliases": [],
  "sourceType": "curated",
  "confidence": "medium",
  "reviewStatus": "manual",
  "sourceUrl": "https://www.colorsencyclopedia.com/assets/colors.json",
  "origin": {
    "type": "common",
    "notes": "Curated common color reference used in design and editorial color systems."
  },
  "family": "orange",
  "temperature": "warm",
  "tone": [
    "earth-tone"
  ],
  "editorialNotes": "Curated internal color record with computed technical properties.",
  "tags": [
    "orange",
    "warm",
    "earth-tone",
    "warm-accents",
    "food-branding",
    "interior-palettes",
    "warmth",
    "comfort",
    "approachability"
  ],
  "popularity": 84,
  "rgb": [
    184,
    115,
    51
  ],
  "hsl": [
    29,
    57,
    46
  ],
  "cmyk": [
    0,
    38,
    72,
    28
  ],
  "luminance": 0.2269,
  "contrast": {
    "black": 5.54,
    "white": 3.79
  },
  "harmonies": {
    "complementary": "#3278B8",
    "analogous": [
      "#B83235",
      "#B8B632"
    ],
    "triadic": [
      "#32B873",
      "#7332B8"
    ],
    "tetradic": [
      "#35B832",
      "#3278B8",
      "#B632B8"
    ],
    "splitComplementary": [
      "#32B8B6",
      "#3235B8"
    ],
    "monochromatic": [
      "#D8A16F",
      "#B87333",
      "#70461F"
    ]
  },
  "variants": {
    "light": "#D8A16F",
    "dark": "#70461F",
    "saturated": "#D27219",
    "desaturated": "#9E744C",
    "pastel": "#D4B496",
    "neon": "#FF8614"
  },
  "wcag": {
    "AA": [
      "#000000",
      "#1A1A1A"
    ],
    "AAA": []
  },
  "css": {
    "variable": "--color-copper: #B87333;",
    "utility": ".bg-copper { background-color: #B87333; }",
    "textUtility": ".text-copper { color: #B87333; }"
  },
  "nearestColors": [
    "polished-copper",
    "adobe",
    "bronze",
    "desert-clay",
    "ochre"
  ],
  "generatedPalettes": [
    "copper"
  ],
  "generatedComparisons": [
    "copper-vs-adobe",
    "copper-vs-polished-copper"
  ],
  "relatedFamilies": [
    "/colors/by-family/orange",
    "/colors/by-temperature/warm",
    "/colors/by-tone/earth-tone"
  ],
  "relatedTools": [
    "/harmonies/copper",
    "/wcag/copper",
    "/css/colors/copper",
    "/hex/b87333"
  ],
  "semanticRelations": {
    "broader": [
      "/colors/by-family/orange",
      "/colors/by-temperature/warm",
      "/colors/by-tone/earth-tone"
    ],
    "narrower": [
      "/palettes/copper"
    ],
    "related": [
      "/colors/polished-copper",
      "/colors/adobe",
      "/colors/bronze",
      "/colors/desert-clay",
      "/colors/ochre",
      "/compare/copper-vs-adobe",
      "/compare/copper-vs-polished-copper",
      "/harmonies/copper",
      "/wcag/copper",
      "/css/colors/copper",
      "/hex/b87333"
    ]
  },
  "pairings": {
    "best": [
      "#000000",
      "#3278B8",
      "#B83235",
      "#B8B632"
    ],
    "avoid": [
      "#9E744C",
      "#D8A16F"
    ],
    "neutral": [
      "#1A1A1A",
      "#F5F5F5",
      "#E8E8E4"
    ],
    "highContrast": [
      "#000000"
    ],
    "lowContrast": [
      "#D8A16F",
      "#9E744C"
    ]
  }
}

Color meaning and use

About Copper Color

Copper sits in the orange family with warm temperature and earth tone visual character. Copper is a commonly used color name in design references, palettes, and editorial color systems.

Its common associations include warmth, comfort, and approachability, which makes it relevant for hospitality and craft. In design work, Copper is most useful for warm accents, food branding, and interior palettes, especially when paired with black text for stronger contrast.

WCAG Accessibility

Contrast checks for Copper against black and white text.

Black text5.54:1AA Pass
White text3.79:1AA Fail
AA text options#000000, #1A1A1A
AAA text optionsNone in seed set

Similar Colors

Color Harmonies

#3278B8#3278B8
#B83235#B83235
#B8B632#B8B632
#32B873#32B873
#7332B8#7332B8

Variants

#D8A16F#D8A16F
#70461F#70461F
#D27219#D27219
#9E744C#9E744C
#D4B496#D4B496
#FF8614#FF8614

Pairings

Black#000000
#3278B8#3278B8
#B83235#B83235
#B8B632#B8B632
Matte Black#1A1A1A
White Smoke#F5F5F5