#332219

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

Shades of Wood Bark #332219

Tints of Wood Bark #332219

Color information

#332219 (or 0x332219) is unknown color: approx Wood Bark. HEX triplet: 33, 22 and 19. RGB value is (51,34,25). Sum of RGB (Red+Green+Blue) = 51+34+25=110 (14% of max value = 765). Red value is 51 (20.31% from 255 or 46.36% from 110); Green value is 34 (13.67% from 255 or 30.91% from 110); Blue value is 25 (10.16% from 255 or 22.73% from 110); Max value from RGB is 51 - color contains mainly: red. Hex color #332219 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332219 is #CCDDE6. Grayscale: #262626. Windows color (decimal): -13426151 or 1647155. OLE color: 1647155.

HSL color Cylindrical-coordinate representation of color #332219: hue angle of 20.77º degrees, saturation: 0.34, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #332219 is Cyan = 0, Magento = 0.33, Yellow = 0.51 and Black (K on CMYK) = 0.8.

Color convert

RGB513425-
CMYK00.330.510.8
HSL20.77º34.21%14.9%-
HSV(B)20.77º50.98%20%-
XYZ2.111.921.18-
YUV38.06120.63137.23-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 46.36%
GREEN value IS 34 (13.67% from 255) = 30.91%
BLUE value IS 25 (10.16% from 255) = 22.73%
R=46.36%
G=30.91%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.51
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51342500.330.510.820.7734.2114.9
Hex33221902133501522f
Octal63423104163120254217
Binary1100111000101100101000011100111010000101011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332219; }

 p { color: rgb(51,34,25); }

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

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

 a { background-color: rgb(51,34,25); }

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

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

 span { border-color: rgb(51,34,25); }

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