#392322

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

Shades of Livid Brown #392322

Tints of Livid Brown #392322

Color information

#392322 (or 0x392322) is unknown color: approx Livid Brown. HEX triplet: 39, 23 and 22. RGB value is (57,35,34). Sum of RGB (Red+Green+Blue) = 57+35+34=126 (16% of max value = 765). Red value is 57 (22.66% from 255 or 45.24% from 126); Green value is 35 (14.06% from 255 or 27.78% from 126); Blue value is 34 (13.67% from 255 or 26.98% from 126); Max value from RGB is 57 - color contains mainly: red. Hex color #392322 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392322 is #C6DCDD. Grayscale: #292929. Windows color (decimal): -13032670 or 2237241. OLE color: 2237241.

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

Color convert

RGB573534-
CMYK00.390.400.78
HSL2.61º25.27%17.84%-
HSV(B)2.61º40.35%22.35%-
XYZ2.582.191.8-
YUV41.46123.79139.08-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 45.24%
GREEN value IS 35 (14.06% from 255) = 27.78%
BLUE value IS 34 (13.67% from 255) = 26.98%
R=45.24%
G=27.78%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.40
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57353400.390.400.782.6125.2717.84
Hex392322027284E31912
Octal7143420475011633122
Binary11100110001110001001001111010001001110111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392322; }

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

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

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

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

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

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

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

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