#40211E

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

Shades of Brown Pod #40211E

Tints of Brown Pod #40211E

Color information

#40211E (or 0x40211E) is unknown color: approx Brown Pod. HEX triplet: 40, 21 and 1E. RGB value is (64,33,30). Sum of RGB (Red+Green+Blue) = 64+33+30=127 (16% of max value = 765). Red value is 64 (25.39% from 255 or 50.39% from 127); Green value is 33 (13.28% from 255 or 25.98% from 127); Blue value is 30 (12.11% from 255 or 23.62% from 127); Max value from RGB is 64 - color contains mainly: red. Hex color #40211E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40211E is #BFDEE1. Grayscale: #292929. Windows color (decimal): -12574434 or 1974592. OLE color: 1974592.

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

Color convert

RGB643330-
CMYK00.480.530.75
HSL5.29º36.17%18.43%-
HSV(B)5.29º53.12%25.1%-
XYZ2.892.271.51-
YUV41.93121.27143.74-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 50.39%
GREEN value IS 33 (13.28% from 255) = 25.98%
BLUE value IS 30 (12.11% from 255) = 23.62%
R=50.39%
G=25.98%
B=23.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.53
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64333000.480.530.755.2936.1718.43
Hex40211E030354B52412
Octal10041360606511354422
Binary1000000100001111100110000110101100101110110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40211E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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