#392824

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

Shades of Livid Brown #392824

Tints of Livid Brown #392824

Color information

#392824 (or 0x392824) is unknown color: approx 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

RGB574036-
CMYK00.300.370.78
HSL11.43º22.58%18.24%-
HSV(B)11.43º36.84%22.35%-
XYZ2.762.512.01-
YUV44.63123.13136.83-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.37
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57403600.300.370.7811.4322.5818.24
Hex39282401E254Eb1712
Octal71504403645116132722
Binary111001101000100100011110100101100111010111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>