#401D10

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

Shades of Brown Pod #401D10

Tints of Brown Pod #401D10

Color information

#401D10 (or 0x401D10) is unknown color: approx Brown Pod. HEX triplet: 40, 1D and 10. RGB value is (64,29,16). Sum of RGB (Red+Green+Blue) = 64+29+16=109 (14% of max value = 765). Red value is 64 (25.39% from 255 or 58.72% from 109); Green value is 29 (11.72% from 255 or 26.61% from 109); Blue value is 16 (6.64% from 255 or 14.68% from 109); Max value from RGB is 64 - color contains mainly: red. Hex color #401D10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #401D10 is #BFE2EF. Grayscale: #262626. Windows color (decimal): -12575472 or 1056064. OLE color: 1056064.

HSL color Cylindrical-coordinate representation of color #401D10: hue angle of 16.25º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #401D10 is Cyan = 0, Magento = 0.55, Yellow = 0.75 and Black (K on CMYK) = 0.75.

Color convert

RGB642916-
CMYK00.550.750.75
HSL16.25º60%15.69%-
HSV(B)16.25º75%25.1%-
XYZ2.652.010.74-
YUV37.98115.6146.56-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 58.72%
GREEN value IS 29 (11.72% from 255) = 26.61%
BLUE value IS 16 (6.64% from 255) = 14.68%
R=58.72%
G=26.61%
B=14.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.75
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64291600.550.750.7516.256015.69
Hex401D100374B4B103c10
Octal1003520067113113207420
Binary100000011101100000110111100101110010111000011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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