Random Color Generator

#715114 Color

Color Codes
Hex Code #715114
RGB Code rgb(113, 81, 20)
HSL Code hsl(39, 70%, 26%)

#715114 Color Syntax

rgb()

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

 main {
    background-color: rgb(113, 81, 20);
   }

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, 70%, 26%);
  }

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

RGB Code Hex Code Preview
rgb(113, 81, 20, 10%) #7151141a  
rgb(113, 81, 20, 20%) #71511433  
rgb(113, 81, 20, 40%) #7151144C  
rgb(113, 81, 20, 60%) #71511499  
rgb(113, 81, 20, 80%) #715114CC  
rgb(113, 81, 20, 100%) #715114FF  

Saturated and desaturated colors of #715114

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

#715114 Color Usage In CSS

 body {
    color: #715114;
    }
 p {
    color: rgb(113, 81, 20);
    }
 header {
    border-bottom:1px solid #715114;
    }
Recent Random Colors