#322624

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

Shades of Livid Brown #322624

Tints of Livid Brown #322624

Color information

#322624 (or 0x322624) is unknown color: approx Livid Brown. HEX triplet: 32, 26 and 24. RGB value is (50,38,36). Sum of RGB (Red+Green+Blue) = 50+38+36=124 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40.32% from 124); Green value is 38 (15.23% from 255 or 30.65% from 124); Blue value is 36 (14.45% from 255 or 29.03% from 124); Max value from RGB is 50 - color contains mainly: red. Hex color #322624 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322624 is #CDD9DB. Grayscale: #292929. Windows color (decimal): -13490652 or 2369074. OLE color: 2369074.

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

Color convert

RGB503836-
CMYK00.240.280.80
HSL8.57º16.28%16.86%-
HSV(B)8.57º28%19.61%-
XYZ2.332.191.97-
YUV41.36124.98134.16-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 40.32%
GREEN value IS 38 (15.23% from 255) = 30.65%
BLUE value IS 36 (14.45% from 255) = 29.03%
R=40.32%
G=30.65%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.28
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50383600.240.280.808.5716.2816.86
Hex3226240181C5091011
Octal62464403034120112021
Binary11001010011010010001100011100101000010011000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322624

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322624; }

 p { color: rgb(50,38,36); }

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

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

 a { background-color: rgb(50,38,36); }

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

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

 span { border-color: rgb(50,38,36); }

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