Color: #746549

#746549 Color Information

#746549 is a dark color. The closest websafe version is #746549. A complement of this color would be #495874, perceived brightness is 0.40, and the grayscale version is #5E5E5E.

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

In a RGB color space, #746549 is composed of 45% red, 40% green and 29% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 13% magenta, 37% yellow and 55% black.

In the Yxy color space, this color is represented as Y: 13.62, x: 0.4057, and y: 0.4069.

Color Code #746549

#746549rgb(116, 101, 73)
HEX
#746549
RGB
rgb(116, 101, 73)
HSL
hsl(39, 23%, 37%)
HSV
hsv(39, 37%, 45%)
CMYK
0%, 13%, 37%, 55%
XYZ
X: 13.58, Y: 13.62, Z: 6.27
Lab
L: 43.68, a: 2.90, b: 18.21
Name

Shades of Color #746549

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

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

#746549rgb(116, 101, 73)

About #746549 Color Code

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

  • HEX: #746549
  • RGB: rgb(116, 101, 73)
  • HSL: hsl(39, 23%, 37%)
  • HSV: hsv(39, 37%, 45%)
  • CMYK: 0.00% cyan, 13.00% magenta, 37.00% yellow, 55.00% black
  • XYZ: 13.58, 13.62, 6.27
  • Yxy: 13.62, 0.4057, 0.4069
  • Hunter Lab: 43.68, 2.90, 18.21
  • CIE-Lab: 43.68, 2.90, 18.21

In the XYZ color space, this color is represented as X: 13.58, Y: 13.62, Z: 6.27. The Yxy representation further refines this as Y: 13.62, x: 0.4057, and y: 0.4069.

In the Hunter Lab color space, this color is represented as L: 43.68, a: 2.90, and b: 18.21. Similarly, in the CIE-Lab color space, it is represented as L: 43.68, a: 2.90, and b: 18.21.

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 #746549

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

Analogous Colors of #746549

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

Split Complementary Colors of #746549

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

Tetradic Colors of #746549

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

Monochromatic Colors of #746549

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

Complementary Color of #746549

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

/* Using HEX */
body {
  background-color: #746549;
}
/* Using RGB */
body {
  background-color: rgb(116, 101, 73);
}
/* Using RGB with opacity */
body {
  background-color: rgba(116, 101, 73, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(39, 23%, 37%);
}
/* Text color */
p {
  color: #746549;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #746549;
}
/* Border color */
.box {
  border: 4px solid #746549;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #746549;
}
Text Shadow Preview
/* Background with text */
div {
  background: #746549;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#746549
On Black Background
#746549
On White Background
#746549

HTML Examples of #746549

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

Related Colors of #746549

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