#352520

Color #352520 Brown Pod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brown Pod #352520

Tints of Brown Pod #352520

Color information

#352520 (or 0x352520) is unknown color: approx Brown Pod. HEX triplet: 35, 25 and 20. RGB value is (53,37,32). Sum of RGB (Red+Green+Blue) = 53+37+32=122 (16% of max value = 765). Red value is 53 (21.09% from 255 or 43.44% from 122); Green value is 37 (14.84% from 255 or 30.33% from 122); Blue value is 32 (12.89% from 255 or 26.23% from 122); Max value from RGB is 53 - color contains mainly: red. Hex color #352520 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352520 is #CADADF. Grayscale: #292929. Windows color (decimal): -13294304 or 2106677. OLE color: 2106677.

HSL color Cylindrical-coordinate representation of color #352520: hue angle of 14.29º 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 #352520 is Cyan = 0, Magento = 0.30, Yellow = 0.40 and Black (K on CMYK) = 0.79.

Color convert

RGB533732-
CMYK00.300.400.79
HSL14.29º24.71%16.67%-
HSV(B)14.29º39.62%20.78%-
XYZ2.392.181.66-
YUV41.21122.8136.41-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 43.44%
GREEN value IS 37 (14.84% from 255) = 30.33%
BLUE value IS 32 (12.89% from 255) = 26.23%
R=43.44%
G=30.33%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.40
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53373200.300.400.7914.2924.7116.67
Hex35252001E284Fe1911
Octal65454003650117163121
Binary110101100101100000011110101000100111111101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352520; }

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

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

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

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

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

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

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

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