#322B28

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

Shades of Wood Bark #322B28

Tints of Wood Bark #322B28

Color information

#322B28 (or 0x322B28) is unknown color: approx Wood Bark. HEX triplet: 32, 2B and 28. RGB value is (50,43,40). Sum of RGB (Red+Green+Blue) = 50+43+40=133 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.59% from 133); Green value is 43 (17.19% from 255 or 32.33% from 133); Blue value is 40 (16.02% from 255 or 30.08% from 133); Max value from RGB is 50 - color contains mainly: red. Hex color #322B28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322B28 is #CDD4D7. Grayscale: #2C2C2C. Windows color (decimal): -13489368 or 2632498. OLE color: 2632498.

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

Color convert

RGB504340-
CMYK00.140.200.80
HSL18º11.11%17.65%-
HSV(B)18º20%19.61%-
XYZ2.562.562.37-
YUV44.75125.32131.74-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 37.59%
GREEN value IS 43 (17.19% from 255) = 32.33%
BLUE value IS 40 (16.02% from 255) = 30.08%
R=37.59%
G=32.33%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.20
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50434000.140.200.801811.1117.65
Hex322B280E145012b12
Octal62535001624120221322
Binary1100101010111010000111010100101000010010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,43,40); }

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

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

 a { background-color: rgb(50,43,40); }

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

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

 span { border-color: rgb(50,43,40); }

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