#392522

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

Shades of Livid Brown #392522

Tints of Livid Brown #392522

Color information

#392522 (or 0x392522) is unknown color: approx Livid Brown. HEX triplet: 39, 25 and 22. RGB value is (57,37,34). Sum of RGB (Red+Green+Blue) = 57+37+34=128 (16% of max value = 765). Red value is 57 (22.66% from 255 or 44.53% from 128); Green value is 37 (14.84% from 255 or 28.91% from 128); Blue value is 34 (13.67% from 255 or 26.56% from 128); Max value from RGB is 57 - color contains mainly: red. Hex color #392522 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392522 is #C6DADD. Grayscale: #2A2A2A. Windows color (decimal): -13032158 or 2237753. OLE color: 2237753.

HSL color Cylindrical-coordinate representation of color #392522: hue angle of 7.83º degrees, saturation: 0.25, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #392522 is Cyan = 0, Magento = 0.35, Yellow = 0.40 and Black (K on CMYK) = 0.78.

Color convert

RGB573734-
CMYK00.350.400.78
HSL7.83º25.27%17.84%-
HSV(B)7.83º40.35%22.35%-
XYZ2.642.311.82-
YUV42.64123.13138.24-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 44.53%
GREEN value IS 37 (14.84% from 255) = 28.91%
BLUE value IS 34 (13.67% from 255) = 26.56%
R=44.53%
G=28.91%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.40
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57373400.350.400.787.8325.2717.84
Hex392522023284E81912
Octal71454204350116103122
Binary1110011001011000100100011101000100111010001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392522; }

 p { color: rgb(57,37,34); }

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

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

 a { background-color: rgb(57,37,34); }

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

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

 span { border-color: rgb(57,37,34); }

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