#401C18

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

Shades of Brown Pod #401C18

Tints of Brown Pod #401C18

Color information

#401C18 (or 0x401C18) is unknown color: approx Brown Pod. HEX triplet: 40, 1C and 18. RGB value is (64,28,24). Sum of RGB (Red+Green+Blue) = 64+28+24=116 (15% of max value = 765). Red value is 64 (25.39% from 255 or 55.17% from 116); Green value is 28 (11.33% from 255 or 24.14% from 116); Blue value is 24 (9.77% from 255 or 20.69% from 116); Max value from RGB is 64 - color contains mainly: red. Hex color #401C18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #401C18 is #BFE3E7. Grayscale: #262626. Windows color (decimal): -12575720 or 1580096. OLE color: 1580096.

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

Color convert

RGB642824-
CMYK00.560.620.75
HSL45.45%17.25%-
HSV(B)62.5%25.1%-
XYZ2.691.991.11-
YUV38.31119.93146.33-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 55.17%
GREEN value IS 28 (11.33% from 255) = 24.14%
BLUE value IS 24 (9.77% from 255) = 20.69%
R=55.17%
G=24.14%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.62
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64282400.560.620.75645.4517.25
Hex401C180383E4B62d11
Octal10034300707611365521
Binary100000011100110000111000111110100101111010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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