#322C29

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

Shades of Wood Bark #322C29

Tints of Wood Bark #322C29

Color information

#322C29 (or 0x322C29) is unknown color: approx Wood Bark. HEX triplet: 32, 2C and 29. RGB value is (50,44,41). Sum of RGB (Red+Green+Blue) = 50+44+41=135 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.04% from 135); Green value is 44 (17.58% from 255 or 32.59% from 135); Blue value is 41 (16.41% from 255 or 30.37% from 135); Max value from RGB is 50 - color contains mainly: red. Hex color #322C29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322C29 is #CDD3D6. Grayscale: #2D2D2D. Windows color (decimal): -13489111 or 2698290. OLE color: 2698290.

HSL color Cylindrical-coordinate representation of color #322C29: hue angle of 20º degrees, saturation: 0.1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #322C29 is Cyan = 0, Magento = 0.12, Yellow = 0.18 and Black (K on CMYK) = 0.80.

Color convert

RGB504441-
CMYK00.120.180.80
HSL20º9.89%17.84%-
HSV(B)20º18%19.61%-
XYZ2.622.642.47-
YUV45.45125.49131.24-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 37.04%
GREEN value IS 44 (17.58% from 255) = 32.59%
BLUE value IS 41 (16.41% from 255) = 30.37%
R=37.04%
G=32.59%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.18
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50444100.120.180.80209.8917.84
Hex322C290C125014a12
Octal62545101422120241222
Binary1100101011001010010110010010101000010100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322C29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322C29; }

 p { color: rgb(50,44,41); }

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

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

 a { background-color: rgb(50,44,41); }

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

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

 span { border-color: rgb(50,44,41); }

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