#322320

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

Shades of Livid Brown #322320

Tints of Livid Brown #322320

Color information

#322320 (or 0x322320) is unknown color: approx Livid Brown. HEX triplet: 32, 23 and 20. RGB value is (50,35,32). Sum of RGB (Red+Green+Blue) = 50+35+32=117 (15% of max value = 765). Red value is 50 (19.92% from 255 or 42.74% from 117); Green value is 35 (14.06% from 255 or 29.91% from 117); Blue value is 32 (12.89% from 255 or 27.35% from 117); Max value from RGB is 50 - color contains mainly: red. Hex color #322320 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322320 is #CDDCDF. Grayscale: #272727. Windows color (decimal): -13491424 or 2106162. OLE color: 2106162.

HSL color Cylindrical-coordinate representation of color #322320: hue angle of 10º 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 #322320 is Cyan = 0, Magento = 0.30, Yellow = 0.36 and Black (K on CMYK) = 0.80.

Color convert

RGB503532-
CMYK00.300.360.80
HSL10º21.95%16.08%-
HSV(B)10º36%19.61%-
XYZ2.181.981.63-
YUV39.14123.97135.74-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 42.74%
GREEN value IS 35 (14.06% from 255) = 29.91%
BLUE value IS 32 (12.89% from 255) = 27.35%
R=42.74%
G=29.91%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.36
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50353200.300.360.801021.9516.08
Hex32232001E2450a1610
Octal62434003644120122620
Binary110010100011100000011110100100101000010101011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322320; }

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

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

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

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

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

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

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

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