Random Color Generator

#825718 Color

Color Codes
Hex Code #825718
RGB Code rgb(130, 87, 24)
HSL Code hsl(36, 69%, 30%)

#825718 Color Syntax

rgb()

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

 main {
    background-color: rgb(130, 87, 24);
   }

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(36, 69%, 30%);
  }

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

RGB Code Hex Code Preview
rgb(130, 87, 24, 10%) #8257181a  
rgb(130, 87, 24, 20%) #82571833  
rgb(130, 87, 24, 40%) #8257184C  
rgb(130, 87, 24, 60%) #82571899  
rgb(130, 87, 24, 80%) #825718CC  
rgb(130, 87, 24, 100%) #825718FF  

Saturated and desaturated colors of #825718

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

#825718 Color Usage In CSS

 body {
    color: #825718;
    }
 p {
    color: rgb(130, 87, 24);
    }
 header {
    border-bottom:1px solid #825718;
    }
Recent Random Colors