#401C11

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

Shades of Brown Pod #401C11

Tints of Brown Pod #401C11

Color information

#401C11 (or 0x401C11) is unknown color: approx Brown Pod. HEX triplet: 40, 1C and 11. RGB value is (64,28,17). Sum of RGB (Red+Green+Blue) = 64+28+17=109 (14% of max value = 765). Red value is 64 (25.39% from 255 or 58.72% from 109); Green value is 28 (11.33% from 255 or 25.69% from 109); Blue value is 17 (7.03% from 255 or 15.60% from 109); Max value from RGB is 64 - color contains mainly: red. Hex color #401C11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #401C11 is #BFE3EE. Grayscale: #252525. Windows color (decimal): -12575727 or 1121344. OLE color: 1121344.

HSL color Cylindrical-coordinate representation of color #401C11: hue angle of 14.04º 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 #401C11 is Cyan = 0, Magento = 0.56, Yellow = 0.73 and Black (K on CMYK) = 0.75.

Color convert

RGB642817-
CMYK00.560.730.75
HSL14.04º58.02%15.88%-
HSV(B)14.04º73.44%25.1%-
XYZ2.631.960.77-
YUV37.51116.43146.89-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 58.72%
GREEN value IS 28 (11.33% from 255) = 25.69%
BLUE value IS 17 (7.03% from 255) = 15.60%
R=58.72%
G=25.69%
B=15.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.73
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64281700.560.730.7514.0458.0215.88
Hex401C11038494Be3a10
Octal1003421070111113167220
Binary10000001110010001011100010010011001011111011101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401C11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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