#401F05

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

Shades of Brown Pod #401F05

Tints of Brown Pod #401F05

Color information

#401F05 (or 0x401F05) is unknown color: approx Brown Pod. HEX triplet: 40, 1F and 05. RGB value is (64,31,5). Sum of RGB (Red+Green+Blue) = 64+31+5=100 (13% of max value = 765). Red value is 64 (25.39% from 255 or 64% from 100); Green value is 31 (12.5% from 255 or 31% from 100); Blue value is 5 (2.34% from 255 or 5% from 100); Max value from RGB is 64 - color contains mainly: red. Hex color #401F05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #401F05 is #BFE0FA. Grayscale: #262626. Windows color (decimal): -12574971 or 335680. OLE color: 335680.

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

Color convert

RGB64315-
CMYK00.520.920.75
HSL26.44º85.51%13.53%-
HSV(B)26.44º92.19%25.1%-
XYZ2.632.080.41-
YUV37.9109.43146.61-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 64%
GREEN value IS 31 (12.5% from 255) = 31%
BLUE value IS 5 (2.34% from 255) = 5%
R=64%
G=31%
B=5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.92
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6431500.520.920.7526.4485.5113.53
Hex401F50345C4B1a56e
Octal1003750641341133212616
Binary1000000111111010110100101110010010111101010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401F05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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