#352116

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

Shades of Brown Pod #352116

Tints of Brown Pod #352116

Color information

#352116 (or 0x352116) is unknown color: approx Brown Pod. HEX triplet: 35, 21 and 16. RGB value is (53,33,22). Sum of RGB (Red+Green+Blue) = 53+33+22=108 (14% of max value = 765). Red value is 53 (21.09% from 255 or 49.07% from 108); Green value is 33 (13.28% from 255 or 30.56% from 108); Blue value is 22 (8.98% from 255 or 20.37% from 108); Max value from RGB is 53 - color contains mainly: red. Hex color #352116 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352116 is #CADEE9. Grayscale: #252525. Windows color (decimal): -13295338 or 1450293. OLE color: 1450293.

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

Color convert

RGB533322-
CMYK00.380.580.79
HSL21.29º41.33%14.71%-
HSV(B)21.29º58.49%20.78%-
XYZ2.161.91.01-
YUV37.73119.13138.89-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 49.07%
GREEN value IS 33 (13.28% from 255) = 30.56%
BLUE value IS 22 (8.98% from 255) = 20.37%
R=49.07%
G=30.56%
B=20.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.58
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53332200.380.580.7921.2941.3314.71
Hex3521160263A4F1529f
Octal65412604672117255117
Binary1101011000011011001001101110101001111101011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352116; }

 p { color: rgb(53,33,22); }

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

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

 a { background-color: rgb(53,33,22); }

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

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

 span { border-color: rgb(53,33,22); }

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