Skip to content

#4f2f0b

a deep, electric orange · warm · closest name: Saddle Brown

RGB
79, 47, 11
HSL
32°, 76%, 18%
CMYK
0, 41, 86, 69
Luminance
0.0372

At a glance

Every number on this page in one read: what #4f2f0b is made of, how bright it looks, and which way it leans.

Hex
#4f2f0b
Hue
32°
orange
Saturation
76%
electric
Lightness
18%
deep
Brightness
31%
HSV value
Perceived
22%
weighted brightness
Luminance
0.0372
WCAG relative
Temperature
Warm
2/100 cool
Color family
Orange
Tone
Electric
Best ink
White
12.04:1
Closest name
Saddle Brown
ΔE2000 14.3
Where it sits
Hue32° of 360°
Saturation76%
Lightness18%
Temperature
Warm ← → Cool2% cool

Reads warm. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.

Every format

HEX#4f2f0b
RGBrgb(79, 47, 11)
HSLhsl(32, 76%, 18%)
CMYKcmyk(0%, 41%, 86%, 69%)
LABlab(22.7 11.3 27.6)
LCHlch(22.7 29.8 67.8)
OKLCHoklch(0.338 0.067 64.4)
Decimal5189387
Display P3color(display-p3 0.310 0.184 0.043)

Copy-ready code

/* CSS */
color: #4f2f0b;
background-color: #4f2f0b;
/* Tailwind (arbitrary) */
class="text-[#4f2f0b] bg-[#4f2f0b]"
/* SCSS */
$brand: #4f2f0b;
/* SwiftUI */
Color(red: 0.310, green: 0.184, blue: 0.043)
/* Android */
Color.parseColor("#4f2f0b")
/* Flutter */
Color(0xFF4F2F0B)
/* Python / OpenCV (BGR) */
(11, 47, 79)

Best text color

Only one of black and white can be right. This is the one, with the number that proves it.

Readable at a glance#ffffff on #4f2f0b · 12.04:1
Use #ffffffAAA at every size.
Aa
White text · 12.04:1 · recommended
AA pass · AA large pass · AAA pass
Aa
Black text · 1.74:1
AA fail · AA large fail · AAA fail
Reading the other direction: #4f2f0b as text scores 12.04:1 on white and 1.74:1 on black.

Accessibility — WCAG contrast

Aa
#4f2f0b on white: 12.04:1
AA ✓ pass · AA-large · AAA
Aa
#4f2f0b on black: 1.74:1
AA ✗ fail · AA-large · AAA
true color
protanopia · #393206
deuteranopia · #41390C
tritanopia · #572828

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #4f2f0b is pinned to step 950; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.

#FCF8F3
#F9F0E7
#F4DFC8
#F1C99C
#EAAF6B
#E4943A
#D7801E
#B36B19
#8F5514
#684013
#4f2f0b
Base = 950Lightest = 50 · #FCF8F3Darkest = 950 · #4f2f0b
:root {
  --brand-50: #FCF8F3;
  --brand-100: #F9F0E7;
  --brand-200: #F4DFC8;
  --brand-300: #F1C99C;
  --brand-400: #EAAF6B;
  --brand-500: #E4943A;
  --brand-600: #D7801E;
  --brand-700: #B36B19;
  --brand-800: #8F5514;
  --brand-900: #684013;
  --brand-950: #4f2f0b;
  --brand: #4f2f0b;
  --brand-ink: #ffffff;
}

Colors that work with #4f2f0b

Not a palette — a role sheet. Each swatch answers one question you will hit while building the component.

Text on it#ffffff
White wins here
Surface#FAF8F4
Tinted page background
Border#EDD8C0
Hairlines and dividers
Muted text#9B754B
Captions on the surface
Accent#093D51
Second voice, not a rival
Dark variant#704310
Hover, pressed, headers
Light variant#FCF3E9
Selected rows, tints
Dark surface#241D14
Dark-mode background
Light mode
Everything in its place

Surface, border, heading and body all derive from this one hue, so the screen stays coherent without a second palette.

