Random Color Generator

#867047 Color

Color Codes
Hex Code #867047
RGB Code rgb(134, 112, 71)
HSL Code hsl(39, 31%, 40%)

#867047 Color Syntax

rgb()

 rgb(Red, Green, Blue);
 rgba(Red, Green, Blue, Alpha);

 main {
    background-color: rgb(134, 112, 71);
   }

R(red), G(green), B(blue) can be number between 0-255.
A parameter is a hex characters (0–9, A–F) and optional.

hsl()

 hsl(hue saturation lightness);
 hsl(hue saturation lightness / alpha);

 div {
  background-color: hsl(39, 31%, 40%);
  }

Saturation value is a percentage value between 0% unsaturated and 100% fully saturated.
Lightness value is a percentage value between 100% is white and 0% is black.

Lighter and darker colors of #867047

RGB Code Hex Code Preview
rgb(134, 112, 71, 10%) #8670471a  
rgb(134, 112, 71, 20%) #86704733  
rgb(134, 112, 71, 40%) #8670474C  
rgb(134, 112, 71, 60%) #86704799  
rgb(134, 112, 71, 80%) #867047CC  
rgb(134, 112, 71, 100%) #867047FF  

Saturated and desaturated colors of #867047

HSL Code Preview
hsl(39, 10%, 40%)  
hsl(39, 20%, 40%)  
hsl(39, 40%, 40%)  
hsl(39, 60%, 40%)  
hsl(39, 80%, 40%)  
hsl(39, 100%, 40%)  

#867047 Color Usage In CSS

 body {
    color: #867047;
    }
 p {
    color: rgb(134, 112, 71);
    }
 header {
    border-bottom:1px solid #867047;
    }
Recent Random Colors