#401A04

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

Shades of Brown Pod #401A04

Tints of Brown Pod #401A04

Color information

#401A04 (or 0x401A04) is unknown color: approx Brown Pod. HEX triplet: 40, 1A and 04. RGB value is (64,26,4). Sum of RGB (Red+Green+Blue) = 64+26+4=94 (12% of max value = 765). Red value is 64 (25.39% from 255 or 68.09% from 94); Green value is 26 (10.55% from 255 or 27.66% from 94); Blue value is 4 (1.95% from 255 or 4.26% from 94); Max value from RGB is 64 - color contains mainly: red. Hex color #401A04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #401A04 is #BFE5FB. Grayscale: #222222. Windows color (decimal): -12576252 or 268864. OLE color: 268864.

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

Color convert

RGB64264-
CMYK00.590.940.75
HSL22º88.24%13.33%-
HSV(B)22º93.75%25.1%-
XYZ2.511.840.34-
YUV34.85110.59148.79-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 68.09%
GREEN value IS 26 (10.55% from 255) = 27.66%
BLUE value IS 4 (1.95% from 255) = 4.26%
R=68.09%
G=27.66%
B=4.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.94
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6426400.590.940.752288.2413.33
Hex401A403B5E4B1658d
Octal1003240731361132613015
Binary1000000110101000111011101111010010111011010110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401A04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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