#402018

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

Shades of Brown Pod #402018

Tints of Brown Pod #402018

Color information

#402018 (or 0x402018) is unknown color: approx Brown Pod. HEX triplet: 40, 20 and 18. RGB value is (64,32,24). Sum of RGB (Red+Green+Blue) = 64+32+24=120 (15% of max value = 765). Red value is 64 (25.39% from 255 or 53.33% from 120); Green value is 32 (12.89% from 255 or 26.67% from 120); Blue value is 24 (9.77% from 255 or 20% from 120); Max value from RGB is 64 - color contains mainly: red. Hex color #402018 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402018 is #BFDFE7. Grayscale: #282828. Windows color (decimal): -12574696 or 1581120. OLE color: 1581120.

HSL color Cylindrical-coordinate representation of color #402018: hue angle of 12º 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 #402018 is Cyan = 0, Magento = 0.50, Yellow = 0.62 and Black (K on CMYK) = 0.75.

Color convert

RGB643224-
CMYK00.500.620.75
HSL12º45.45%17.25%-
HSV(B)12º62.5%25.1%-
XYZ2.82.191.14-
YUV40.66118.6144.65-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 53.33%
GREEN value IS 32 (12.89% from 255) = 26.67%
BLUE value IS 24 (9.77% from 255) = 20%
R=53.33%
G=26.67%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.62
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64322400.500.620.751245.4517.25
Hex4020180323E4Bc2d11
Octal100403006276113145521
Binary10000001000001100001100101111101001011110010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402018; }

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

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

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

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

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

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

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

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