#401904

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

Shades of Brown Pod #401904

Tints of Brown Pod #401904

Color information

#401904 (or 0x401904) is unknown color: approx Brown Pod. HEX triplet: 40, 19 and 04. RGB value is (64,25,4). Sum of RGB (Red+Green+Blue) = 64+25+4=93 (12% of max value = 765). Red value is 64 (25.39% from 255 or 68.82% from 93); Green value is 25 (10.16% from 255 or 26.88% from 93); Blue value is 4 (1.95% from 255 or 4.30% from 93); Max value from RGB is 64 - color contains mainly: red. Hex color #401904 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401904 is #BFE6FB. Grayscale: #222222. Windows color (decimal): -12576508 or 268608. OLE color: 268608.

HSL color Cylindrical-coordinate representation of color #401904: hue angle of 21º 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 #401904 is Cyan = 0, Magento = 0.61, Yellow = 0.94 and Black (K on CMYK) = 0.75.

Color convert

RGB64254-
CMYK00.610.940.75
HSL21º88.24%13.33%-
HSV(B)21º93.75%25.1%-
XYZ2.481.790.33-
YUV34.27110.92149.21-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 68.82%
GREEN value IS 25 (10.16% from 255) = 26.88%
BLUE value IS 4 (1.95% from 255) = 4.30%
R=68.82%
G=26.88%
B=4.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.94
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6425400.610.940.752188.2413.33
Hex4019403D5E4B1558d
Octal1003140751361132513015
Binary1000000110011000111101101111010010111010110110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401904

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401904; }

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

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

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

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

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

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

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

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