#401C16

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

Shades of Brown Pod #401C16

Tints of Brown Pod #401C16

Color information

#401C16 (or 0x401C16) is unknown color: approx Brown Pod. HEX triplet: 40, 1C and 16. RGB value is (64,28,22). Sum of RGB (Red+Green+Blue) = 64+28+22=114 (15% of max value = 765). Red value is 64 (25.39% from 255 or 56.14% from 114); Green value is 28 (11.33% from 255 or 24.56% from 114); Blue value is 22 (8.98% from 255 or 19.30% from 114); Max value from RGB is 64 - color contains mainly: red. Hex color #401C16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #401C16 is #BFE3E9. Grayscale: #262626. Windows color (decimal): -12575722 or 1449024. OLE color: 1449024.

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

Color convert

RGB642822-
CMYK00.560.660.75
HSL8.57º48.84%16.86%-
HSV(B)8.57º65.62%25.1%-
XYZ2.671.981-
YUV38.08118.93146.49-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 56.14%
GREEN value IS 28 (11.33% from 255) = 24.56%
BLUE value IS 22 (8.98% from 255) = 19.30%
R=56.14%
G=24.56%
B=19.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.66
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64282200.560.660.758.5748.8416.86
Hex401C16038424B93111
Octal1003426070102113116121
Binary10000001110010110011100010000101001011100111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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