Color: #82685C

#82685C Color Information

#82685C is a dark color. The closest websafe version is #82685C. A complement of this color would be #5D7783, perceived brightness is 0.43, and the grayscale version is #6F6F6F.

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

In a RGB color space, #82685C is composed of 51% red, 41% green and 36% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 20% magenta, 29% yellow and 49% black.

In the Yxy color space, this color is represented as Y: 15.54, x: 0.4006, and y: 0.3750.

Color Code #82685C

HEX
#82685C
RGB
rgb(130, 104, 92)
HSL
hsl(19, 17%, 44%)
HSV
hsv(19, 29%, 51%)
CMYK
0%, 20%, 29%, 49%
XYZ
X: 16.60, Y: 15.54, Z: 9.30
Lab
L: 46.36, a: 9.32, b: 10.92
Name

Shades of Color #82685C

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

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

About #82685C Color Code

In the HSL color space, this color has a hue angle of 19°, a saturation of 17%, and a lightness of 44%. The HSV representation shows a hue of 19°, a saturation of 29%, and a value of 51%.

  • HEX: #82685C
  • RGB: rgb(130, 104, 92)
  • HSL: hsl(19, 17%, 44%)
  • HSV: hsv(19, 29%, 51%)
  • CMYK: 0.00% cyan, 20.00% magenta, 29.00% yellow, 49.00% black
  • XYZ: 16.60, 15.54, 9.30
  • Yxy: 15.54, 0.4006, 0.3750
  • Hunter Lab: 46.36, 9.32, 10.92
  • CIE-Lab: 46.36, 9.32, 10.92

In the XYZ color space, this color is represented as X: 16.60, Y: 15.54, Z: 9.30. The Yxy representation further refines this as Y: 15.54, x: 0.4006, and y: 0.3750.

In the Hunter Lab color space, this color is represented as L: 46.36, a: 9.32, and b: 10.92. Similarly, in the CIE-Lab color space, it is represented as L: 46.36, a: 9.32, and b: 10.92.

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 #82685C

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

Analogous Colors of #82685C

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

Monochromatic Colors of #82685C

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

Complementary Color of #82685C

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

/* Using HEX */
body {
  background-color: #82685c;
}
/* Using RGB */
body {
  background-color: rgb(130, 104, 92);
}
/* Using RGB with opacity */
body {
  background-color: rgba(130, 104, 92, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(19, 17%, 44%);
}
/* Text color */
p {
  color: #82685c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #82685c;
}

HTML Examples of #82685C

<!-- Using HEX -->
<div style="background-color: #82685c; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(130, 104, 92); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(130, 104, 92, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(19, 17%, 44%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #82685c;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #82685c; width: 100px; height: 100px;"></div>

Related Colors of #82685C

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