#402111

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

Shades of Brown Pod #402111

Tints of Brown Pod #402111

Color information

#402111 (or 0x402111) is unknown color: approx Brown Pod. HEX triplet: 40, 21 and 11. RGB value is (64,33,17). Sum of RGB (Red+Green+Blue) = 64+33+17=114 (15% of max value = 765). Red value is 64 (25.39% from 255 or 56.14% from 114); Green value is 33 (13.28% from 255 or 28.95% from 114); Blue value is 17 (7.03% from 255 or 14.91% from 114); Max value from RGB is 64 - color contains mainly: red. Hex color #402111 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402111 is #BFDEEE. Grayscale: #282828. Windows color (decimal): -12574447 or 1122624. OLE color: 1122624.

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

Color convert

RGB643317-
CMYK00.480.730.75
HSL20.43º58.02%15.88%-
HSV(B)20.43º73.44%25.1%-
XYZ2.762.220.81-
YUV40.44114.77144.8-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 56.14%
GREEN value IS 33 (13.28% from 255) = 28.95%
BLUE value IS 17 (7.03% from 255) = 14.91%
R=56.14%
G=28.95%
B=14.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.73
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64331700.480.730.7520.4358.0215.88
Hex402111030494B143a10
Octal1004121060111113247220
Binary1000000100001100010110000100100110010111010011101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402111; }

 p { color: rgb(64,33,17); }

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

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

 a { background-color: rgb(64,33,17); }

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

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

 span { border-color: rgb(64,33,17); }

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