#392A29

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

Shades of Livid Brown #392A29

Tints of Livid Brown #392A29

Color information

#392A29 (or 0x392A29) is unknown color: approx Livid Brown. HEX triplet: 39, 2A and 29. RGB value is (57,42,41). Sum of RGB (Red+Green+Blue) = 57+42+41=140 (18% of max value = 765). Red value is 57 (22.66% from 255 or 40.71% from 140); Green value is 42 (16.80% from 255 or 30% from 140); Blue value is 41 (16.41% from 255 or 29.29% from 140); Max value from RGB is 57 - color contains mainly: red. Hex color #392A29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392A29 is #C6D5D6. Grayscale: #2E2E2E. Windows color (decimal): -13030871 or 2697785. OLE color: 2697785.

HSL color Cylindrical-coordinate representation of color #392A29: hue angle of 3.75º degrees, saturation: 0.16, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #392A29 is Cyan = 0, Magento = 0.26, Yellow = 0.28 and Black (K on CMYK) = 0.78.

Color convert

RGB574241-
CMYK00.260.280.78
HSL3.75º16.33%19.22%-
HSV(B)3.75º28.07%22.35%-
XYZ2.922.692.46-
YUV46.37124.97135.58-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 40.71%
GREEN value IS 42 (16.80% from 255) = 30%
BLUE value IS 41 (16.41% from 255) = 29.29%
R=40.71%
G=30%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.28
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57424100.260.280.783.7516.3319.22
Hex392A2901A1C4E41013
Octal7152510323411642023
Binary1110011010101010010110101110010011101001000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392A29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392A29; }

 p { color: rgb(57,42,41); }

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

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

 a { background-color: rgb(57,42,41); }

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

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

 span { border-color: rgb(57,42,41); }

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