#352219

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

Shades of Brown Pod #352219

Tints of Brown Pod #352219

Color information

#352219 (or 0x352219) is unknown color: approx Brown Pod. HEX triplet: 35, 22 and 19. RGB value is (53,34,25). Sum of RGB (Red+Green+Blue) = 53+34+25=112 (14% of max value = 765). Red value is 53 (21.09% from 255 or 47.32% from 112); Green value is 34 (13.67% from 255 or 30.36% from 112); Blue value is 25 (10.16% from 255 or 22.32% from 112); Max value from RGB is 53 - color contains mainly: red. Hex color #352219 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352219 is #CADDE6. Grayscale: #262626. Windows color (decimal): -13295079 or 1647157. OLE color: 1647157.

HSL color Cylindrical-coordinate representation of color #352219: hue angle of 19.29º degrees, saturation: 0.36, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #352219 is Cyan = 0, Magento = 0.36, Yellow = 0.53 and Black (K on CMYK) = 0.79.

Color convert

RGB533425-
CMYK00.360.530.79
HSL19.29º35.9%15.29%-
HSV(B)19.29º52.83%20.78%-
XYZ2.221.971.18-
YUV38.66120.29138.23-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 47.32%
GREEN value IS 34 (13.67% from 255) = 30.36%
BLUE value IS 25 (10.16% from 255) = 22.32%
R=47.32%
G=30.36%
B=22.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.53
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53342500.360.530.7919.2935.915.29
Hex352219024354F1324f
Octal65423104465117234417
Binary1101011000101100101001001101011001111100111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352219; }

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

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

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

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

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

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

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

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