Princeton Orange#FF7F11
Seal Brown#4B2E00
Rich Black#101010
Goldenrod#DAA520
Khaki Web#C7A17A
Palette direction

Orange Black Brown Color Palette

This palette is inspired by the dynamic and bold contrasts in the image, balancing vivid orange with deep black and natural browns to create a visually impactful and versatile identity. It combines a triadic harmony of orange, brown, and black that establishes clear recognition, with complementary support colors that are warm and earthy to convey strength and elegance.

MonochromaticCreativeorangeblackbrownwarm
palette-preview.example
Creative color direction

Orange Black Brown Color Palette

This palette is inspired by the dynamic and bold contrasts in the image, balancing vivid orange with deep black and natural browns to create a visually impactful and versatile identity. It combines a triadic harmony of orange, brown, and black that establishes clear recognition, with complementary support colors that are warm and earthy to convey strength and elegance.

Explore the color system
Logo contrast guide

Logo color pairings

ColorFly checks the palette colors against each other and suggests the clearest logo/background combinations.

Logo White #FFFFFFon Rich Black #10101019.0:1 Excellent
Logo Rich Black #101010on Princeton Orange #FF7F117.5:1 Excellent
Logo Rich Black #101010on White #FFFFFF19.0:1 Excellent
Logo Rich Black #101010on Goldenrod #DAA5208.5:1 Excellent
Icon color
BackgroundPrinceton Orange#FF7F11TextRaisin Black#1A1A1A
Primary Button6.88:1
AA

Best for the main action users should notice first.

BackgroundSeal Brown#4B2E00TextWhite#FFFFFF
Secondary Button12.43:1
AAA

Useful for softer choices and secondary paths.

BackgroundKhaki Web#C7A17ATextPrinceton Orange#FF7F11
Outlined Button1.06:1
Low

Good for lower-emphasis actions on light surfaces.

BackgroundKhaki Web#C7A17ATextPrinceton Orange#FF7F11
Text Button1.06:1
Low

A quiet action for links, navigation, and inline decisions.

Palette composition8 colorsMonochromatic color relationship
9:41Orange Black Brown Color Palette Color role balance
Monochromatic system
60% DominantNeutrals

Backgrounds, large surfaces, whitespace, and reading comfort.

30% SecondarySupport colors

Sections, secondary UI, illustrations, and repeated brand moments.

10% AccentMain colors

High-attention moments like primary actions and memorable highlights.

COrange Black Brown Color PaletteCreative brand direction ColorFly.design
Strategic palette preview
Why it works

A usable
color system.

The orange, brown, and black main colors form a triadic harmony that balances vibrancy with grounded darkness, creating a recognizable and bold brand expression.

Clear roles create a consistent brand experience.

Color Roles and Usage Map

Assign existing palette colors to brand, typography, and interface roles.

Brand identity

LogoUsed for logo marks and core brand symbols.Princeton Orange #FF7F11
HeadlineUsed for main titles and key messages.Princeton Orange #FF7F11
LinkUsed for links and interactive text.Princeton Orange #FF7F11

Buttons

Primary Button
BackgroundPrinceton Orange #FF7F11
TextRaisin Black #1A1A1A
Secondary Button
BackgroundSeal Brown #4B2E00
TextWhite #FFFFFF
Outlined Button
BackgroundPrinceton Orange #FF7F11
TextPrinceton Orange #FF7F11

Interface

TextDefault readable body text.Raisin Black #1A1A1A
Bg LightLight page or section background.Khaki Web #C7A17A
Bg DarkDark page or section background.Rich Black #101010
IconSmall interface icons and marks.Goldenrod #DAA520
BorderCards, inputs, and component borders.Goldenrod #DAA520
DividerSubtle separators between content.Goldenrod #DAA520
OutlineFocus rings and emphasis outlines.Goldenrod #DAA520

Palette Colors

A compact view of the brand, support, and neutral colors that make up this system.

Main (Brand) Colors

The orange, brown, and black main colors form a triadic harmony that balances vibrancy with grounded darkness, creating a recognizable and bold brand expression.

