#352620

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

Shades of Wood Bark #352620

Tints of Wood Bark #352620

Color information

#352620 (or 0x352620) is unknown color: approx Wood Bark. HEX triplet: 35, 26 and 20. RGB value is (53,38,32). Sum of RGB (Red+Green+Blue) = 53+38+32=123 (16% of max value = 765). Red value is 53 (21.09% from 255 or 43.09% from 123); Green value is 38 (15.23% from 255 or 30.89% from 123); Blue value is 32 (12.89% from 255 or 26.02% from 123); Max value from RGB is 53 - color contains mainly: red. Hex color #352620 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352620 is #CAD9DF. Grayscale: #292929. Windows color (decimal): -13294048 or 2106933. OLE color: 2106933.

HSL color Cylindrical-coordinate representation of color #352620: hue angle of 17.14º degrees, saturation: 0.25, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #352620 is Cyan = 0, Magento = 0.28, Yellow = 0.40 and Black (K on CMYK) = 0.79.

Color convert

RGB533832-
CMYK00.280.400.79
HSL17.14º24.71%16.67%-
HSV(B)17.14º39.62%20.78%-
XYZ2.422.251.67-
YUV41.8122.47135.99-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 43.09%
GREEN value IS 38 (15.23% from 255) = 30.89%
BLUE value IS 32 (12.89% from 255) = 26.02%
R=43.09%
G=30.89%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.40
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53383200.280.400.7917.1424.7116.67
Hex35262001C284F111911
Octal65464003450117213121
Binary1101011001101000000111001010001001111100011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352620; }

 p { color: rgb(53,38,32); }

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

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

 a { background-color: rgb(53,38,32); }

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

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

 span { border-color: rgb(53,38,32); }

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