#392F2D

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

Shades of Gondola #392F2D

Tints of Gondola #392F2D

Color information

#392F2D (or 0x392F2D) is unknown color: approx Gondola. HEX triplet: 39, 2F and 2D. RGB value is (57,47,45). Sum of RGB (Red+Green+Blue) = 57+47+45=149 (19% of max value = 765). Red value is 57 (22.66% from 255 or 38.26% from 149); Green value is 47 (18.75% from 255 or 31.54% from 149); Blue value is 45 (17.97% from 255 or 30.20% from 149); Max value from RGB is 57 - color contains mainly: red. Hex color #392F2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392F2D is #C6D0D2. Grayscale: #313131. Windows color (decimal): -13029587 or 2961209. OLE color: 2961209.

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

Color convert

RGB574745-
CMYK00.180.210.78
HSL10º11.76%20%-
HSV(B)10º21.05%22.35%-
XYZ3.183.092.91-
YUV49.76125.31133.16-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 38.26%
GREEN value IS 47 (18.75% from 255) = 31.54%
BLUE value IS 45 (17.97% from 255) = 30.20%
R=38.26%
G=31.54%
B=30.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.21
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57474500.180.210.781011.7620
Hex392F2D012154Eac14
Octal71575502225116121424
Binary1110011011111011010100101010110011101010110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392F2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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