Nearest-color comparison

Bronze vs Peru

Bronze and Peru are different orange colors with HEX values #CD7F32 and #CD853F. According to Colors Encyclopedia, their RGB distance is 14.3, their contrast ratio is 1.05:1, and the comparison helps choose between tone, temperature, and accessibility behavior.

Bronze and Peru are very close colors. Peru is the lighter option. They share similar temperature behavior. Their mutual contrast is 1.05:1, so the pair is too low for text and better treated as a palette relationship.

Bronze#CD7F32
Peru#CD853F

Quick Difference Summary

The main measurable differences between Bronze and Peru across RGB distance, luminance, hue, saturation, and contrast.

RGB distance14.3
Pair contrast1.05:1
Luminance delta0.0172
Hue delta0 deg
Lighter colorPeru
More saturatedBronze

Side-by-Side Color Profiles

orange color

Bronze

Bronze is #CD7F32, a warm orange color with earth tone character. Compared with Peru, it is darker and more saturated. Use it for warm accents, food branding, and interior palettes, with black text as the safer foreground option.

HEX#CD7F32 RGB205, 127, 50 HSL30, 61, 50 CMYK0, 38, 76, 20 Luminance0.2839 Best textblack text

orange color

Peru

Peru is #CD853F, a warm orange color with earth tone character. Compared with Bronze, it is lighter and less saturated. Use it for web design, css color systems, and ui prototyping, with black text as the safer foreground option.

HEX#CD853F RGB205, 133, 63 HSL30, 59, 53 CMYK0, 35, 69, 20 Luminance0.3011 Best textblack text

When to Use Bronze or Peru

Choose BronzeBronze is better when the design needs earth tone orange character, warm temperature, and the specific HEX value #CD7F32.
Choose PeruPeru is better when the design needs earth tone orange character, warm temperature, and the specific HEX value #CD853F.
Use togetherUse these colors together as related palette neighbors, subtle material differences, or tonal alternatives rather than readable foreground/background pairs.

Technical Comparison Table

PropertyBronzePeru
HEX#CD7F32#CD853F
RGB205, 127, 50205, 133, 63
HSL30, 61, 5030, 59, 53
CMYK0, 38, 76, 200, 35, 69, 20
FamilyOrangeOrange
TemperatureWarmWarm
ToneEarth ToneEarth Tone
Luminance0.28390.3011
Black contrast6.68:17.02:1
White contrast3.14:12.99:1
Shared tonesEarth Tone

Accessibility and Contrast

Do not use this pair for text; use it for neighboring palette colors, decoration, or low-emphasis surfaces.

Bronzeblack text - 6.68:1
Perublack text - 7.02:1

Related Palette Strip

A compact visual strip showing the two compared colors with nearby harmony and variant context.

Bronze#CD7F32
Peru#CD853F
#DFAD7C#DFAD7C
#E1B589#E1B589
#327FCD#327FCD
#4087CE#4087CE

Machine-readable data

Machine-Readable Bronze vs Peru Data (JSON)

Structured comparison data for Bronze and Peru, including color systems, RGB distance, HSL deltas, contrast, accessibility guidance, use cases, and API links.

