#401E0D

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

Shades of Brown Pod #401E0D

Tints of Brown Pod #401E0D

Color information

#401E0D (or 0x401E0D) is unknown color: approx Brown Pod. HEX triplet: 40, 1E and 0D. RGB value is (64,30,13). Sum of RGB (Red+Green+Blue) = 64+30+13=107 (14% of max value = 765). Red value is 64 (25.39% from 255 or 59.81% from 107); Green value is 30 (12.11% from 255 or 28.04% from 107); Blue value is 13 (5.47% from 255 or 12.15% from 107); Max value from RGB is 64 - color contains mainly: red. Hex color #401E0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #401E0D is #BFE1F2. Grayscale: #262626. Windows color (decimal): -12575219 or 859712. OLE color: 859712.

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

Color convert

RGB643013-
CMYK00.530.800.75
HSL20º66.23%15.1%-
HSV(B)20º79.69%25.1%-
XYZ2.652.050.64-
YUV38.23113.76146.38-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 59.81%
GREEN value IS 30 (12.11% from 255) = 28.04%
BLUE value IS 13 (5.47% from 255) = 12.15%
R=59.81%
G=28.04%
B=12.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.80
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64301300.530.800.752066.2315.1
Hex401ED035504B1442f
Octal10036150651201132410217
Binary10000001111011010110101101000010010111010010000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401E0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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