#35201B

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

Shades of Brown Pod #35201B

Tints of Brown Pod #35201B

Color information

#35201B (or 0x35201B) is unknown color: approx Brown Pod. HEX triplet: 35, 20 and 1B. RGB value is (53,32,27). Sum of RGB (Red+Green+Blue) = 53+32+27=112 (14% of max value = 765). Red value is 53 (21.09% from 255 or 47.32% from 112); Green value is 32 (12.89% from 255 or 28.57% from 112); Blue value is 27 (10.94% from 255 or 24.11% from 112); Max value from RGB is 53 - color contains mainly: red. Hex color #35201B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35201B is #CADFE4. Grayscale: #252525. Windows color (decimal): -13295589 or 1777717. OLE color: 1777717.

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

Color convert

RGB533227-
CMYK00.400.490.79
HSL11.54º32.5%15.69%-
HSV(B)11.54º49.06%20.78%-
XYZ2.181.871.28-
YUV37.71121.96138.91-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 47.32%
GREEN value IS 32 (12.89% from 255) = 28.57%
BLUE value IS 27 (10.94% from 255) = 24.11%
R=47.32%
G=28.57%
B=24.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.49
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53322700.400.490.7911.5432.515.69
Hex35201B028314Fc2010
Octal65403305061117144020
Binary1101011000001101101010001100011001111110010000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35201B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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