#352B26

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

Shades of Wood Bark #352B26

Tints of Wood Bark #352B26

Color information

#352B26 (or 0x352B26) is unknown color: approx Wood Bark. HEX triplet: 35, 2B and 26. RGB value is (53,43,38). Sum of RGB (Red+Green+Blue) = 53+43+38=134 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.55% from 134); Green value is 43 (17.19% from 255 or 32.09% from 134); Blue value is 38 (15.23% from 255 or 28.36% from 134); Max value from RGB is 53 - color contains mainly: red. Hex color #352B26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352B26 is #CAD4D9. Grayscale: #2D2D2D. Windows color (decimal): -13292762 or 2501429. OLE color: 2501429.

HSL color Cylindrical-coordinate representation of color #352B26: hue angle of 20º degrees, saturation: 0.16, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #352B26 is Cyan = 0, Magento = 0.19, Yellow = 0.28 and Black (K on CMYK) = 0.79.

Color convert

RGB534338-
CMYK00.190.280.79
HSL20º16.48%17.84%-
HSV(B)20º28.3%20.78%-
XYZ2.682.622.2-
YUV45.42123.81133.41-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 39.55%
GREEN value IS 43 (17.19% from 255) = 32.09%
BLUE value IS 38 (15.23% from 255) = 28.36%
R=39.55%
G=32.09%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.28
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53433800.190.280.792016.4817.84
Hex352B260131C4F141012
Octal65534602334117242022
Binary110101101011100110010011111001001111101001000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352B26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352B26; }

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

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

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

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

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

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

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

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