#402412

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

Shades of Brown Pod #402412

Tints of Brown Pod #402412

Color information

#402412 (or 0x402412) is unknown color: approx Brown Pod. HEX triplet: 40, 24 and 12. RGB value is (64,36,18). Sum of RGB (Red+Green+Blue) = 64+36+18=118 (15% of max value = 765). Red value is 64 (25.39% from 255 or 54.24% from 118); Green value is 36 (14.45% from 255 or 30.51% from 118); Blue value is 18 (7.42% from 255 or 15.25% from 118); Max value from RGB is 64 - color contains mainly: red. Hex color #402412 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402412 is #BFDBED. Grayscale: #2A2A2A. Windows color (decimal): -12573678 or 1188928. OLE color: 1188928.

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

Color convert

RGB643618-
CMYK00.440.720.75
HSL23.48º56.1%16.08%-
HSV(B)23.48º71.88%25.1%-
XYZ2.852.40.88-
YUV42.32114.28143.46-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 54.24%
GREEN value IS 36 (14.45% from 255) = 30.51%
BLUE value IS 18 (7.42% from 255) = 15.25%
R=54.24%
G=30.51%
B=15.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.72
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64361800.440.720.7523.4856.116.08
Hex40241202C484B173810
Octal1004422054110113277020
Binary1000000100100100100101100100100010010111011111100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402412; }

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

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

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

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

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

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

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

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