#332520

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

Shades of Wood Bark #332520

Tints of Wood Bark #332520

Color information

#332520 (or 0x332520) is unknown color: approx Wood Bark. HEX triplet: 33, 25 and 20. RGB value is (51,37,32). Sum of RGB (Red+Green+Blue) = 51+37+32=120 (15% of max value = 765). Red value is 51 (20.31% from 255 or 42.5% from 120); Green value is 37 (14.84% from 255 or 30.83% from 120); Blue value is 32 (12.89% from 255 or 26.67% from 120); Max value from RGB is 51 - color contains mainly: red. Hex color #332520 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332520 is #CCDADF. Grayscale: #282828. Windows color (decimal): -13425376 or 2106675. OLE color: 2106675.

HSL color Cylindrical-coordinate representation of color #332520: hue angle of 15.79º degrees, saturation: 0.23, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #332520 is Cyan = 0, Magento = 0.27, Yellow = 0.37 and Black (K on CMYK) = 0.8.

Color convert

RGB513732-
CMYK00.270.370.8
HSL15.79º22.89%16.27%-
HSV(B)15.79º37.25%20%-
XYZ2.292.131.66-
YUV40.62123.14135.41-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 42.5%
GREEN value IS 37 (14.84% from 255) = 30.83%
BLUE value IS 32 (12.89% from 255) = 26.67%
R=42.5%
G=30.83%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.37
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51373200.270.370.815.7922.8916.27
Hex33252001B2550101710
Octal63454003345120202720
Binary1100111001011000000110111001011010000100001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332520; }

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

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

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

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

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

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

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

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