#401F04

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

Shades of Brown Pod #401F04

Tints of Brown Pod #401F04

Color information

#401F04 (or 0x401F04) is unknown color: approx Brown Pod. HEX triplet: 40, 1F and 04. RGB value is (64,31,4). Sum of RGB (Red+Green+Blue) = 64+31+4=99 (13% of max value = 765). Red value is 64 (25.39% from 255 or 64.65% from 99); Green value is 31 (12.5% from 255 or 31.31% from 99); Blue value is 4 (1.95% from 255 or 4.04% from 99); Max value from RGB is 64 - color contains mainly: red. Hex color #401F04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #401F04 is #BFE0FB. Grayscale: #252525. Windows color (decimal): -12574972 or 270144. OLE color: 270144.

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

Color convert

RGB64314-
CMYK00.520.940.75
HSL27º88.24%13.33%-
HSV(B)27º93.75%25.1%-
XYZ2.632.080.38-
YUV37.79108.93146.7-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 64.65%
GREEN value IS 31 (12.5% from 255) = 31.31%
BLUE value IS 4 (1.95% from 255) = 4.04%
R=64.65%
G=31.31%
B=4.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.94
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6431400.520.940.752788.2413.33
Hex401F40345E4B1b58d
Octal1003740641361133313015
Binary1000000111111000110100101111010010111101110110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401F04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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