#401D06

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

Shades of Brown Pod #401D06

Tints of Brown Pod #401D06

Color information

#401D06 (or 0x401D06) is unknown color: approx Brown Pod. HEX triplet: 40, 1D and 06. RGB value is (64,29,6). Sum of RGB (Red+Green+Blue) = 64+29+6=99 (13% of max value = 765). Red value is 64 (25.39% from 255 or 64.65% from 99); Green value is 29 (11.72% from 255 or 29.29% from 99); Blue value is 6 (2.73% from 255 or 6.06% from 99); Max value from RGB is 64 - color contains mainly: red. Hex color #401D06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #401D06 is #BFE2F9. Grayscale: #242424. Windows color (decimal): -12575482 or 400704. OLE color: 400704.

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

Color convert

RGB64296-
CMYK00.550.910.75
HSL23.79º82.86%13.73%-
HSV(B)23.79º90.62%25.1%-
XYZ2.591.980.42-
YUV36.84110.6147.37-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 64.65%
GREEN value IS 29 (11.72% from 255) = 29.29%
BLUE value IS 6 (2.73% from 255) = 6.06%
R=64.65%
G=29.29%
B=6.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.91
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6429600.550.910.7523.7982.8613.73
Hex401D60375B4B1853e
Octal1003560671331133012316
Binary1000000111011100110111101101110010111100010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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