#402112

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

Shades of Brown Pod #402112

Tints of Brown Pod #402112

Color information

#402112 (or 0x402112) is unknown color: approx Brown Pod. HEX triplet: 40, 21 and 12. RGB value is (64,33,18). Sum of RGB (Red+Green+Blue) = 64+33+18=115 (15% of max value = 765). Red value is 64 (25.39% from 255 or 55.65% from 115); Green value is 33 (13.28% from 255 or 28.70% from 115); Blue value is 18 (7.42% from 255 or 15.65% from 115); Max value from RGB is 64 - color contains mainly: red. Hex color #402112 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402112 is #BFDEED. Grayscale: #282828. Windows color (decimal): -12574446 or 1188160. OLE color: 1188160.

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

Color convert

RGB643318-
CMYK00.480.720.75
HSL19.57º56.1%16.08%-
HSV(B)19.57º71.88%25.1%-
XYZ2.772.220.86-
YUV40.56115.27144.72-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 55.65%
GREEN value IS 33 (13.28% from 255) = 28.70%
BLUE value IS 18 (7.42% from 255) = 15.65%
R=55.65%
G=28.70%
B=15.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.72
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64331800.480.720.7519.5756.116.08
Hex402112030484B143810
Octal1004122060110113247020
Binary1000000100001100100110000100100010010111010011100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402112; }

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

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

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

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

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

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

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

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