Cordwood Color Hex Code

#594035

What is Cordwood Color Hex Code Color?

Cordwood Color Hex Code is a dark, desaturated, muted orange color with the hex code #594035. Its RGB value is rgb(89, 64, 53), meaning it contains 89 red, 64 green, and 53 blue light values. In the HSL color model, it has a hue of 18°, saturation of 25%, and lightness of 28%.

Cordwood Color Hex Code Color Codes

Here are all the color format codes for Cordwood Color Hex Code:

  • HEX: #594035
  • RGB: rgb(89, 64, 53)
  • HSL: hsl(18°, 25%, 28%)
  • CMYK: cmyk(0%, 28%, 40%, 65%)
  • Android/Flutter: Color(0xFF594035)
  • Swift UIColor: UIColor(red: 0.349, green: 0.251, blue: 0.208, alpha: 1.0)

Is Cordwood Color Hex Code Accessible?

Cordwood Color Hex Code (#594035) passes WCAG AA accessibility standards. It has a contrast ratio of 9.5:1 against white and 2.21:1 against black text. White text on this color passes WCAG AA for normal body text. It also meets WCAG AAA — the highest accessibility level.

How to Use Cordwood Color Hex Code in Design

Cordwood Color Hex Code is a dark orange tone that works well as a primary brand color, button color, or dark background in modern UI designs. Use lighter tints of this color to create depth and hierarchy in your layouts. In CSS, you can use it directly as color: #594035; or background-color: #594035;.

Cordwood Color Hex Code Shades and Tints

Shades of Cordwood Color Hex Code are created by mixing it with black, ranging from the original #594035 down to near-black #4f392f. Tints are made by adding white — from the base color up to near-white #f0e9e6. These variations help build complete design system palettes and Tailwind CSS color scales.

Cordwood Color Hex Code Color Harmonies

The complementary color of Cordwood Color Hex Code is #364f59. Its analogous colors are #595236 and #59363d. For a triadic palette, combine it with #365940 and #403659.

Frequently Asked Questions

What is the hex code for Cordwood Color Hex Code?

The hex code for Cordwood Color Hex Code is #594035.

What is the RGB value of Cordwood Color Hex Code?

The RGB value is rgb(89, 64, 53). Red channel: 89/255, Green: 64/255, Blue: 53/255.

Is Cordwood Color Hex Code good for web accessibility?

Cordwood Color Hex Code has a contrast ratio of 9.5:1 with white and 2.21:1 with black. It passes WCAG AA standards for normal text.

What colors go well with Cordwood Color Hex Code?

Cordwood Color Hex Code pairs well with its complementary color #364f59, analogous colors #595236 and #59363d, or neutral whites and grays for a clean, modern look.

How do I use Cordwood Color Hex Code in CSS?

Use it in CSS like this:
background-color: #594035;
color: #594035;
Or as a CSS variable: --color-primary: #594035;

HEX
#594035
RGB
rgb(89, 64, 53)
HSL
hsl(18°, 25%, 28%)
CMYK
cmyk(0%, 28%, 40%, 65%)
RGBA
rgba(89, 64, 53, 1)
HSLA
hsla(18, 25%, 28%, 1)
Android / Flutter
Color(0xFF594035)
Swift / UIColor
UIColor(r:0.35 g:0.25 b:0.21)
Hex 0x
0x594035
White text
9.5:1
AAAAA Large
Black text
2.21:1
FailFail Large

WCAG AA requires ≥4.5:1 for normal text, ≥3:1 for large text. AAA requires ≥7:1.

Contrast with white9.5:1
Contrast with black2.21:1
Sample text 21:1
+
=
50%
CSS Variables
/* Cordwood Color Hex Code */
--color-primary: #594035;
--color-primary-rgb: 89, 64, 53;
--color-primary-hsl: 18 25% 28%;
--color-primary-text: #ffffff;
Tailwind Config
// tailwind.config.js
colors: {
  'cordwood-color-hex-code': {
    DEFAULT: '#594035',
    100: '#ffffff',
    200: '#f0e9e6',
    300: '#e0d2cc',
    400: '#d1bcb3',
    500: '#c2a599',
    600: '#4f392f',
    700: '#453229',
    800: '#3b2b23',
    900: '#31241d',
    950: '#281c18',
  }
}
SCSS Map
$cordwood-color-hex-code: (
  'base': #594035,
  'light': #e0d2cc,
  'dark': #453229,
  'rgb': 89, 64, 53
);
Badge Outline Badge
AB
Cordwood Color Hex Code
#594035

A beautiful color used in modern design systems. Click to copy the hex code and use it in your projects.

Heading H1

Heading H2

Regular body text with a colored link inside. Lorem ipsum dolor sit amet, consectetur adipiscing elit.

Caption text or muted secondary copy. Used for descriptions and supplemental information.


Highlighted blockquote text using this color as an accent.

How this color appears to people with different types of color vision deficiency.

Normal — #594035
Deuteranopia — #505235
Protanopia — #4e4e35
Tritanopia — #593f3a
Achromatopsia — #464646

Cordwood Color Hex Code Color Palettes

#000000
#35271d
#362821
#44302c
#644635
#3e271d
#65382f
#7c4936
#9e5747
#9e6047
#312c2b
#473d38
#5b4f49
#8a6d60
#927a72
#5c523d
#767247
#8b805b
#9a8e65
#bfb988
#4e2f36
#64323a
#893b48
#a45c60
#b1898c
#5a2d1b
#98402a
#9a4837
#c66a39
#ce755f
#454545
#504f4e
#787878
#858180
#9c9c9c
#3b301c
#372a1a
#62472d
#745634
#af8f50
#311516
#402020
#5c2a2d
#763737
#91534b

Cordwood Color Hex Code Shades

#594035
#4f392f
#453229
#3b2b23
#31241d
#281c18
#1e1512
#140e0c
#0a0706
#000000

Cordwood Color Hex Code Tints

#594036
#735345
#8c6554
#a37866
#b38f80
#c2a599
#d1bcb3
#e0d2cc
#f0e9e6
#ffffff

Cordwood Color Hex Code Tones

#594036
#574138
#55423a
#53433c
#51433d
#4f443f
#4d4541
#4b4643
#494745
#474747

Cordwood Color Hex Code Gradients

Light fade linear-gradient(135deg, #594035, #f0e9e6)...
Dark fade linear-gradient(135deg, #594035, #4f392f)...
Complementary linear-gradient(135deg, #594035, #364f59)...
Triadic linear-gradient(135deg, #594035, #365940, #403659) ...
Saturation burst linear-gradient(135deg, #564239, #8f2b00) ...

Cordwood Color Hex Code Related Colors

Copied!