#401E11

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

Shades of Brown Pod #401E11

Tints of Brown Pod #401E11

Color information

#401E11 (or 0x401E11) is unknown color: approx Brown Pod. HEX triplet: 40, 1E and 11. RGB value is (64,30,17). Sum of RGB (Red+Green+Blue) = 64+30+17=111 (14% of max value = 765). Red value is 64 (25.39% from 255 or 57.66% from 111); Green value is 30 (12.11% from 255 or 27.03% from 111); Blue value is 17 (7.03% from 255 or 15.32% from 111); Max value from RGB is 64 - color contains mainly: red. Hex color #401E11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #401E11 is #BFE1EE. Grayscale: #262626. Windows color (decimal): -12575215 or 1121856. OLE color: 1121856.

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

Color convert

RGB643017-
CMYK00.530.730.75
HSL16.6º58.02%15.88%-
HSV(B)16.6º73.44%25.1%-
XYZ2.682.060.79-
YUV38.68115.76146.06-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 57.66%
GREEN value IS 30 (12.11% from 255) = 27.03%
BLUE value IS 17 (7.03% from 255) = 15.32%
R=57.66%
G=27.03%
B=15.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.73
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64301700.530.730.7516.658.0215.88
Hex401E11035494B113a10
Octal1003621065111113217220
Binary100000011110100010110101100100110010111000111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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