#392C2D

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

Shades of Havana #392C2D

Tints of Havana #392C2D

Color information

#392C2D (or 0x392C2D) is unknown color: approx Havana. HEX triplet: 39, 2C and 2D. RGB value is (57,44,45). Sum of RGB (Red+Green+Blue) = 57+44+45=146 (19% of max value = 765). Red value is 57 (22.66% from 255 or 39.04% from 146); Green value is 44 (17.58% from 255 or 30.14% from 146); Blue value is 45 (17.97% from 255 or 30.82% from 146); Max value from RGB is 57 - color contains mainly: red. Hex color #392C2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392C2D is #C6D3D2. Grayscale: #303030. Windows color (decimal): -13030355 or 2960441. OLE color: 2960441.

HSL color Cylindrical-coordinate representation of color #392C2D: hue angle of 355.38º 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 #392C2D is Cyan = 0, Magento = 0.23, Yellow = 0.21 and Black (K on CMYK) = 0.78.

Color convert

RGB574445-
CMYK00.230.210.78
HSL355.38º12.87%19.8%-
HSV(B)355.38º22.81%22.35%-
XYZ3.062.862.87-
YUV48126.31134.42-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 39.04%
GREEN value IS 44 (17.58% from 255) = 30.14%
BLUE value IS 45 (17.97% from 255) = 30.82%
R=39.04%
G=30.14%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.21
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57444500.230.210.78355.3812.8719.8
Hex392C2D017154E163d14
Octal715455027251165431524
Binary111001101100101101010111101011001110101100011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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