PrimaryPrinceton Orange

RolesLogo, Link, Btn Primary Bg, Btn Outlined Border, Btn Outlined Text, Headline

Princeton Orange adds energetic warmth and visibility, making it an ideal primary color for engagement and attention.

HEX#FF7F11
RGB255, 127, 17
HSL28, 100, 53
CMYK0, 50, 93, 0
SecondarySeal Brown

RolesBtn Secondary Bg

Seal Brown provides a natural, grounded tone that balances the brightness of the orange with a rich, earthy depth.

HEX#4B2E00
RGB75, 46, 0
HSL37, 100, 15
CMYK0, 39, 100, 71
TertiaryRich Black

RolesBg Dark

Rich Black ensures strong legibility and contrast, anchoring the palette with sophistication and clarity.

HEX#101010
RGB16, 16, 16
HSL0, 0, 6
CMYK0, 0, 0, 94

Support Colors

The support colors are warm and textured shades that complement and soften the strong main colors, extending usability for icons, borders, and backgrounds without competing visually.

Goldenrod

RolesIcon, Border, Divider, Outline

Goldenrod echoes the orange warmth in a subtler way, providing delicacy for accents such as icons and borders.

HEX#DAA520
RGB218, 165, 32
HSL43, 74, 49
CMYK0, 24, 85, 15
Khaki Web

RolesBg Light

Khaki Web is a soft, muted beige that offers a light neutral background complementing the palette's warm tones.

HEX#C7A17A
RGB199, 161, 122
HSL30, 41, 63
CMYK0, 19, 39, 22

Neutral Colors

Utility colors for backgrounds, text, borders, and balance.

White

RolesBtn Secondary Text

HEX#FFFFFF
RGB255, 255, 255
HSL0, 0, 100
CMYK0, 0, 0, 0
Cultured
HEX#F8F8F8
RGB248, 248, 248
HSL0, 0, 97
CMYK0, 0, 0, 3
Raisin Black

RolesText, Btn Primary Text

HEX#1A1A1A
RGB26, 26, 26
HSL0, 0, 10
CMYK0, 0, 0, 90

Export and Handoff

Copy palette values for design systems, websites, and client handoff.

Color tokens

Use these in CSS when you want every raw palette color available by name. Best for websites, landing pages, and design system variables.

Use when: you need the actual colors.
:root {
  --color-princeton-orange: #FF7F11;
  --color-seal-brown: #4B2E00;
  --color-rich-black: #101010;
  --color-goldenrod: #DAA520;
  --color-khaki-web: #C7A17A;
  --color-white: #FFFFFF;
  --color-cultured: #F8F8F8;
  --color-raisin-black: #1A1A1A;
}

Role tokens

Use these in CSS when colors are assigned to practical jobs like text, buttons, borders, links, and backgrounds.

Use when: you need UI roles, not just swatches.
:root {
  --role-logo: #FF7F11;
  --role-link: #FF7F11;
  --role-btn-primary-bg: #FF7F11;
  --role-btn-outlined-border: #FF7F11;
  --role-btn-outlined-text: #FF7F11;
  --role-headline: #FF7F11;
  --role-btn-secondary-bg: #4B2E00;
  --role-bg-dark: #101010;
  --role-icon: #DAA520;
  --role-border: #DAA520;
  --role-divider: #DAA520;
  --role-outline: #DAA520;
  --role-bg-light: #C7A17A;
  --role-btn-secondary-text: #FFFFFF;
  --role-text: #1A1A1A;
  --role-btn-primary-text: #1A1A1A;
}

JSON

Use this structured palette data in apps, generators, plugins, or tools that need to read the palette programmatically.

Use when: a developer or app needs data.
{
    "princeton-orange": "#FF7F11",
    "seal-brown": "#4B2E00",
    "rich-black": "#101010",
    "goldenrod": "#DAA520",
    "khaki-web": "#C7A17A",
    "white": "#FFFFFF",
    "cultured": "#F8F8F8",
    "raisin-black": "#1A1A1A"
}
Press Space to load new palette