#322321

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

Shades of Livid Brown #322321

Tints of Livid Brown #322321

Color information

#322321 (or 0x322321) is unknown color: approx Livid Brown. HEX triplet: 32, 23 and 21. RGB value is (50,35,33). Sum of RGB (Red+Green+Blue) = 50+35+33=118 (15% of max value = 765). Red value is 50 (19.92% from 255 or 42.37% from 118); Green value is 35 (14.06% from 255 or 29.66% from 118); Blue value is 33 (13.28% from 255 or 27.97% from 118); Max value from RGB is 50 - color contains mainly: red. Hex color #322321 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322321 is #CDDCDE. Grayscale: #272727. Windows color (decimal): -13491423 or 2171698. OLE color: 2171698.

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

Color convert

RGB503533-
CMYK00.300.340.80
HSL7.06º20.48%16.27%-
HSV(B)7.06º34%19.61%-
XYZ2.191.991.71-
YUV39.26124.47135.66-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 42.37%
GREEN value IS 35 (14.06% from 255) = 29.66%
BLUE value IS 33 (13.28% from 255) = 27.97%
R=42.37%
G=29.66%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.34
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50353300.300.340.807.0620.4816.27
Hex32232101E225071410
Octal6243410364212072420
Binary11001010001110000101111010001010100001111010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322321; }

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

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

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

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

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

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

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

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