#401E10

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

Shades of Brown Pod #401E10

Tints of Brown Pod #401E10

Color information

#401E10 (or 0x401E10) is unknown color: approx Brown Pod. HEX triplet: 40, 1E and 10. RGB value is (64,30,16). Sum of RGB (Red+Green+Blue) = 64+30+16=110 (14% of max value = 765). Red value is 64 (25.39% from 255 or 58.18% from 110); Green value is 30 (12.11% from 255 or 27.27% from 110); Blue value is 16 (6.64% from 255 or 14.55% from 110); Max value from RGB is 64 - color contains mainly: red. Hex color #401E10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #401E10 is #BFE1EF. Grayscale: #262626. Windows color (decimal): -12575216 or 1056320. OLE color: 1056320.

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

Color convert

RGB643016-
CMYK00.530.750.75
HSL17.5º60%15.69%-
HSV(B)17.5º75%25.1%-
XYZ2.672.060.75-
YUV38.57115.26146.14-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 58.18%
GREEN value IS 30 (12.11% from 255) = 27.27%
BLUE value IS 16 (6.64% from 255) = 14.55%
R=58.18%
G=27.27%
B=14.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.75
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64301600.530.750.7517.56015.69
Hex401E100354B4B113c10
Octal1003620065113113217420
Binary100000011110100000110101100101110010111000111110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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