#40211D

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

Shades of Brown Pod #40211D

Tints of Brown Pod #40211D

Color information

#40211D (or 0x40211D) is unknown color: approx Brown Pod. HEX triplet: 40, 21 and 1D. RGB value is (64,33,29). Sum of RGB (Red+Green+Blue) = 64+33+29=126 (16% of max value = 765). Red value is 64 (25.39% from 255 or 50.79% from 126); Green value is 33 (13.28% from 255 or 26.19% from 126); Blue value is 29 (11.72% from 255 or 23.02% from 126); Max value from RGB is 64 - color contains mainly: red. Hex color #40211D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40211D is #BFDEE2. Grayscale: #292929. Windows color (decimal): -12574435 or 1909056. OLE color: 1909056.

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

Color convert

RGB643329-
CMYK00.480.550.75
HSL6.86º37.63%18.24%-
HSV(B)6.86º54.69%25.1%-
XYZ2.882.271.45-
YUV41.81120.77143.83-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 50.79%
GREEN value IS 33 (13.28% from 255) = 26.19%
BLUE value IS 29 (11.72% from 255) = 23.02%
R=50.79%
G=26.19%
B=23.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.55
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64332900.480.550.756.8637.6318.24
Hex40211D030374B72612
Octal10041350606711374622
Binary1000000100001111010110000110111100101111110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40211D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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