#332C29

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

Shades of Wood Bark #332C29

Tints of Wood Bark #332C29

Color information

#332C29 (or 0x332C29) is unknown color: approx Wood Bark. HEX triplet: 33, 2C and 29. RGB value is (51,44,41). Sum of RGB (Red+Green+Blue) = 51+44+41=136 (18% of max value = 765). Red value is 51 (20.31% from 255 or 37.5% from 136); Green value is 44 (17.58% from 255 or 32.35% from 136); Blue value is 41 (16.41% from 255 or 30.15% from 136); Max value from RGB is 51 - color contains mainly: red. Hex color #332C29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332C29 is #CCD3D6. Grayscale: #2D2D2D. Windows color (decimal): -13423575 or 2698291. OLE color: 2698291.

HSL color Cylindrical-coordinate representation of color #332C29: hue angle of 18º degrees, saturation: 0.11, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #332C29 is Cyan = 0, Magento = 0.14, Yellow = 0.20 and Black (K on CMYK) = 0.8.

Color convert

RGB514441-
CMYK00.140.200.8
HSL18º10.87%18.04%-
HSV(B)18º19.61%20%-
XYZ2.672.672.47-
YUV45.75125.32131.74-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 37.5%
GREEN value IS 44 (17.58% from 255) = 32.35%
BLUE value IS 41 (16.41% from 255) = 30.15%
R=37.5%
G=32.35%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.20
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51444100.140.200.81810.8718.04
Hex332C290E145012b12
Octal63545101624120221322
Binary1100111011001010010111010100101000010010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332C29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332C29; }

 p { color: rgb(51,44,41); }

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

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

 a { background-color: rgb(51,44,41); }

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

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

 span { border-color: rgb(51,44,41); }

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