#35201A

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

Shades of Brown Pod #35201A

Tints of Brown Pod #35201A

Color information

#35201A (or 0x35201A) is unknown color: approx Brown Pod. HEX triplet: 35, 20 and 1A. RGB value is (53,32,26). Sum of RGB (Red+Green+Blue) = 53+32+26=111 (14% of max value = 765). Red value is 53 (21.09% from 255 or 47.75% from 111); Green value is 32 (12.89% from 255 or 28.83% from 111); Blue value is 26 (10.55% from 255 or 23.42% from 111); Max value from RGB is 53 - color contains mainly: red. Hex color #35201A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35201A is #CADFE5. Grayscale: #252525. Windows color (decimal): -13295590 or 1712181. OLE color: 1712181.

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

Color convert

RGB533226-
CMYK00.400.510.79
HSL13.33º34.18%15.49%-
HSV(B)13.33º50.94%20.78%-
XYZ2.171.861.22-
YUV37.6121.46138.99-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 47.75%
GREEN value IS 32 (12.89% from 255) = 28.83%
BLUE value IS 26 (10.55% from 255) = 23.42%
R=47.75%
G=28.83%
B=23.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.51
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53322600.400.510.7913.3334.1815.49
Hex35201A028334Fd22f
Octal65403205063117154217
Binary110101100000110100101000110011100111111011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35201A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35201A; }

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

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

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

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

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

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

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

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