#352A26

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

Shades of Wood Bark #352A26

Tints of Wood Bark #352A26

Color information

#352A26 (or 0x352A26) is unknown color: approx Wood Bark. HEX triplet: 35, 2A and 26. RGB value is (53,42,38). Sum of RGB (Red+Green+Blue) = 53+42+38=133 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.85% from 133); Green value is 42 (16.80% from 255 or 31.58% from 133); Blue value is 38 (15.23% from 255 or 28.57% from 133); Max value from RGB is 53 - color contains mainly: red. Hex color #352A26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352A26 is #CAD5D9. Grayscale: #2C2C2C. Windows color (decimal): -13293018 or 2501173. OLE color: 2501173.

HSL color Cylindrical-coordinate representation of color #352A26: hue angle of 16º 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 #352A26 is Cyan = 0, Magento = 0.21, Yellow = 0.28 and Black (K on CMYK) = 0.79.

Color convert

RGB534238-
CMYK00.210.280.79
HSL16º16.48%17.84%-
HSV(B)16º28.3%20.78%-
XYZ2.652.552.19-
YUV44.83124.14133.83-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 39.85%
GREEN value IS 42 (16.80% from 255) = 31.58%
BLUE value IS 38 (15.23% from 255) = 28.57%
R=39.85%
G=31.58%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.28
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53423800.210.280.791616.4817.84
Hex352A260151C4F101012
Octal65524602534117202022
Binary110101101010100110010101111001001111100001000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352A26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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