#402416

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

Shades of Brown Pod #402416

Tints of Brown Pod #402416

Color information

#402416 (or 0x402416) is unknown color: approx Brown Pod. HEX triplet: 40, 24 and 16. RGB value is (64,36,22). Sum of RGB (Red+Green+Blue) = 64+36+22=122 (16% of max value = 765). Red value is 64 (25.39% from 255 or 52.46% from 122); Green value is 36 (14.45% from 255 or 29.51% from 122); Blue value is 22 (8.98% from 255 or 18.03% from 122); Max value from RGB is 64 - color contains mainly: red. Hex color #402416 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402416 is #BFDBE9. Grayscale: #2A2A2A. Windows color (decimal): -12573674 or 1451072. OLE color: 1451072.

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

Color convert

RGB643622-
CMYK00.440.660.75
HSL20º48.84%16.86%-
HSV(B)20º65.62%25.1%-
XYZ2.892.411.07-
YUV42.78116.28143.14-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 52.46%
GREEN value IS 36 (14.45% from 255) = 29.51%
BLUE value IS 22 (8.98% from 255) = 18.03%
R=52.46%
G=29.51%
B=18.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.66
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64362200.440.660.752048.8416.86
Hex40241602C424B143111
Octal1004426054102113246121
Binary1000000100100101100101100100001010010111010011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402416; }

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

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

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

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

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

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

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

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