#32201D

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

Shades of Brown Pod #32201D

Tints of Brown Pod #32201D

Color information

#32201D (or 0x32201D) is unknown color: approx Brown Pod. HEX triplet: 32, 20 and 1D. RGB value is (50,32,29). Sum of RGB (Red+Green+Blue) = 50+32+29=111 (14% of max value = 765). Red value is 50 (19.92% from 255 or 45.05% from 111); Green value is 32 (12.89% from 255 or 28.83% from 111); Blue value is 29 (11.72% from 255 or 26.13% from 111); Max value from RGB is 50 - color contains mainly: red. Hex color #32201D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32201D is #CDDFE2. Grayscale: #252525. Windows color (decimal): -13492195 or 1908786. OLE color: 1908786.

HSL color Cylindrical-coordinate representation of color #32201D: hue angle of 8.57º degrees, saturation: 0.27, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #32201D is Cyan = 0, Magento = 0.36, Yellow = 0.42 and Black (K on CMYK) = 0.80.

Color convert

RGB503229-
CMYK00.360.420.80
HSL8.57º26.58%15.49%-
HSV(B)8.57º42%19.61%-
XYZ2.051.81.4-
YUV37.04123.46137.24-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 45.05%
GREEN value IS 32 (12.89% from 255) = 28.83%
BLUE value IS 29 (11.72% from 255) = 26.13%
R=45.05%
G=28.83%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.42
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50322900.360.420.808.5726.5815.49
Hex32201D0242A5091bf
Octal62403504452120113317
Binary11001010000011101010010010101010100001001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32201D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32201D; }

 p { color: rgb(50,32,29); }

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

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

 a { background-color: rgb(50,32,29); }

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

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

 span { border-color: rgb(50,32,29); }

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