#402115

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

Shades of Brown Pod #402115

Tints of Brown Pod #402115

Color information

#402115 (or 0x402115) is unknown color: approx Brown Pod. HEX triplet: 40, 21 and 15. RGB value is (64,33,21). Sum of RGB (Red+Green+Blue) = 64+33+21=118 (15% of max value = 765). Red value is 64 (25.39% from 255 or 54.24% from 118); Green value is 33 (13.28% from 255 or 27.97% from 118); Blue value is 21 (8.59% from 255 or 17.80% from 118); Max value from RGB is 64 - color contains mainly: red. Hex color #402115 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402115 is #BFDEEA. Grayscale: #282828. Windows color (decimal): -12574443 or 1384768. OLE color: 1384768.

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

Color convert

RGB643321-
CMYK00.480.670.75
HSL16.74º50.59%16.67%-
HSV(B)16.74º67.19%25.1%-
XYZ2.792.230.99-
YUV40.9116.77144.48-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 54.24%
GREEN value IS 33 (13.28% from 255) = 27.97%
BLUE value IS 21 (8.59% from 255) = 17.80%
R=54.24%
G=27.97%
B=17.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.67
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64332100.480.670.7516.7450.5916.67
Hex402115030434B113311
Octal1004125060103113216321
Binary1000000100001101010110000100001110010111000111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402115; }

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

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

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

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

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

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

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

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