Html Css Color HEX #392120 Livid Brown

📋 copy color: '#392120'

red 57 ◦ green 33 ◦ blue 32

#392120
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Livid Brown #392120

Tints of Livid Brown #392120

RGB

 RED value IS 57 (22.66% from 255) = 46.72%

 GREEN value IS 33 (13.28% from 255) = 27.05%

 BLUE value IS 32 (12.89% from 255) = 26.23%

R = 46.72%
G = 27.05%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.44

 K value IS 0.78

RGB Variations

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

Color information

#392120 (or 0x392120) is known color: Livid Brown. HEX triplet: 39, 21 and 20. RGB value is (57,33,32). Sum of RGB (Red+Green+Blue) = 57+33+32=122 (16% of max value = 765). Red value is 57 (22.66% from 255 or 46.72% from 122); Green value is 33 (13.28% from 255 or 27.05% from 122); Blue value is 32 (12.89% from 255 or 26.23% from 122); Max value from RGB is 57 - color contains mainly: red. Hex color #392120 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392120 is #C6DEDF. Grayscale: #282828. Windows color (decimal): -13033184 or 2105657. OLE color: 2105657.

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

Color convert

RGB 57 33 32 -
CMYK 0 0.42 0.44 0.78
HSL 2.4º 0.28% 0.17% -
HSV(B) 2.4º 0.44% 0.22% -
XYZ 2.49 2.06 1.63 -
YUV 40.06 123.45 140.08 -
System Red Green Blue C M Y K H S L
Decimal 57 33 32 0 0.42 0.44 0.78 2.4 0.28 0.17
Hex 39 21 20 0 2A 2C 4E 2 1C 11
Octal 71 41 40 0 52 54 116 2 34 21
Binary 111001 100001 100000 0 101010 101100 1001110 10 11100 10001

Color Harmonies of #392120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392120

Black with #392120

Text Example


Text Example

White with #392120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392120; }

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

 H1.HeaderClassName
 {
   color: #392120;
 }
 .AnyTagClassName
 {
   color: #392120;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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