Color: #5E4639

#5E4639 Color Information

#5E4639 is a dark color. The closest websafe version is #5E4639. A complement of this color would be #395260, perceived brightness is 0.30, and the grayscale version is #4C4C4C.

In the HSL color space, this color has a hue angle of 21°,a saturation of 25%, and a lightness of 30%.The HSV representation shows a hue of 21°, a saturation of 39%, and a value of 37%.

In a RGB color space, #5E4639 is composed of 37% red, 27% green and 22% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 26% magenta, 39% yellow and 63% black.

In the Yxy color space, this color is represented as Y: 7.13, x: 0.4200, and y: 0.3829.

Color Code #5E4639

#5E4639rgb(94, 70, 57)
HEX
#5E4639
RGB
rgb(94, 70, 57)
HSL
hsl(21, 25%, 30%)
HSV
hsv(21, 39%, 37%)
CMYK
0%, 26%, 39%, 63%
XYZ
X: 7.82, Y: 7.13, Z: 3.67
Lab
L: 32.10, a: 9.15, b: 12.05
Name

Shades of Color #5E4639

Shades are created by darkening the original color #5E4639 in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.

Tints of Color #5E4639

Tints are created by lightening the original color #5E4639 in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.

#5E4639rgb(94, 70, 57)

About #5E4639 Color Code

In the HSL color space, this color has a hue angle of 21°, a saturation of 25%, and a lightness of 30%. The HSV representation shows a hue of 21°, a saturation of 39%, and a value of 37%.

  • HEX: #5E4639
  • RGB: rgb(94, 70, 57)
  • HSL: hsl(21, 25%, 30%)
  • HSV: hsv(21, 39%, 37%)
  • CMYK: 0.00% cyan, 26.00% magenta, 39.00% yellow, 63.00% black
  • XYZ: 7.82, 7.13, 3.67
  • Yxy: 7.13, 0.4200, 0.3829
  • Hunter Lab: 32.10, 9.15, 12.05
  • CIE-Lab: 32.10, 9.15, 12.05

In the XYZ color space, this color is represented as X: 7.82, Y: 7.13, Z: 3.67. The Yxy representation further refines this as Y: 7.13, x: 0.4200, and y: 0.3829.

In the Hunter Lab color space, this color is represented as L: 32.10, a: 9.15, and b: 12.05. Similarly, in the CIE-Lab color space, it is represented as L: 32.10, a: 9.15, and b: 12.05.

Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.

Triadic Colors of #5E4639

Triadic colors are three colors evenly spaced around the color wheel, including #5E4639. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.

Analogous Colors of #5E4639

Analogous colors are adjacent to #5E4639 on the color wheel. They create harmonious and visually pleasing designs, ideal for projects that need a cohesive look.

Split Complementary Colors of #5E4639

Split complementary colors are two colors adjacent to the complementary color of #5E4639. They create a balanced and visually appealing color scheme.

Tetradic Colors of #5E4639

Tetradic colors form a rectangle on the color wheel, including #5E4639. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #5E4639

Monochromatic colors are variations of #5E4639, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.

Complementary Color of #5E4639

The complementary color of #5E4639 is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.

CSS Examples of #5E4639

/* Using HEX */
body {
  background-color: #5e4639;
}
/* Using RGB */
body {
  background-color: rgb(94, 70, 57);
}
/* Using RGB with opacity */
body {
  background-color: rgba(94, 70, 57, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(21, 25%, 30%);
}
/* Text color */
p {
  color: #5e4639;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #5e4639;
}
/* Border color */
.box {
  border: 4px solid #5e4639;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #5e4639;
}
Text Shadow Preview
/* Background with text */
div {
  background: #5e4639;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#5E4639
On Black Background
#5E4639
On White Background
#5E4639

HTML Examples of #5E4639

<!-- Using HEX -->
<div style="background-color: #5e4639; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(94, 70, 57); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(94, 70, 57, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(21, 25%, 30%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #5e4639;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #5e4639; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #5e4639; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #5e4639;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #5e4639; color: #fff; padding: 16px; border-radius: 8px;">
  #5E4639
</div>
#5E4639
On Black Background
#5E4639
On White Background
#5E4639

Related Colors of #5E4639

These colors are similar to #5E4639, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.