#401C0E

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

Shades of Brown Pod #401C0E

Tints of Brown Pod #401C0E

Color information

#401C0E (or 0x401C0E) is unknown color: approx Brown Pod. HEX triplet: 40, 1C and 0E. RGB value is (64,28,14). Sum of RGB (Red+Green+Blue) = 64+28+14=106 (14% of max value = 765). Red value is 64 (25.39% from 255 or 60.38% from 106); Green value is 28 (11.33% from 255 or 26.42% from 106); Blue value is 14 (5.86% from 255 or 13.21% from 106); Max value from RGB is 64 - color contains mainly: red. Hex color #401C0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #401C0E is #BFE3F1. Grayscale: #252525. Windows color (decimal): -12575730 or 924736. OLE color: 924736.

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

Color convert

RGB642814-
CMYK00.560.780.75
HSL16.8º64.1%15.29%-
HSV(B)16.8º78.12%25.1%-
XYZ2.611.950.65-
YUV37.17114.93147.14-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 60.38%
GREEN value IS 28 (11.33% from 255) = 26.42%
BLUE value IS 14 (5.86% from 255) = 13.21%
R=60.38%
G=26.42%
B=13.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.78
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64281400.560.780.7516.864.115.29
Hex401CE0384E4B1140f
Octal10034160701161132110017
Binary10000001110011100111000100111010010111000110000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401C0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,28,14); }

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

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

 a { background-color: rgb(64,28,14); }

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

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

 span { border-color: rgb(64,28,14); }

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