#322A27

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

Shades of Wood Bark #322A27

Tints of Wood Bark #322A27

Color information

#322A27 (or 0x322A27) is unknown color: approx Wood Bark. HEX triplet: 32, 2A and 27. RGB value is (50,42,39). Sum of RGB (Red+Green+Blue) = 50+42+39=131 (17% of max value = 765). Red value is 50 (19.92% from 255 or 38.17% from 131); Green value is 42 (16.80% from 255 or 32.06% from 131); Blue value is 39 (15.62% from 255 or 29.77% from 131); Max value from RGB is 50 - color contains mainly: red. Hex color #322A27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322A27 is #CDD5D8. Grayscale: #2C2C2C. Windows color (decimal): -13489625 or 2566706. OLE color: 2566706.

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

Color convert

RGB504239-
CMYK00.160.220.80
HSL16.36º12.36%17.45%-
HSV(B)16.36º22%19.61%-
XYZ2.512.482.27-
YUV44.05125.15132.24-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 38.17%
GREEN value IS 42 (16.80% from 255) = 32.06%
BLUE value IS 39 (15.62% from 255) = 29.77%
R=38.17%
G=32.06%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.22
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50423900.160.220.8016.3612.3617.45
Hex322A27010165010c11
Octal62524702026120201421
Binary11001010101010011101000010110101000010000110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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