#401A11

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

Shades of Brown Pod #401A11

Tints of Brown Pod #401A11

Color information

#401A11 (or 0x401A11) is unknown color: approx Brown Pod. HEX triplet: 40, 1A and 11. RGB value is (64,26,17). Sum of RGB (Red+Green+Blue) = 64+26+17=107 (14% of max value = 765). Red value is 64 (25.39% from 255 or 59.81% from 107); Green value is 26 (10.55% from 255 or 24.30% from 107); Blue value is 17 (7.03% from 255 or 15.89% from 107); Max value from RGB is 64 - color contains mainly: red. Hex color #401A11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #401A11 is #BFE5EE. Grayscale: #242424. Windows color (decimal): -12576239 or 1120832. OLE color: 1120832.

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

Color convert

RGB642617-
CMYK00.590.730.75
HSL11.49º58.02%15.88%-
HSV(B)11.49º73.44%25.1%-
XYZ2.581.870.75-
YUV36.34117.09147.73-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 59.81%
GREEN value IS 26 (10.55% from 255) = 24.30%
BLUE value IS 17 (7.03% from 255) = 15.89%
R=59.81%
G=24.30%
B=15.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.73
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64261700.590.730.7511.4958.0215.88
Hex401A1103B494Bb3a10
Octal1003221073111113137220
Binary10000001101010001011101110010011001011101111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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