#322120

Color #322120 Livid Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Livid Brown #322120

Tints of Livid Brown #322120

Color information

#322120 (or 0x322120) is unknown color: approx Livid Brown. HEX triplet: 32, 21 and 20. RGB value is (50,33,32). Sum of RGB (Red+Green+Blue) = 50+33+32=115 (15% of max value = 765). Red value is 50 (19.92% from 255 or 43.48% from 115); Green value is 33 (13.28% from 255 or 28.70% from 115); Blue value is 32 (12.89% from 255 or 27.83% from 115); Max value from RGB is 50 - color contains mainly: red. Hex color #322120 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322120 is #CDDEDF. Grayscale: #252525. Windows color (decimal): -13491936 or 2105650. OLE color: 2105650.

HSL color Cylindrical-coordinate representation of color #322120: hue angle of 3.33º degrees, saturation: 0.22, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #322120 is Cyan = 0, Magento = 0.34, Yellow = 0.36 and Black (K on CMYK) = 0.80.

Color convert

RGB503332-
CMYK00.340.360.80
HSL3.33º21.95%16.08%-
HSV(B)3.33º36%19.61%-
XYZ2.121.871.62-
YUV37.97124.63136.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 50 (19.92% from 255) = 43.48%
GREEN value IS 33 (13.28% from 255) = 28.70%
BLUE value IS 32 (12.89% from 255) = 27.83%
R=43.48%
G=28.70%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.36
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50333200.340.360.803.3321.9516.08
Hex322120022245031610
Octal6241400424412032620
Binary11001010000110000001000101001001010000111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322120; }

 p { color: rgb(50,33,32); }

 H1.HeaderClassName
 {
   color: #322120;
 }
 .AnyTagClassName
 {
   color: #322120;
 }
</style>
background-color css

<style>
 a { background-color: #322120; }

 a { background-color: rgb(50,33,32); }

 div.DivClassName
 {
   background-color: #322120;
 }
 .BgClassName
 {
   background-color: #322120;
 }
</style>
border-color css

<style>
 span { border-color: #322120; }

 span { border-color: rgb(50,33,32); }

 td.TdClassName
 {
   border-color: #322120;
 }
 .TagClassName
 {
   border-color: #322120;
 }
</style>