#402516

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

Shades of Brown Pod #402516

Tints of Brown Pod #402516

Color information

#402516 (or 0x402516) is unknown color: approx Brown Pod. HEX triplet: 40, 25 and 16. RGB value is (64,37,22). Sum of RGB (Red+Green+Blue) = 64+37+22=123 (16% of max value = 765). Red value is 64 (25.39% from 255 or 52.03% from 123); Green value is 37 (14.84% from 255 or 30.08% from 123); Blue value is 22 (8.98% from 255 or 17.89% from 123); Max value from RGB is 64 - color contains mainly: red. Hex color #402516 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402516 is #BFDAE9. Grayscale: #2B2B2B. Windows color (decimal): -12573418 or 1451328. OLE color: 1451328.

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

Color convert

RGB643722-
CMYK00.420.660.75
HSL21.43º48.84%16.86%-
HSV(B)21.43º65.62%25.1%-
XYZ2.922.471.08-
YUV43.36115.95142.72-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 52.03%
GREEN value IS 37 (14.84% from 255) = 30.08%
BLUE value IS 22 (8.98% from 255) = 17.89%
R=52.03%
G=30.08%
B=17.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.66
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64372200.420.660.7521.4348.8416.86
Hex40251602A424B153111
Octal1004526052102113256121
Binary1000000100101101100101010100001010010111010111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402516; }

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

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

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

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

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

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

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

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