#322520

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

Shades of Wood Bark #322520

Tints of Wood Bark #322520

Color information

#322520 (or 0x322520) is unknown color: approx Wood Bark. HEX triplet: 32, 25 and 20. RGB value is (50,37,32). Sum of RGB (Red+Green+Blue) = 50+37+32=119 (15% of max value = 765). Red value is 50 (19.92% from 255 or 42.02% from 119); Green value is 37 (14.84% from 255 or 31.09% from 119); Blue value is 32 (12.89% from 255 or 26.89% from 119); Max value from RGB is 50 - color contains mainly: red. Hex color #322520 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322520 is #CDDADF. Grayscale: #282828. Windows color (decimal): -13490912 or 2106674. OLE color: 2106674.

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

Color convert

RGB503732-
CMYK00.260.360.80
HSL16.67º21.95%16.08%-
HSV(B)16.67º36%19.61%-
XYZ2.242.111.65-
YUV40.32123.31134.91-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 42.02%
GREEN value IS 37 (14.84% from 255) = 31.09%
BLUE value IS 32 (12.89% from 255) = 26.89%
R=42.02%
G=31.09%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.36
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50373200.260.360.8016.6721.9516.08
Hex32252001A2450111610
Octal62454003244120212620
Binary1100101001011000000110101001001010000100011011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322520; }

 p { color: rgb(50,37,32); }

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

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

 a { background-color: rgb(50,37,32); }

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

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

 span { border-color: rgb(50,37,32); }

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