#39322C

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

Shades of Coffee Bean #39322C

Tints of Coffee Bean #39322C

Color information

#39322C (or 0x39322C) is unknown color: approx Coffee Bean. HEX triplet: 39, 32 and 2C. RGB value is (57,50,44). Sum of RGB (Red+Green+Blue) = 57+50+44=151 (20% of max value = 765). Red value is 57 (22.66% from 255 or 37.75% from 151); Green value is 50 (19.92% from 255 or 33.11% from 151); Blue value is 44 (17.58% from 255 or 29.14% from 151); Max value from RGB is 57 - color contains mainly: red. Hex color #39322C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39322C is #C6CDD3. Grayscale: #333333. Windows color (decimal): -13028820 or 2896441. OLE color: 2896441.

HSL color Cylindrical-coordinate representation of color #39322C: hue angle of 27.69º degrees, saturation: 0.13, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #39322C is Cyan = 0, Magento = 0.12, Yellow = 0.23 and Black (K on CMYK) = 0.78.

Color convert

RGB575044-
CMYK00.120.230.78
HSL27.69º12.87%19.8%-
HSV(B)27.69º22.81%22.35%-
XYZ3.283.332.85-
YUV51.41123.82131.99-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 37.75%
GREEN value IS 50 (19.92% from 255) = 33.11%
BLUE value IS 44 (17.58% from 255) = 29.14%
R=37.75%
G=33.11%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.23
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57504400.120.230.7827.6912.8719.8
Hex39322C0C174E1cd14
Octal71625401427116341524
Binary1110011100101011000110010111100111011100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39322C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39322C; }

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

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

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

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

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

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

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

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