CSS named colour

Sienna

#a0522d

A CSS named colour: sienna is valid anywhere a colour is expected.

RGB
rgb(160 82 45)
HSL
19°, 56%, 40%
OKLCh
52.6% 0.115 44.6

Open in the picker

Sienna in every format

Web & CSSThe everyday formats for stylesheets and design tools.

Hex#a0522d
RGBrgb(160 82 45)
RGB legacyrgb(160, 82, 45)
RGB percentrgb(62.75% 32.16% 17.65%)
HSLhsl(19.3 56.1% 40.2%)
HSL legacyhsl(19.3, 56.1%, 40.2%)
HSV / HSBhsv(19.3, 71.9%, 62.7%)
HWBhwb(19.3 17.6% 37.3%)
Nearest namesienna
CMYKcmyk(0%, 48.7%, 71.9%, 37.3%)Naive conversion. Real print work needs an ICC profile.

Perceptual & wide gamutModern CSS colour spaces for uniform scales and P3 displays.

OKLChoklch(52.648% 0.11512 44.604)Modern CSS colour space for even palettes — better than HSL when building scales.
OKLaboklab(52.648% 0.08196 0.08084)
CIE LChlch(44.275% 47.714 49.621)
CIE Lablab(44.275% 30.911 36.348)
Display P3color(display-p3 0.5875 0.3376 0.2091)
Rec. 2020color(rec2020 0.4892 0.2945 0.1491)
srgb-linearcolor(srgb-linear 0.3515 0.0844 0.0262)Light-linear sRGB — the same numbers a shader wants for maths.
CIE XYZ (D65)color(xyz-d65 0.1799 0.137 0.0418)

ShadersGLSL, HLSL and WGSL vectors in both encoded and linear form.

GLSL vec3 — sRGBvec3(0.627, 0.322, 0.176)Encoded values. Use when writing straight to the framebuffer.
GLSL vec3 — linearvec3(0.352, 0.084, 0.026)Light-linear values. Use for lighting, blending and mixing.
GLSL vec4 — sRGBvec4(0.627, 0.322, 0.176, 1.0)
GLSL vec4 — linearvec4(0.352, 0.084, 0.026, 1.0)
GLSL ivec3ivec3(160, 82, 45)
HLSL float3 — sRGBfloat3(0.627, 0.322, 0.176)
HLSL float3 — linearfloat3(0.352, 0.084, 0.026)
HLSL float4 — sRGBfloat4(0.627, 0.322, 0.176, 1.0)
HLSL half4 — sRGBhalf4(0.627, 0.322, 0.176, 1.0)
WGSL vec3f — sRGBvec3f(0.627, 0.322, 0.176)
WGSL vec4f — sRGBvec4f(0.627, 0.322, 0.176, 1.0)
WGSL vec3<f32> — linearvec3<f32>(0.352, 0.084, 0.026)

Engines & appsConstructors for Unity, Unreal, Godot, Flutter, SwiftUI and Android.

Unity Colornew Color(0.627f, 0.322f, 0.176f, 1.0f)Color for everyday scripting (0–1). Color32 when you need whole numbers from 0 to 255.
Unity Color32new Color32(160, 82, 45, 255)
Unreal FLinearColorFLinearColor(0.3515f, 0.0844f, 0.0262f, 1.0f)FLinearColor for materials and lighting. FColor when you need whole numbers from 0 to 255.
Unreal FColorFColor(160, 82, 45, 255)Whole numbers from 0 to 255 — use when an API asks for FColor, not FLinearColor.
Godot ColorColor(0.627, 0.322, 0.176, 1)
Flutter ColorColor(0xFFA0522D)Packed ARGB, so alpha comes first.
Android ColorColor.rgb(160, 82, 45)
SwiftUI ColorColor(red: 0.627, green: 0.322, blue: 0.176)
UIKit UIColorUIColor(red: 0.627, green: 0.322, blue: 0.176, alpha: 1)

Raw valuesPacked integers and plain arrays.

0x hex0xA0522D
0x hex (ARGB)0xFFA0522D
Array 0–1[0.627, 0.322, 0.176]
Array 0–255[160, 82, 45]
Decimal integer10506797

Contrast and accessibility

WCAG 2 ratios are what audits and legislation reference. APCA is shown alongside because WCAG 2 is known to misjudge mid-tone backgrounds, and it is the basis of the WCAG 3 draft.

PairingWCAG 2 ratioLevelAPCASuitable for
Sienna on white5.62:1AALc 78Body text, 18px and up
Sienna on black3.74:1AA LargeLc 24Not usable for text

Sienna text on a white background

Sienna text on a black background

White text on Sienna

Black text on Sienna

Tonal scale

Hue held fixed while lightness walks OKLCh, ready to use as a design system ramp.

  • 50#fff1e4
  • 100#ffe3d1
  • 200#ffccb0
  • 300#ffb08e
  • 400#e4926e
  • 500#c4734e
  • 600#a65a36
  • 700#8a4423
  • 800#723313
  • 900#5d2506
  • 950#3b0e00

Tints and shades

Mixed perceptually toward white and black, so the steps feel evenly spaced.

  • Tint 1#b16e50
  • Tint 2#c28b72
  • Tint 3#d2a794
  • Tint 4#e2c4b7
  • Tint 5#f1e1db
  • Shade 1#7d3e21
  • Shade 2#5b2c16
  • Shade 3#3b1a0b
  • Shade 4#1e0a03
  • Shade 5#050100

Colours that work with Sienna

Complementary, triadic and analogous partners, rotated in OKLCh so they keep the same apparent brightness.

  • #00779c
  • #007f59
  • #6460aa
  • #a24b56
  • #915f00

Closest CSS names

  • siennaexact match
  • saddlebrownΔEok 0.057
  • brownΔEok 0.078
  • firebrickΔEok 0.084
  • indianredΔEok 0.106
  • dimgrayΔEok 0.115