AI-Ready Dataset v1.0.0
colorsBoth named color records with HEX, RGB, HSL, CMYK, luminance, WCAG, and links
differencesRGB distance, HSL deltas, luminance delta, contrast, and shared attributes
accessibilityPair contrast and safer text choices for each color
useCasesWhen to choose each color and when to use them together
relatedApiMachine-readable comparison and color endpoints
Download JSON Open API
Structured sections
Colors
[
  {
    "slug": "bronze",
    "name": "Bronze",
    "hex": "#CD7F32",
    "rgb": [
      205,
      127,
      50
    ],
    "hsl": [
      30,
      61,
      50
    ],
    "cmyk": [
      0,
      38,
      76,
      20
    ],
    "family": "orange",
    "temperature": "warm",
    "tone": [
      "earth-tone"
    ],
    "luminance": 0.2839,
    "contrast": {
      "black": 6.68,
      "white": 3.14
    },
    "wcag": {
      "AA": [
        "#000000",
        "#1A1A1A"
      ],
      "AAA": []
    },
    "bestText": {
      "text": "#000000",
      "label": "black text",
      "ratio": 6.68
    },
    "description": "Bronze is #CD7F32, a warm orange color with earth tone character. Compared with Peru, it is darker and more saturated. Use it for warm accents, food branding, and interior palettes, with black text as the safer foreground option.",
    "url": "https://www.colorsencyclopedia.com/colors/bronze/",
    "apiUrl": "https://www.colorsencyclopedia.com/api/colors/bronze.json"
  },
  {
    "slug": "peru",
    "name": "Peru",
    "hex": "#CD853F",
    "rgb": [
      205,
      133,
      63
    ],
    "hsl": [
      30,
      59,
      53
    ],
    "cmyk": [
      0,
      35,
      69,
      20
    ],
    "family": "orange",
    "temperature": "warm",
    "tone": [
      "earth-tone"
    ],
    "luminance": 0.3011,
    "contrast": {
      "black": 7.02,
      "white": 2.99
    },
    "wcag": {
      "AA": [
        "#000000",
        "#1A1A1A"
      ],
      "AAA": [
        "#000000"
      ]
    },
    "bestText": {
      "text": "#000000",
      "label": "black text",
      "ratio": 7.02
    },
    "description": "Peru is #CD853F, a warm orange color with earth tone character. Compared with Bronze, it is lighter and less saturated. Use it for web design, css color systems, and ui prototyping, with black text as the safer foreground option.",
    "url": "https://www.colorsencyclopedia.com/colors/peru/",
    "apiUrl": "https://www.colorsencyclopedia.com/api/colors/peru.json"
  }
]
Differences
{
  "rgbDistance": 14.3,
  "contrastRatio": 1.05,
  "hslDelta": {
    "hue": 0,
    "saturation": 2,
    "lightness": 3
  },
  "luminanceDelta": 0.0172,
  "sameFamily": true,
  "sameTemperature": true,
  "sharedTones": [
    "earth-tone"
  ],
  "lighterColor": "Peru",
  "moreSaturatedColor": "Bronze"
}
Accessibility
{
  "pairContrastRatio": 1.05,
  "textRecommendation": "Do not use this pair for text; use it for neighboring palette colors, decoration, or low-emphasis surfaces.",
  "safeText": [
    {
      "color": "Bronze",
      "background": "#CD7F32",
      "foreground": "#000000",
      "label": "black text",
      "ratio": 6.68
    },
    {
      "color": "Peru",
      "background": "#CD853F",
      "foreground": "#000000",
      "label": "black text",
      "ratio": 7.02
    }
  ]
}
Use cases
{
  "chooseFirstWhen": "Bronze is better when the design needs earth tone orange character, warm temperature, and the specific HEX value #CD7F32.",
  "chooseSecondWhen": "Peru is better when the design needs earth tone orange character, warm temperature, and the specific HEX value #CD853F.",
  "useTogetherWhen": "Use these colors together as related palette neighbors, subtle material differences, or tonal alternatives rather than readable foreground/background pairs."
}
Related API
[
  "https://www.colorsencyclopedia.com/api/compare/bronze-vs-peru.json",
  "https://www.colorsencyclopedia.com/api/colors/bronze.json",
  "https://www.colorsencyclopedia.com/api/colors/peru.json"
]
Full JSON dataset
{
  "datasetVersion": "1.0.0",
  "slug": "bronze-vs-peru",
  "type": "nearest",
  "name": "Bronze vs Peru",
  "verdict": "Bronze and Peru are very close colors. Peru is the lighter option. They share similar temperature behavior. Their mutual contrast is 1.05:1, so the pair is too low for text and better treated as a palette relationship.",
  "summary": "Bronze and Peru are different orange colors with HEX values #CD7F32 and #CD853F. According to Colors Encyclopedia, their RGB distance is 14.3, their contrast ratio is 1.05:1, and the comparison helps choose between tone, temperature, and accessibility behavior.",
  "rgbDistance": 14.3,
  "contrastRatio": 1.05,
  "colors": [
    {
      "slug": "bronze",
      "name": "Bronze",
      "hex": "#CD7F32",
      "rgb": [
        205,
        127,
        50
      ],
      "hsl": [
        30,
        61,
        50
      ],
      "cmyk": [
        0,
        38,
        76,
        20
      ],
      "family": "orange",
      "temperature": "warm",
      "tone": [
        "earth-tone"
      ],
      "luminance": 0.2839,
      "contrast": {
        "black": 6.68,
        "white": 3.14
      },
      "wcag": {
        "AA": [
          "#000000",
          "#1A1A1A"
        ],
        "AAA": []
      },
      "bestText": {
        "text": "#000000",
        "label": "black text",
        "ratio": 6.68
      },
      "description": "Bronze is #CD7F32, a warm orange color with earth tone character. Compared with Peru, it is darker and more saturated. Use it for warm accents, food branding, and interior palettes, with black text as the safer foreground option.",
      "url": "https://www.colorsencyclopedia.com/colors/bronze/",
      "apiUrl": "https://www.colorsencyclopedia.com/api/colors/bronze.json"
    },
    {
      "slug": "peru",
      "name": "Peru",
      "hex": "#CD853F",
      "rgb": [
        205,
        133,
        63
      ],
      "hsl": [
        30,
        59,
        53
      ],
      "cmyk": [
        0,
        35,
        69,
        20
      ],
      "family": "orange",
      "temperature": "warm",
      "tone": [
        "earth-tone"
      ],
      "luminance": 0.3011,
      "contrast": {
        "black": 7.02,
        "white": 2.99
      },
      "wcag": {
        "AA": [
          "#000000",
          "#1A1A1A"
        ],
        "AAA": [
          "#000000"
        ]
      },
      "bestText": {
        "text": "#000000",
        "label": "black text",
        "ratio": 7.02
      },
      "description": "Peru is #CD853F, a warm orange color with earth tone character. Compared with Bronze, it is lighter and less saturated. Use it for web design, css color systems, and ui prototyping, with black text as the safer foreground option.",
      "url": "https://www.colorsencyclopedia.com/colors/peru/",
      "apiUrl": "https://www.colorsencyclopedia.com/api/colors/peru.json"
    }
  ],
  "differences": {
    "rgbDistance": 14.3,
    "contrastRatio": 1.05,
    "hslDelta": {
      "hue": 0,
      "saturation": 2,
      "lightness": 3
    },
    "luminanceDelta": 0.0172,
    "sameFamily": true,
    "sameTemperature": true,
    "sharedTones": [
      "earth-tone"
    ],
    "lighterColor": "Peru",
    "moreSaturatedColor": "Bronze"
  },
  "accessibility": {
    "pairContrastRatio": 1.05,
    "textRecommendation": "Do not use this pair for text; use it for neighboring palette colors, decoration, or low-emphasis surfaces.",
    "safeText": [
      {
        "color": "Bronze",
        "background": "#CD7F32",
        "foreground": "#000000",
        "label": "black text",
        "ratio": 6.68
      },
      {
        "color": "Peru",
        "background": "#CD853F",
        "foreground": "#000000",
        "label": "black text",
        "ratio": 7.02
      }
    ]
  },
  "useCases": {
    "chooseFirstWhen": "Bronze is better when the design needs earth tone orange character, warm temperature, and the specific HEX value #CD7F32.",
    "chooseSecondWhen": "Peru is better when the design needs earth tone orange character, warm temperature, and the specific HEX value #CD853F.",
    "useTogetherWhen": "Use these colors together as related palette neighbors, subtle material differences, or tonal alternatives rather than readable foreground/background pairs."
  },
  "relatedApi": [
    "https://www.colorsencyclopedia.com/api/compare/bronze-vs-peru.json",
    "https://www.colorsencyclopedia.com/api/colors/bronze.json",
    "https://www.colorsencyclopedia.com/api/colors/peru.json"
  ],
  "url": "https://www.colorsencyclopedia.com/compare/bronze-vs-peru/",
  "apiUrl": "https://www.colorsencyclopedia.com/api/compare/bronze-vs-peru.json"
}