Html Css Color HEX #392824 Livid Brown

📋 copy color: '#392824'

red 57 ◦ green 40 ◦ blue 36

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

Shades of Livid Brown #392824

Tints of Livid Brown #392824

RGB

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

 GREEN value IS 40 (16.02% from 255) = 30.08%

 BLUE value IS 36 (14.45% from 255) = 27.07%

R = 42.86%
G = 30.08%
B = 27.07%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.37

 K value IS 0.78

RGB Variations

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

Color information

#392824 (or 0x392824) is known color: Livid Brown. HEX triplet: 39, 28 and 24. RGB value is (57,40,36). Sum of RGB (Red+Green+Blue) = 57+40+36=133 (17% of max value = 765). Red value is 57 (22.66% from 255 or 42.86% from 133); Green value is 40 (16.02% from 255 or 30.08% from 133); Blue value is 36 (14.45% from 255 or 27.07% from 133); Max value from RGB is 57 - color contains mainly: red. Hex color #392824 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392824 is #C6D7DB. Grayscale: #2C2C2C. Windows color (decimal): -13031388 or 2369593. OLE color: 2369593.

HSL color Cylindrical-coordinate representation of color #392824: hue angle of 11.43º degrees, saturation: 0.23, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #392824 is Cyan = 0, Magento = 0.30, Yellow = 0.37 and Black (K on CMYK) = 0.78.

Color convert

RGB 57 40 36 -
CMYK 0 0.30 0.37 0.78
HSL 11.43º 0.23% 0.18% -
HSV(B) 11.43º 0.37% 0.22% -
XYZ 2.76 2.51 2.01 -
YUV 44.63 123.13 136.83 -
System Red Green Blue C M Y K H S L
Decimal 57 40 36 0 0.30 0.37 0.78 11.43 0.23 0.18
Hex 39 28 24 0 1E 25 4E B 17 12
Octal 71 50 44 0 36 45 116 13 27 22
Binary 111001 101000 100100 0 11110 100101 1001110 1011 10111 10010

Color Harmonies of #392824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392824

Black with #392824

Text Example


Text Example

White with #392824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392824; }

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

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

background-color css

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

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

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

border-color css

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

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

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