#401B16

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

Shades of Brown Pod #401B16

Tints of Brown Pod #401B16

Color information

#401B16 (or 0x401B16) is unknown color: approx Brown Pod. HEX triplet: 40, 1B and 16. RGB value is (64,27,22). Sum of RGB (Red+Green+Blue) = 64+27+22=113 (14% of max value = 765). Red value is 64 (25.39% from 255 or 56.64% from 113); Green value is 27 (10.94% from 255 or 23.89% from 113); Blue value is 22 (8.98% from 255 or 19.47% from 113); Max value from RGB is 64 - color contains mainly: red. Hex color #401B16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #401B16 is #BFE4E9. Grayscale: #252525. Windows color (decimal): -12575978 or 1448768. OLE color: 1448768.

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

Color convert

RGB642722-
CMYK00.580.660.75
HSL7.14º48.84%16.86%-
HSV(B)7.14º65.62%25.1%-
XYZ2.651.930.99-
YUV37.49119.26146.91-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 56.64%
GREEN value IS 27 (10.94% from 255) = 23.89%
BLUE value IS 22 (8.98% from 255) = 19.47%
R=56.64%
G=23.89%
B=19.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.66
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64272200.580.660.757.1448.8416.86
Hex401B1603A424B73111
Octal100332607210211376121
Binary1000000110111011001110101000010100101111111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401B16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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