Primary actionSecondaryBadge
Dark mode
Same hue, inverted

Lightness flips, hue holds. The accent stays the anchor in both themes.

Primary actionSecondaryAccent

How to use #4f2f0b

Derived from its contrast, chroma and lightness — not from taste.

Works well for
  • Body text and links on white
  • Primary buttons and calls to action
  • Focus rings, active and selected states
  • Headers, footers and dark-mode surfaces
  • Brand accents, badges and data highlights
Use with care
  • Text on black or near-black surfaces
  • Full-page backgrounds — tiring over long sessions
  • Black text placed on it
  • Pairing with a same-lightness hue — edges vibrate

Similar colors

One move away from this hex in each direction. Every swatch is its own page.

Color relationships

The wheel positions with their names attached, so you can grab the one you actually need.

Complementary#0B2B4F
Analogous left#4F0D0B
Analogous right#4D4F0B
Split-complement 1#0B4D4F
Split-complement 2#0D0B4F
Triadic 1#0B4F2F
Triadic 2#2F0B4F
Tetradic#0B4F0D

RGB percentages

Red31.0%
Green18.4%
Blue4.3%

CMYK percentages

Cyan0.0%
Magenta40.5%
Yellow86.1%
Key (black)69.0%

Color previews

#4f2f0b text on a black background

contrast 1.74:1

Card sample

#4f2f0b text on a white background

contrast 12.04:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

color: #4f2f0b;
Background color
Panel with #4f2f0b background
background-color: #4f2f0b;
Text shadow — hex

Glowing headline

text-shadow: 2px 2px 8px #4f2f0b;
Text shadow — RGB

Soft neon halo

text-shadow: 0 0 14px rgba(79, 47, 11, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 47, 11, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4f2f0b;
background: linear-gradient(135deg, #4f2f0b, #414F0B);

Monochromatic scale

Palettes built from #4f2f0b

Shades — darker

Tints — lighter

Color harmonies

Nearest named colors

Ranked with CIEDE2000 across all 139 CSS keywords. Under ΔE 2 the eye stops telling them apart; over ΔE 10 they are plainly different colors.

#4f2f0b in the real world

Where a color in this family tends to land, and the interface roles it is usually asked to play.

Industries
E-commerceFood deliveryLogisticsCreator tools
Common UI roles
ButtonsLinksFocus statesCharts
Print note

Sits outside most CMYK gamuts — expect a duller press result, or specify a spot ink.

#4f2f0b, answered

What color is #4f2f0b?

#4f2f0b is a deep electric orange, closest to Saddle Brown (ΔE2000 14.3). It sits at 32° on the hue wheel with 76% saturation and 18% lightness, which reads as warm.

What is the RGB value of #4f2f0b?

rgb(79, 47, 11) — 79 red, 47 green and 11 blue out of 255, or 31% / 18.4% / 4.3% by channel.

Is #4f2f0b a light or a dark color?

It is a dark color. Relative luminance is 0.0372 and perceived brightness is 22%, so white text on it reaches 12.04:1.

Should I use black or white text on #4f2f0b?

White. It scores 12.04:1 against #4f2f0b, versus 1.74:1 for black — AAA at any size.

What is the complementary color of #4f2f0b?

#0B2B4F sits directly opposite on the wheel. Softer options are the split-complements #0B4D4F and #0D0B4F, which give the same contrast with far less vibration.

What colors go well with #4f2f0b?

For interface work: #FAF8F4 as the surface, #EDD8C0 for borders, #9B754B for secondary text, #093D51 as an accent and #704310 for hover and pressed states. For a palette, the analogous pair #4F0D0B and #4D4F0B stays calm, while #0B2B4F is the loudest partner.

What is #4f2f0b in CMYK for printing?

cmyk(0%, 41%, 86%, 69%). This is a screen-to-ink approximation — a color this saturated sits outside most CMYK gamuts and will print duller than it looks here.

Is #4f2f0b warm or cool?

Warm — it scores 2 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #65350E; nudged cooler, #50490A.

Work with #4f2f0b in the Color Lab