#401E1A

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

Shades of Brown Pod #401E1A

Tints of Brown Pod #401E1A

Color information

#401E1A (or 0x401E1A) is unknown color: approx Brown Pod. HEX triplet: 40, 1E and 1A. RGB value is (64,30,26). Sum of RGB (Red+Green+Blue) = 64+30+26=120 (15% of max value = 765). Red value is 64 (25.39% from 255 or 53.33% from 120); Green value is 30 (12.11% from 255 or 25% from 120); Blue value is 26 (10.55% from 255 or 21.67% from 120); Max value from RGB is 64 - color contains mainly: red. Hex color #401E1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401E1A is #BFE1E5. Grayscale: #272727. Windows color (decimal): -12575206 or 1711680. OLE color: 1711680.

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

Color convert

RGB643026-
CMYK00.530.590.75
HSL6.32º42.22%17.65%-
HSV(B)6.32º59.38%25.1%-
XYZ2.772.091.24-
YUV39.71120.26145.33-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 53.33%
GREEN value IS 30 (12.11% from 255) = 25%
BLUE value IS 26 (10.55% from 255) = 21.67%
R=53.33%
G=25%
B=21.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.59
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64302600.530.590.756.3242.2217.65
Hex401E1A0353B4B62a12
Octal10036320657311365222
Binary100000011110110100110101111011100101111010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401E1A; }

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

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

<style>
 a { background-color: #401E1A; }

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

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

<style>
 span { border-color: #401E1A; }

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

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