#401A14

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

Shades of Brown Pod #401A14

Tints of Brown Pod #401A14

Color information

#401A14 (or 0x401A14) is unknown color: approx Brown Pod. HEX triplet: 40, 1A and 14. RGB value is (64,26,20). Sum of RGB (Red+Green+Blue) = 64+26+20=110 (14% of max value = 765). Red value is 64 (25.39% from 255 or 58.18% from 110); Green value is 26 (10.55% from 255 or 23.64% from 110); Blue value is 20 (8.20% from 255 or 18.18% from 110); Max value from RGB is 64 - color contains mainly: red. Hex color #401A14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #401A14 is #BFE5EB. Grayscale: #242424. Windows color (decimal): -12576236 or 1317440. OLE color: 1317440.

HSL color Cylindrical-coordinate representation of color #401A14: hue angle of 8.18º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #401A14 is Cyan = 0, Magento = 0.59, Yellow = 0.69 and Black (K on CMYK) = 0.75.

Color convert

RGB642620-
CMYK00.590.690.75
HSL8.18º52.38%16.47%-
HSV(B)8.18º68.75%25.1%-
XYZ2.611.880.89-
YUV36.68118.59147.49-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 58.18%
GREEN value IS 26 (10.55% from 255) = 23.64%
BLUE value IS 20 (8.20% from 255) = 18.18%
R=58.18%
G=23.64%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.69
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64262000.590.690.758.1852.3816.47
Hex401A1403B454B83410
Octal1003224073105113106420
Binary10000001101010100011101110001011001011100011010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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