#401E16

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

Shades of Brown Pod #401E16

Tints of Brown Pod #401E16

Color information

#401E16 (or 0x401E16) is unknown color: approx Brown Pod. HEX triplet: 40, 1E and 16. RGB value is (64,30,22). Sum of RGB (Red+Green+Blue) = 64+30+22=116 (15% of max value = 765). Red value is 64 (25.39% from 255 or 55.17% from 116); Green value is 30 (12.11% from 255 or 25.86% from 116); Blue value is 22 (8.98% from 255 or 18.97% from 116); Max value from RGB is 64 - color contains mainly: red. Hex color #401E16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #401E16 is #BFE1E9. Grayscale: #272727. Windows color (decimal): -12575210 or 1449536. OLE color: 1449536.

HSL color Cylindrical-coordinate representation of color #401E16: hue angle of 11.43º degrees, saturation: 0.49, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #401E16 is Cyan = 0, Magento = 0.53, Yellow = 0.66 and Black (K on CMYK) = 0.75.

Color convert

RGB643022-
CMYK00.530.660.75
HSL11.43º48.84%16.86%-
HSV(B)11.43º65.62%25.1%-
XYZ2.722.081.02-
YUV39.25118.26145.65-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 55.17%
GREEN value IS 30 (12.11% from 255) = 25.86%
BLUE value IS 22 (8.98% from 255) = 18.97%
R=55.17%
G=25.86%
B=18.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.66
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64302200.530.660.7511.4348.8416.86
Hex401E16035424Bb3111
Octal1003626065102113136121
Binary10000001111010110011010110000101001011101111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,30,22); }

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

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

 a { background-color: rgb(64,30,22); }

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

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

 span { border-color: rgb(64,30,22); }

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