#40221E

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

Shades of Brown Pod #40221E

Tints of Brown Pod #40221E

Color information

#40221E (or 0x40221E) is unknown color: approx Brown Pod. HEX triplet: 40, 22 and 1E. RGB value is (64,34,30). Sum of RGB (Red+Green+Blue) = 64+34+30=128 (16% of max value = 765). Red value is 64 (25.39% from 255 or 50% from 128); Green value is 34 (13.67% from 255 or 26.56% from 128); Blue value is 30 (12.11% from 255 or 23.44% from 128); Max value from RGB is 64 - color contains mainly: red. Hex color #40221E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40221E is #BFDDE1. Grayscale: #2A2A2A. Windows color (decimal): -12574178 or 1974848. OLE color: 1974848.

HSL color Cylindrical-coordinate representation of color #40221E: hue angle of 7.06º 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 #40221E is Cyan = 0, Magento = 0.47, Yellow = 0.53 and Black (K on CMYK) = 0.75.

Color convert

RGB643430-
CMYK00.470.530.75
HSL7.06º36.17%18.43%-
HSV(B)7.06º53.12%25.1%-
XYZ2.922.331.52-
YUV42.51120.94143.33-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 50%
GREEN value IS 34 (13.67% from 255) = 26.56%
BLUE value IS 30 (12.11% from 255) = 23.44%
R=50%
G=26.56%
B=23.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.53
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64343000.470.530.757.0636.1718.43
Hex40221E02F354B72412
Octal10042360576511374422
Binary1000000100010111100101111110101100101111110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40221E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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