Random Color Generator

#524329 Color

Color Codes
Hex Code #524329
RGB Code rgb(82, 67, 41)
HSL Code hsl(38, 33%, 24%)

#524329 Color Syntax

rgb()

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

 main {
    background-color: rgb(82, 67, 41);
   }

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(38, 33%, 24%);
  }

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

RGB Code Hex Code Preview
rgb(82, 67, 41, 10%) #5243291a  
rgb(82, 67, 41, 20%) #52432933  
rgb(82, 67, 41, 40%) #5243294C  
rgb(82, 67, 41, 60%) #52432999  
rgb(82, 67, 41, 80%) #524329CC  
rgb(82, 67, 41, 100%) #524329FF  

Saturated and desaturated colors of #524329

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

#524329 Color Usage In CSS

 body {
    color: #524329;
    }
 p {
    color: rgb(82, 67, 41);
    }
 header {
    border-bottom:1px solid #524329;
    }
Recent Random Colors