#402118

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

Shades of Brown Pod #402118

Tints of Brown Pod #402118

Color information

#402118 (or 0x402118) is unknown color: approx Brown Pod. HEX triplet: 40, 21 and 18. RGB value is (64,33,24). Sum of RGB (Red+Green+Blue) = 64+33+24=121 (16% of max value = 765). Red value is 64 (25.39% from 255 or 52.89% from 121); Green value is 33 (13.28% from 255 or 27.27% from 121); Blue value is 24 (9.77% from 255 or 19.83% from 121); Max value from RGB is 64 - color contains mainly: red. Hex color #402118 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402118 is #BFDEE7. Grayscale: #292929. Windows color (decimal): -12574440 or 1581376. OLE color: 1581376.

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

Color convert

RGB643324-
CMYK00.480.620.75
HSL13.5º45.45%17.25%-
HSV(B)13.5º62.5%25.1%-
XYZ2.822.241.15-
YUV41.24118.27144.23-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 52.89%
GREEN value IS 33 (13.28% from 255) = 27.27%
BLUE value IS 24 (9.77% from 255) = 19.83%
R=52.89%
G=27.27%
B=19.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.62
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64332400.480.620.7513.545.4517.25
Hex4021180303E4Be2d11
Octal100413006076113165521
Binary10000001000011100001100001111101001011111010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402118; }

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

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

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

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

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

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

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

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