#40221D

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

Shades of Brown Pod #40221D

Tints of Brown Pod #40221D

Color information

#40221D (or 0x40221D) is unknown color: approx Brown Pod. HEX triplet: 40, 22 and 1D. RGB value is (64,34,29). Sum of RGB (Red+Green+Blue) = 64+34+29=127 (16% of max value = 765). Red value is 64 (25.39% from 255 or 50.39% from 127); Green value is 34 (13.67% from 255 or 26.77% from 127); Blue value is 29 (11.72% from 255 or 22.83% from 127); Max value from RGB is 64 - color contains mainly: red. Hex color #40221D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40221D is #BFDDE2. Grayscale: #2A2A2A. Windows color (decimal): -12574179 or 1909312. OLE color: 1909312.

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

Color convert

RGB643429-
CMYK00.470.550.75
HSL8.57º37.63%18.24%-
HSV(B)8.57º54.69%25.1%-
XYZ2.912.321.46-
YUV42.4120.44143.41-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 50.39%
GREEN value IS 34 (13.67% from 255) = 26.77%
BLUE value IS 29 (11.72% from 255) = 22.83%
R=50.39%
G=26.77%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.55
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64342900.470.550.758.5737.6318.24
Hex40221D02F374B92612
Octal100423505767113114622
Binary10000001000101110101011111101111001011100110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40221D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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