Color: #838045
#838045 Color Information
#838045 is a dark color. The closest websafe version is #838045. A complement of this color would be #454882, perceived brightness is 0.48, and the grayscale version is #646464.
In the HSL color space, this color has a hue angle of 57°,a saturation of 31%, and a lightness of 39%.The HSV representation shows a hue of 57°, a saturation of 47%, and a value of 51%.
In a RGB color space, #838045 is composed of 51% red, 50% green and 27% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 2% magenta, 47% yellow and 49% black.
In the Yxy color space, this color is represented as Y: 20.89, x: 0.4089, and y: 0.4482.
Color Code #838045
Shades of Color #838045
Shades are created by darkening the original color #838045 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 #838045
Tints are created by lightening the original color #838045 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 #838045 Color Code
In the HSL color space, this color has a hue angle of 57°, a saturation of 31%, and a lightness of 39%. The HSV representation shows a hue of 57°, a saturation of 47%, and a value of 51%.
- HEX: #838045
- RGB: rgb(131, 128, 69)
- HSL: hsl(57, 31%, 39%)
- HSV: hsv(57, 47%, 51%)
- CMYK: 0.00% cyan, 2.00% magenta, 47.00% yellow, 49.00% black
- XYZ: 19.06, 20.89, 6.66
- Yxy: 20.89, 0.4089, 0.4482
- Hunter Lab: 52.82, -5.39, 32.22
- CIE-Lab: 52.82, -5.39, 32.22
In the XYZ color space, this color is represented as X: 19.06, Y: 20.89, Z: 6.66. The Yxy representation further refines this as Y: 20.89, x: 0.4089, and y: 0.4482.
In the Hunter Lab color space, this color is represented as L: 52.82, a: -5.39, and b: 32.22. Similarly, in the CIE-Lab color space, it is represented as L: 52.82, a: -5.39, and b: 32.22.
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 #838045
Triadic colors are three colors evenly spaced around the color wheel, including #838045. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #838045
Monochromatic colors are variations of #838045, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #838045
The complementary color of #838045 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 #838045
/* Using HEX */ body { background-color: #838045; }
/* Using RGB */ body { background-color: rgb(131, 128, 69); }
/* Using RGB with opacity */ body { background-color: rgba(131, 128, 69, 0.5); }
/* Using HSL */ body { background-color: hsl(57, 31%, 39%); }
/* Text color */ p { color: #838045; }
/* Box shadow */ div { box-shadow: 4px 4px #838045; }
/* Border color */ .box { border: 4px solid #838045; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #838045; }
/* Background with text */ div { background: #838045; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #838045
<!-- Using HEX --> <div style="background-color: #838045; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(131, 128, 69); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(131, 128, 69, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(57, 31%, 39%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #838045;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #838045; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #838045; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #838045;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #838045; color: #fff; padding: 16px; border-radius: 8px;"> #838045 </div>
Related Colors of #838045
These colors are similar to #838045, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.