#332621

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

Shades of Wood Bark #332621

Tints of Wood Bark #332621

Color information

#332621 (or 0x332621) is unknown color: approx Wood Bark. HEX triplet: 33, 26 and 21. RGB value is (51,38,33). Sum of RGB (Red+Green+Blue) = 51+38+33=122 (16% of max value = 765). Red value is 51 (20.31% from 255 or 41.80% from 122); Green value is 38 (15.23% from 255 or 31.15% from 122); Blue value is 33 (13.28% from 255 or 27.05% from 122); Max value from RGB is 51 - color contains mainly: red. Hex color #332621 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332621 is #CCD9DE. Grayscale: #292929. Windows color (decimal): -13425119 or 2172467. OLE color: 2172467.

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

Color convert

RGB513833-
CMYK00.250.350.8
HSL16.67º21.43%16.47%-
HSV(B)16.67º35.29%20%-
XYZ2.332.21.74-
YUV41.32123.31134.91-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 41.80%
GREEN value IS 38 (15.23% from 255) = 31.15%
BLUE value IS 33 (13.28% from 255) = 27.05%
R=41.80%
G=31.15%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.35
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51383300.250.350.816.6721.4316.47
Hex3326210192350111510
Octal63464103143120212520
Binary1100111001101000010110011000111010000100011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332621; }

 p { color: rgb(51,38,33); }

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

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

 a { background-color: rgb(51,38,33); }

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

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

 span { border-color: rgb(51,38,33); }

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