Html Css Color HEX #392320 Livid Brown

📋 copy color: '#392320'

red 57 ◦ green 35 ◦ blue 32

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

Shades of Livid Brown #392320

Tints of Livid Brown #392320

RGB

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

 GREEN value IS 35 (14.06% from 255) = 28.23%

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

R = 45.97%
G = 28.23%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.44

 K value IS 0.78

RGB Variations

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

Color information

#392320 (or 0x392320) is known color: Livid Brown. HEX triplet: 39, 23 and 20. RGB value is (57,35,32). Sum of RGB (Red+Green+Blue) = 57+35+32=124 (16% of max value = 765). Red value is 57 (22.66% from 255 or 45.97% from 124); Green value is 35 (14.06% from 255 or 28.23% from 124); Blue value is 32 (12.89% from 255 or 25.81% from 124); Max value from RGB is 57 - color contains mainly: red. Hex color #392320 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392320 is #C6DCDF. Grayscale: #292929. Windows color (decimal): -13032672 or 2106169. OLE color: 2106169.

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

Color convert

RGB 57 35 32 -
CMYK 0 0.39 0.44 0.78
HSL 7.2º 0.28% 0.17% -
HSV(B) 7.2º 0.44% 0.22% -
XYZ 2.55 2.18 1.65 -
YUV 41.24 122.79 139.24 -
System Red Green Blue C M Y K H S L
Decimal 57 35 32 0 0.39 0.44 0.78 7.2 0.28 0.17
Hex 39 23 20 0 27 2C 4E 7 1C 11
Octal 71 43 40 0 47 54 116 7 34 21
Binary 111001 100011 100000 0 100111 101100 1001110 111 11100 10001

Color Harmonies of #392320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392320

Black with #392320

Text Example


Text Example

White with #392320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392320; }

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

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

background-color css

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

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

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

border-color css

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

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

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