Color: #45381D

#45381D Color Information

#45381D is a dark color. The closest websafe version is #45381D. A complement of this color would be #1D2944, perceived brightness is 0.22, and the grayscale version is #313131.

In the HSL color space, this color has a hue angle of 41°,a saturation of 41%, and a lightness of 19%.The HSV representation shows a hue of 41°, a saturation of 58%, and a value of 27%.

In a RGB color space, #45381D is composed of 27% red, 22% green and 11% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 19% magenta, 58% yellow and 73% black.

In the Yxy color space, this color is represented as Y: 4.23, x: 0.4351, and y: 0.4290.

Color Code #45381D

#45381Drgb(69, 56, 29)
HEX
#45381D
RGB
rgb(69, 56, 29)
HSL
hsl(41, 41%, 19%)
HSV
hsv(41, 58%, 27%)
CMYK
0%, 19%, 58%, 73%
XYZ
X: 4.29, Y: 4.23, Z: 1.34
Lab
L: 24.43, a: 2.96, b: 19.00
Name

Shades of Color #45381D

Shades are created by darkening the original color #45381D 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 #45381D

Tints are created by lightening the original color #45381D 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.

#45381Drgb(69, 56, 29)

About #45381D Color Code

In the HSL color space, this color has a hue angle of 41°, a saturation of 41%, and a lightness of 19%. The HSV representation shows a hue of 41°, a saturation of 58%, and a value of 27%.

  • HEX: #45381D
  • RGB: rgb(69, 56, 29)
  • HSL: hsl(41, 41%, 19%)
  • HSV: hsv(41, 58%, 27%)
  • CMYK: 0.00% cyan, 19.00% magenta, 58.00% yellow, 73.00% black
  • XYZ: 4.29, 4.23, 1.34
  • Yxy: 4.23, 0.4351, 0.4290
  • Hunter Lab: 24.43, 2.96, 19.00
  • CIE-Lab: 24.43, 2.96, 19.00

In the XYZ color space, this color is represented as X: 4.29, Y: 4.23, Z: 1.34. The Yxy representation further refines this as Y: 4.23, x: 0.4351, and y: 0.4290.

In the Hunter Lab color space, this color is represented as L: 24.43, a: 2.96, and b: 19.00. Similarly, in the CIE-Lab color space, it is represented as L: 24.43, a: 2.96, and b: 19.00.

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 #45381D

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

Analogous Colors of #45381D

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

Split Complementary Colors of #45381D

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

Tetradic Colors of #45381D

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

Monochromatic Colors of #45381D

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

Complementary Color of #45381D

The complementary color of #45381D 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 #45381D

/* Using HEX */
body {
  background-color: #45381d;
}
/* Using RGB */
body {
  background-color: rgb(69, 56, 29);
}
/* Using RGB with opacity */
body {
  background-color: rgba(69, 56, 29, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(41, 41%, 19%);
}
/* Text color */
p {
  color: #45381d;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #45381d;
}
/* Border color */
.box {
  border: 4px solid #45381d;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #45381d;
}
Text Shadow Preview
/* Background with text */
div {
  background: #45381d;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#45381D
On Black Background
#45381D
On White Background
#45381D

HTML Examples of #45381D

<!-- Using HEX -->
<div style="background-color: #45381d; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(69, 56, 29); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(69, 56, 29, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(41, 41%, 19%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #45381d;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #45381d; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #45381d; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #45381d;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #45381d; color: #fff; padding: 16px; border-radius: 8px;">
  #45381D
</div>
#45381D
On Black Background
#45381D
On White Background
#45381D

Related Colors of #45381D

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