#392422

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

Shades of Livid Brown #392422

Tints of Livid Brown #392422

Color information

#392422 (or 0x392422) is unknown color: approx Livid Brown. HEX triplet: 39, 24 and 22. RGB value is (57,36,34). Sum of RGB (Red+Green+Blue) = 57+36+34=127 (16% of max value = 765). Red value is 57 (22.66% from 255 or 44.88% from 127); Green value is 36 (14.45% from 255 or 28.35% from 127); Blue value is 34 (13.67% from 255 or 26.77% from 127); Max value from RGB is 57 - color contains mainly: red. Hex color #392422 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392422 is #C6DBDD. Grayscale: #2A2A2A. Windows color (decimal): -13032414 or 2237497. OLE color: 2237497.

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

Color convert

RGB573634-
CMYK00.370.400.78
HSL5.22º25.27%17.84%-
HSV(B)5.22º40.35%22.35%-
XYZ2.612.251.81-
YUV42.05123.46138.66-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 44.88%
GREEN value IS 36 (14.45% from 255) = 28.35%
BLUE value IS 34 (13.67% from 255) = 26.77%
R=44.88%
G=28.35%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.40
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57363400.370.400.785.2225.2717.84
Hex392422025284E51912
Octal7144420455011653122
Binary111001100100100010010010110100010011101011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392422; }

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

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

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

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

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

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

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

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