#322A26

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

Shades of Wood Bark #322A26

Tints of Wood Bark #322A26

Color information

#322A26 (or 0x322A26) is unknown color: approx Wood Bark. HEX triplet: 32, 2A and 26. RGB value is (50,42,38). Sum of RGB (Red+Green+Blue) = 50+42+38=130 (17% of max value = 765). Red value is 50 (19.92% from 255 or 38.46% from 130); Green value is 42 (16.80% from 255 or 32.31% from 130); Blue value is 38 (15.23% from 255 or 29.23% from 130); Max value from RGB is 50 - color contains mainly: red. Hex color #322A26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322A26 is #CDD5D9. Grayscale: #2B2B2B. Windows color (decimal): -13489626 or 2501170. OLE color: 2501170.

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

Color convert

RGB504238-
CMYK00.160.240.80
HSL20º13.64%17.25%-
HSV(B)20º24%19.61%-
XYZ2.492.472.18-
YUV43.94124.65132.33-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 38.46%
GREEN value IS 42 (16.80% from 255) = 32.31%
BLUE value IS 38 (15.23% from 255) = 29.23%
R=38.46%
G=32.31%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.24
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50423800.160.240.802013.6417.25
Hex322A26010185014e11
Octal62524602030120241621
Binary11001010101010011001000011000101000010100111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322A26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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