#322621

Color #322621 Wood Bark (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wood Bark #322621

Tints of Wood Bark #322621

Color information

#322621 (or 0x322621) is unknown color: approx Wood Bark. HEX triplet: 32, 26 and 21. RGB value is (50,38,33). Sum of RGB (Red+Green+Blue) = 50+38+33=121 (16% of max value = 765). Red value is 50 (19.92% from 255 or 41.32% from 121); Green value is 38 (15.23% from 255 or 31.40% from 121); Blue value is 33 (13.28% from 255 or 27.27% from 121); Max value from RGB is 50 - color contains mainly: red. Hex color #322621 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322621 is #CDD9DE. Grayscale: #292929. Windows color (decimal): -13490655 or 2172466. OLE color: 2172466.

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

Color convert

RGB503833-
CMYK00.240.340.80
HSL17.65º20.48%16.27%-
HSV(B)17.65º34%19.61%-
XYZ2.282.171.74-
YUV41.02123.48134.41-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 41.32%
GREEN value IS 38 (15.23% from 255) = 31.40%
BLUE value IS 33 (13.28% from 255) = 27.27%
R=41.32%
G=31.40%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.34
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50383300.240.340.8017.6520.4816.27
Hex3226210182250121410
Octal62464103042120222420
Binary1100101001101000010110001000101010000100101010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322621; }

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

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

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

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

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

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

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

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