#392120

Color #392120 Livid Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Livid Brown #392120

Tints of Livid Brown #392120

Color information

#392120 (or 0x392120) is unknown color: approx Livid Brown. HEX triplet: 39, 21 and 20. RGB value is (57,33,32). Sum of RGB (Red+Green+Blue) = 57+33+32=122 (16% of max value = 765). Red value is 57 (22.66% from 255 or 46.72% from 122); Green value is 33 (13.28% from 255 or 27.05% from 122); Blue value is 32 (12.89% from 255 or 26.23% from 122); Max value from RGB is 57 - color contains mainly: red. Hex color #392120 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392120 is #C6DEDF. Grayscale: #282828. Windows color (decimal): -13033184 or 2105657. OLE color: 2105657.

HSL color Cylindrical-coordinate representation of color #392120: hue angle of 2.4º degrees, saturation: 0.28, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #392120 is Cyan = 0, Magento = 0.42, Yellow = 0.44 and Black (K on CMYK) = 0.78.

Color convert

RGB573332-
CMYK00.420.440.78
HSL2.4º28.09%17.45%-
HSV(B)2.4º43.86%22.35%-
XYZ2.492.061.63-
YUV40.06123.45140.08-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 46.72%
GREEN value IS 33 (13.28% from 255) = 27.05%
BLUE value IS 32 (12.89% from 255) = 26.23%
R=46.72%
G=27.05%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.44
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57333200.420.440.782.428.0917.45
Hex39212002A2C4E21c11
Octal7141400525411623421
Binary11100110000110000001010101011001001110101110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392120; }

 p { color: rgb(57,33,32); }

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

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

 a { background-color: rgb(57,33,32); }

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

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

 span { border-color: rgb(57,33,32); }

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