#402420

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

Shades of Brown Pod #402420

Tints of Brown Pod #402420

Color information

#402420 (or 0x402420) is unknown color: approx Brown Pod. HEX triplet: 40, 24 and 20. RGB value is (64,36,32). Sum of RGB (Red+Green+Blue) = 64+36+32=132 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.48% from 132); Green value is 36 (14.45% from 255 or 27.27% from 132); Blue value is 32 (12.89% from 255 or 24.24% from 132); Max value from RGB is 64 - color contains mainly: red. Hex color #402420 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402420 is #BFDBDF. Grayscale: #2B2B2B. Windows color (decimal): -12573664 or 2106432. OLE color: 2106432.

HSL color Cylindrical-coordinate representation of color #402420: hue angle of 7.5º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #402420 is Cyan = 0, Magento = 0.44, Yellow = 0.50 and Black (K on CMYK) = 0.75.

Color convert

RGB643632-
CMYK00.440.500.75
HSL7.5º33.33%18.82%-
HSV(B)7.5º50%25.1%-
XYZ3.012.461.68-
YUV43.92121.28142.33-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 48.48%
GREEN value IS 36 (14.45% from 255) = 27.27%
BLUE value IS 32 (12.89% from 255) = 24.24%
R=48.48%
G=27.27%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.50
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64363200.440.500.757.533.3318.82
Hex40242002C324B82113
Octal100444005462113104123
Binary100000010010010000001011001100101001011100010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402420; }

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

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

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

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

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

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

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

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