#401F06

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

Shades of Brown Pod #401F06

Tints of Brown Pod #401F06

Color information

#401F06 (or 0x401F06) is unknown color: approx Brown Pod. HEX triplet: 40, 1F and 06. RGB value is (64,31,6). Sum of RGB (Red+Green+Blue) = 64+31+6=101 (13% of max value = 765). Red value is 64 (25.39% from 255 or 63.37% from 101); Green value is 31 (12.5% from 255 or 30.69% from 101); Blue value is 6 (2.73% from 255 or 5.94% from 101); Max value from RGB is 64 - color contains mainly: red. Hex color #401F06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #401F06 is #BFE0F9. Grayscale: #262626. Windows color (decimal): -12574970 or 401216. OLE color: 401216.

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

Color convert

RGB64316-
CMYK00.520.910.75
HSL25.86º82.86%13.73%-
HSV(B)25.86º90.62%25.1%-
XYZ2.642.080.44-
YUV38.02109.93146.53-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 63.37%
GREEN value IS 31 (12.5% from 255) = 30.69%
BLUE value IS 6 (2.73% from 255) = 5.94%
R=63.37%
G=30.69%
B=5.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.91
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6431600.520.910.7525.8682.8613.73
Hex401F60345B4B1a53e
Octal1003760641331133212316
Binary1000000111111100110100101101110010111101010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401F06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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