#352118

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

Shades of Brown Pod #352118

Tints of Brown Pod #352118

Color information

#352118 (or 0x352118) is unknown color: approx Brown Pod. HEX triplet: 35, 21 and 18. RGB value is (53,33,24). Sum of RGB (Red+Green+Blue) = 53+33+24=110 (14% of max value = 765). Red value is 53 (21.09% from 255 or 48.18% from 110); Green value is 33 (13.28% from 255 or 30% from 110); Blue value is 24 (9.77% from 255 or 21.82% from 110); Max value from RGB is 53 - color contains mainly: red. Hex color #352118 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352118 is #CADEE7. Grayscale: #262626. Windows color (decimal): -13295336 or 1581365. OLE color: 1581365.

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

Color convert

RGB533324-
CMYK00.380.550.79
HSL18.62º37.66%15.1%-
HSV(B)18.62º54.72%20.78%-
XYZ2.181.911.12-
YUV37.95120.13138.73-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 48.18%
GREEN value IS 33 (13.28% from 255) = 30%
BLUE value IS 24 (9.77% from 255) = 21.82%
R=48.18%
G=30%
B=21.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.55
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53332400.380.550.7918.6237.6615.1
Hex352118026374F1326f
Octal65413004667117234617
Binary1101011000011100001001101101111001111100111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352118; }

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

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

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

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

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

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

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

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