#32211C

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

Shades of Brown Pod #32211C

Tints of Brown Pod #32211C

Color information

#32211C (or 0x32211C) is unknown color: approx Brown Pod. HEX triplet: 32, 21 and 1C. RGB value is (50,33,28). Sum of RGB (Red+Green+Blue) = 50+33+28=111 (14% of max value = 765). Red value is 50 (19.92% from 255 or 45.05% from 111); Green value is 33 (13.28% from 255 or 29.73% from 111); Blue value is 28 (11.33% from 255 or 25.23% from 111); Max value from RGB is 50 - color contains mainly: red. Hex color #32211C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32211C is #CDDEE3. Grayscale: #252525. Windows color (decimal): -13491940 or 1843506. OLE color: 1843506.

HSL color Cylindrical-coordinate representation of color #32211C: hue angle of 13.64º degrees, saturation: 0.28, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #32211C is Cyan = 0, Magento = 0.34, Yellow = 0.44 and Black (K on CMYK) = 0.80.

Color convert

RGB503328-
CMYK00.340.440.80
HSL13.64º28.21%15.29%-
HSV(B)13.64º44%19.61%-
XYZ2.071.851.35-
YUV37.51122.63136.91-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 45.05%
GREEN value IS 33 (13.28% from 255) = 29.73%
BLUE value IS 28 (11.33% from 255) = 25.23%
R=45.05%
G=29.73%
B=25.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.44
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50332800.340.440.8013.6428.2115.29
Hex32211C0222C50e1cf
Octal62413404254120163417
Binary11001010000111100010001010110010100001110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32211C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32211C; }

 p { color: rgb(50,33,28); }

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

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

 a { background-color: rgb(50,33,28); }

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

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

 span { border-color: rgb(50,33,28); }

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