Random Color Generator

#835706 Color

Color Codes
Hex Code #835706
RGB Code rgb(131, 87, 06)
HSL Code hsl(39, 91%, 27%)

#835706 Color Syntax

rgb()

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

 main {
    background-color: rgb(131, 87, 06);
   }

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, 91%, 27%);
  }

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

RGB Code Hex Code Preview
rgb(131, 87, 06, 10%) #8357061a  
rgb(131, 87, 06, 20%) #83570633  
rgb(131, 87, 06, 40%) #8357064C  
rgb(131, 87, 06, 60%) #83570699  
rgb(131, 87, 06, 80%) #835706CC  
rgb(131, 87, 06, 100%) #835706FF  

Saturated and desaturated colors of #835706

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

#835706 Color Usage In CSS

 body {
    color: #835706;
    }
 p {
    color: rgb(131, 87, 06);
    }
 header {
    border-bottom:1px solid #835706;
    }
Recent Random Colors