#392320

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

Shades of Livid Brown #392320

Tints of Livid Brown #392320

Color information

#392320 (or 0x392320) is unknown color: approx Livid Brown. HEX triplet: 39, 23 and 20. RGB value is (57,35,32). Sum of RGB (Red+Green+Blue) = 57+35+32=124 (16% of max value = 765). Red value is 57 (22.66% from 255 or 45.97% from 124); Green value is 35 (14.06% from 255 or 28.23% from 124); Blue value is 32 (12.89% from 255 or 25.81% from 124); Max value from RGB is 57 - color contains mainly: red. Hex color #392320 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392320 is #C6DCDF. Grayscale: #292929. Windows color (decimal): -13032672 or 2106169. OLE color: 2106169.

HSL color Cylindrical-coordinate representation of color #392320: hue angle of 7.2º 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 #392320 is Cyan = 0, Magento = 0.39, Yellow = 0.44 and Black (K on CMYK) = 0.78.

Color convert

RGB573532-
CMYK00.390.440.78
HSL7.2º28.09%17.45%-
HSV(B)7.2º43.86%22.35%-
XYZ2.552.181.65-
YUV41.24122.79139.24-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 45.97%
GREEN value IS 35 (14.06% from 255) = 28.23%
BLUE value IS 32 (12.89% from 255) = 25.81%
R=45.97%
G=28.23%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.44
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57353200.390.440.787.228.0917.45
Hex3923200272C4E71c11
Octal7143400475411673421
Binary111001100011100000010011110110010011101111110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392320; }

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

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

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

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

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

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

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

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