#401A10

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

Shades of Brown Pod #401A10

Tints of Brown Pod #401A10

Color information

#401A10 (or 0x401A10) is unknown color: approx Brown Pod. HEX triplet: 40, 1A and 10. RGB value is (64,26,16). Sum of RGB (Red+Green+Blue) = 64+26+16=106 (14% of max value = 765). Red value is 64 (25.39% from 255 or 60.38% from 106); Green value is 26 (10.55% from 255 or 24.53% from 106); Blue value is 16 (6.64% from 255 or 15.09% from 106); Max value from RGB is 64 - color contains mainly: red. Hex color #401A10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #401A10 is #BFE5EF. Grayscale: #242424. Windows color (decimal): -12576240 or 1055296. OLE color: 1055296.

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

Color convert

RGB642616-
CMYK00.590.750.75
HSL12.5º60%15.69%-
HSV(B)12.5º75%25.1%-
XYZ2.581.870.71-
YUV36.22116.59147.81-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 60.38%
GREEN value IS 26 (10.55% from 255) = 24.53%
BLUE value IS 16 (6.64% from 255) = 15.09%
R=60.38%
G=24.53%
B=15.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.75
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64261600.590.750.7512.56015.69
Hex401A1003B4B4Bc3c10
Octal1003220073113113147420
Binary10000001101010000011101110010111001011110011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401A10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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