#322E2C

Color #322E2C Coffee Bean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Coffee Bean #322E2C

Tints of Coffee Bean #322E2C

Color information

#322E2C (or 0x322E2C) is unknown color: approx Coffee Bean. HEX triplet: 32, 2E and 2C. RGB value is (50,46,44). Sum of RGB (Red+Green+Blue) = 50+46+44=140 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.71% from 140); Green value is 46 (18.36% from 255 or 32.86% from 140); Blue value is 44 (17.58% from 255 or 31.43% from 140); Max value from RGB is 50 - color contains mainly: red. Hex color #322E2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322E2C is #CDD1D3. Grayscale: #2E2E2E. Windows color (decimal): -13488596 or 2895410. OLE color: 2895410.

HSL color Cylindrical-coordinate representation of color #322E2C: hue angle of 20º degrees, saturation: 0.06, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #322E2C is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.80.

Color convert

RGB504644-
CMYK00.080.120.80
HSL20º6.38%18.43%-
HSV(B)20º12%19.61%-
XYZ2.752.812.78-
YUV46.97126.33130.16-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 35.71%
GREEN value IS 46 (18.36% from 255) = 32.86%
BLUE value IS 44 (17.58% from 255) = 31.43%
R=35.71%
G=32.86%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.12
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50464400.080.120.80206.3818.43
Hex322E2C08C5014612
Octal6256540101412024622
Binary11001010111010110001000110010100001010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322E2C; }

 p { color: rgb(50,46,44); }

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

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

 a { background-color: rgb(50,46,44); }

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

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

 span { border-color: rgb(50,46,44); }

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