#402212

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

Shades of Brown Pod #402212

Tints of Brown Pod #402212

Color information

#402212 (or 0x402212) is unknown color: approx Brown Pod. HEX triplet: 40, 22 and 12. RGB value is (64,34,18). Sum of RGB (Red+Green+Blue) = 64+34+18=116 (15% of max value = 765). Red value is 64 (25.39% from 255 or 55.17% from 116); Green value is 34 (13.67% from 255 or 29.31% from 116); Blue value is 18 (7.42% from 255 or 15.52% from 116); Max value from RGB is 64 - color contains mainly: red. Hex color #402212 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402212 is #BFDDED. Grayscale: #292929. Windows color (decimal): -12574190 or 1188416. OLE color: 1188416.

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

Color convert

RGB643418-
CMYK00.470.720.75
HSL20.87º56.1%16.08%-
HSV(B)20.87º71.88%25.1%-
XYZ2.82.280.86-
YUV41.15114.94144.3-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 55.17%
GREEN value IS 34 (13.67% from 255) = 29.31%
BLUE value IS 18 (7.42% from 255) = 15.52%
R=55.17%
G=29.31%
B=15.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.72
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64341800.470.720.7520.8756.116.08
Hex40221202F484B153810
Octal1004222057110113257020
Binary1000000100010100100101111100100010010111010111100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402212; }

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

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

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

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

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

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

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

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