#322B25

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

Shades of Coffee Bean #322B25

Tints of Coffee Bean #322B25

Color information

#322B25 (or 0x322B25) is unknown color: approx Coffee Bean. HEX triplet: 32, 2B and 25. RGB value is (50,43,37). Sum of RGB (Red+Green+Blue) = 50+43+37=130 (17% of max value = 765). Red value is 50 (19.92% from 255 or 38.46% from 130); Green value is 43 (17.19% from 255 or 33.08% from 130); Blue value is 37 (14.84% from 255 or 28.46% from 130); Max value from RGB is 50 - color contains mainly: red. Hex color #322B25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322B25 is #CDD4DA. Grayscale: #2C2C2C. Windows color (decimal): -13489371 or 2435890. OLE color: 2435890.

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

Color convert

RGB504337-
CMYK00.140.260.80
HSL27.69º14.94%17.06%-
HSV(B)27.69º26%19.61%-
XYZ2.512.542.11-
YUV44.41123.82131.99-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 38.46%
GREEN value IS 43 (17.19% from 255) = 33.08%
BLUE value IS 37 (14.84% from 255) = 28.46%
R=38.46%
G=33.08%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.26
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50433700.140.260.8027.6914.9417.06
Hex322B250E1A501cf11
Octal62534501632120341721
Binary1100101010111001010111011010101000011100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,43,37); }

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

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

 a { background-color: rgb(50,43,37); }

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

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

 span { border-color: rgb(50,43,37); }

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