#39312A

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

Shades of Coffee Bean #39312A

Tints of Coffee Bean #39312A

Color information

#39312A (or 0x39312A) is unknown color: approx Coffee Bean. HEX triplet: 39, 31 and 2A. RGB value is (57,49,42). Sum of RGB (Red+Green+Blue) = 57+49+42=148 (19% of max value = 765). Red value is 57 (22.66% from 255 or 38.51% from 148); Green value is 49 (19.53% from 255 or 33.11% from 148); Blue value is 42 (16.80% from 255 or 28.38% from 148); Max value from RGB is 57 - color contains mainly: red. Hex color #39312A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39312A is #C6CED5. Grayscale: #323232. Windows color (decimal): -13029078 or 2765113. OLE color: 2765113.

HSL color Cylindrical-coordinate representation of color #39312A: hue angle of 28º degrees, saturation: 0.15, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #39312A is Cyan = 0, Magento = 0.14, Yellow = 0.26 and Black (K on CMYK) = 0.78.

Color convert

RGB574942-
CMYK00.140.260.78
HSL28º15.15%19.41%-
HSV(B)28º26.32%22.35%-
XYZ3.23.232.65-
YUV50.59123.15132.57-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 38.51%
GREEN value IS 49 (19.53% from 255) = 33.11%
BLUE value IS 42 (16.80% from 255) = 28.38%
R=38.51%
G=33.11%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.26
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57494200.140.260.782815.1519.41
Hex39312A0E1A4E1cf13
Octal71615201632116341723
Binary1110011100011010100111011010100111011100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39312A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39312A; }

 p { color: rgb(57,49,42); }

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

<style>
 a { background-color: #39312A; }

 a { background-color: rgb(57,49,42); }

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

<style>
 span { border-color: #39312A; }

 span { border-color: rgb(57,49,42); }

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