#322C27

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

Shades of Coffee Bean #322C27

Tints of Coffee Bean #322C27

Color information

#322C27 (or 0x322C27) is unknown color: approx Coffee Bean. HEX triplet: 32, 2C and 27. RGB value is (50,44,39). Sum of RGB (Red+Green+Blue) = 50+44+39=133 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.59% from 133); Green value is 44 (17.58% from 255 or 33.08% from 133); Blue value is 39 (15.62% from 255 or 29.32% from 133); Max value from RGB is 50 - color contains mainly: red. Hex color #322C27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322C27 is #CDD3D8. Grayscale: #2D2D2D. Windows color (decimal): -13489113 or 2567218. OLE color: 2567218.

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

Color convert

RGB504439-
CMYK00.120.220.80
HSL27.27º12.36%17.45%-
HSV(B)27.27º22%19.61%-
XYZ2.582.632.29-
YUV45.22124.49131.41-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 37.59%
GREEN value IS 44 (17.58% from 255) = 33.08%
BLUE value IS 39 (15.62% from 255) = 29.32%
R=37.59%
G=33.08%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.22
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50443900.120.220.8027.2712.3617.45
Hex322C270C16501bc11
Octal62544701426120331421
Binary1100101011001001110110010110101000011011110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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