#322C28

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

Shades of Coffee Bean #322C28

Tints of Coffee Bean #322C28

Color information

#322C28 (or 0x322C28) is unknown color: approx Coffee Bean. HEX triplet: 32, 2C and 28. RGB value is (50,44,40). Sum of RGB (Red+Green+Blue) = 50+44+40=134 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.31% from 134); Green value is 44 (17.58% from 255 or 32.84% from 134); Blue value is 40 (16.02% from 255 or 29.85% from 134); Max value from RGB is 50 - color contains mainly: red. Hex color #322C28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322C28 is #CDD3D7. Grayscale: #2D2D2D. Windows color (decimal): -13489112 or 2632754. OLE color: 2632754.

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

Color convert

RGB504440-
CMYK00.120.200.80
HSL24º11.11%17.65%-
HSV(B)24º20%19.61%-
XYZ2.62.632.38-
YUV45.34124.99131.33-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 37.31%
GREEN value IS 44 (17.58% from 255) = 32.84%
BLUE value IS 40 (16.02% from 255) = 29.85%
R=37.31%
G=32.84%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.20
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50444000.120.200.802411.1117.65
Hex322C280C145018b12
Octal62545001424120301322
Binary1100101011001010000110010100101000011000101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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