#401E0C

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

Shades of Brown Pod #401E0C

Tints of Brown Pod #401E0C

Color information

#401E0C (or 0x401E0C) is unknown color: approx Brown Pod. HEX triplet: 40, 1E and 0C. RGB value is (64,30,12). Sum of RGB (Red+Green+Blue) = 64+30+12=106 (14% of max value = 765). Red value is 64 (25.39% from 255 or 60.38% from 106); Green value is 30 (12.11% from 255 or 28.30% from 106); Blue value is 12 (5.08% from 255 or 11.32% from 106); Max value from RGB is 64 - color contains mainly: red. Hex color #401E0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #401E0C is #BFE1F3. Grayscale: #262626. Windows color (decimal): -12575220 or 794176. OLE color: 794176.

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

Color convert

RGB643012-
CMYK00.530.810.75
HSL20.77º68.42%14.9%-
HSV(B)20.77º81.25%25.1%-
XYZ2.642.050.6-
YUV38.11113.26146.46-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 60.38%
GREEN value IS 30 (12.11% from 255) = 28.30%
BLUE value IS 12 (5.08% from 255) = 11.32%
R=60.38%
G=28.30%
B=11.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.81
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64301200.530.810.7520.7768.4214.9
Hex401EC035514B1544f
Octal10036140651211132510417
Binary10000001111011000110101101000110010111010110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401E0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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