#392F27

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

Shades of Coffee Bean #392F27

Tints of Coffee Bean #392F27

Color information

#392F27 (or 0x392F27) is unknown color: approx Coffee Bean. HEX triplet: 39, 2F and 27. RGB value is (57,47,39). Sum of RGB (Red+Green+Blue) = 57+47+39=143 (18% of max value = 765). Red value is 57 (22.66% from 255 or 39.86% from 143); Green value is 47 (18.75% from 255 or 32.87% from 143); Blue value is 39 (15.62% from 255 or 27.27% from 143); Max value from RGB is 57 - color contains mainly: red. Hex color #392F27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392F27 is #C6D0D8. Grayscale: #313131. Windows color (decimal): -13029593 or 2567993. OLE color: 2567993.

HSL color Cylindrical-coordinate representation of color #392F27: hue angle of 26.67º degrees, saturation: 0.19, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #392F27 is Cyan = 0, Magento = 0.18, Yellow = 0.32 and Black (K on CMYK) = 0.78.

Color convert

RGB574739-
CMYK00.180.320.78
HSL26.67º18.75%18.82%-
HSV(B)26.67º31.58%22.35%-
XYZ3.073.052.35-
YUV49.08122.31133.65-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 39.86%
GREEN value IS 47 (18.75% from 255) = 32.87%
BLUE value IS 39 (15.62% from 255) = 27.27%
R=39.86%
G=32.87%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.32
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57473900.180.320.7826.6718.7518.82
Hex392F27012204E1b1313
Octal71574702240116332323
Binary1110011011111001110100101000001001110110111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392F27; }

 p { color: rgb(57,47,39); }

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

<style>
 a { background-color: #392F27; }

 a { background-color: rgb(57,47,39); }

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

<style>
 span { border-color: #392F27; }

 span { border-color: rgb(57,47,39); }

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