#40211C

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

Shades of Brown Pod #40211C

Tints of Brown Pod #40211C

Color information

#40211C (or 0x40211C) is unknown color: approx Brown Pod. HEX triplet: 40, 21 and 1C. RGB value is (64,33,28). Sum of RGB (Red+Green+Blue) = 64+33+28=125 (16% of max value = 765). Red value is 64 (25.39% from 255 or 51.2% from 125); Green value is 33 (13.28% from 255 or 26.4% from 125); Blue value is 28 (11.33% from 255 or 22.4% from 125); Max value from RGB is 64 - color contains mainly: red. Hex color #40211C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40211C is #BFDEE3. Grayscale: #292929. Windows color (decimal): -12574436 or 1843520. OLE color: 1843520.

HSL color Cylindrical-coordinate representation of color #40211C: hue angle of 8.33º degrees, saturation: 0.39, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #40211C is Cyan = 0, Magento = 0.48, Yellow = 0.56 and Black (K on CMYK) = 0.75.

Color convert

RGB643328-
CMYK00.480.560.75
HSL8.33º39.13%18.04%-
HSV(B)8.33º56.25%25.1%-
XYZ2.872.261.38-
YUV41.7120.27143.91-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 51.2%
GREEN value IS 33 (13.28% from 255) = 26.4%
BLUE value IS 28 (11.33% from 255) = 22.4%
R=51.2%
G=26.4%
B=22.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.56
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64332800.480.560.758.3339.1318.04
Hex40211C030384B82712
Octal100413406070113104722
Binary10000001000011110001100001110001001011100010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40211C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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