Color: #CD732B

#CD732B Color Information

#CD732B is a light color. The closest websafe version is #CD732B. A complement of this color would be #2C85CE, perceived brightness is 0.52, and the grayscale version is #7C7C7C.

In the HSL color space, this color has a hue angle of 27°,a saturation of 65%, and a lightness of 49%.The HSV representation shows a hue of 27°, a saturation of 79%, and a value of 80%.

In a RGB color space, #CD732B is composed of 80% red, 45% green and 17% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 44% magenta, 79% yellow and 20% black.

In the Yxy color space, this color is represented as Y: 26.02, x: 0.5259, and y: 0.4076.

Color Code #CD732B

#CD732Brgb(205, 115, 43)
HEX
#CD732B
RGB
rgb(205, 115, 43)
HSL
hsl(27, 65%, 49%)
HSV
hsv(27, 79%, 80%)
CMYK
0%, 44%, 79%, 20%
XYZ
X: 33.57, Y: 26.02, Z: 4.24
Lab
L: 58.06, a: 32.53, b: 53.33
Name

Shades of Color #CD732B

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

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

#CD732Brgb(205, 115, 43)

About #CD732B Color Code

In the HSL color space, this color has a hue angle of 27°, a saturation of 65%, and a lightness of 49%. The HSV representation shows a hue of 27°, a saturation of 79%, and a value of 80%.

  • HEX: #CD732B
  • RGB: rgb(205, 115, 43)
  • HSL: hsl(27, 65%, 49%)
  • HSV: hsv(27, 79%, 80%)
  • CMYK: 0.00% cyan, 44.00% magenta, 79.00% yellow, 20.00% black
  • XYZ: 33.57, 26.02, 4.24
  • Yxy: 26.02, 0.5259, 0.4076
  • Hunter Lab: 58.06, 32.53, 53.33
  • CIE-Lab: 58.06, 32.53, 53.33

In the XYZ color space, this color is represented as X: 33.57, Y: 26.02, Z: 4.24. The Yxy representation further refines this as Y: 26.02, x: 0.5259, and y: 0.4076.

In the Hunter Lab color space, this color is represented as L: 58.06, a: 32.53, and b: 53.33. Similarly, in the CIE-Lab color space, it is represented as L: 58.06, a: 32.53, and b: 53.33.

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

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

Analogous Colors of #CD732B

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

Split Complementary Colors of #CD732B

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

Tetradic Colors of #CD732B

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

Monochromatic Colors of #CD732B

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

Complementary Color of #CD732B

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

/* Using HEX */
body {
  background-color: #cd732b;
}
/* Using RGB */
body {
  background-color: rgb(205, 115, 43);
}
/* Using RGB with opacity */
body {
  background-color: rgba(205, 115, 43, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(27, 65%, 49%);
}
/* Text color */
p {
  color: #cd732b;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #cd732b;
}
/* Border color */
.box {
  border: 4px solid #cd732b;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #cd732b;
}
Text Shadow Preview
/* Background with text */
div {
  background: #cd732b;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#CD732B
On Black Background
#CD732B
On White Background
#CD732B

HTML Examples of #CD732B

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

Related Colors of #CD732B

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