#392421

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

Shades of Livid Brown #392421

Tints of Livid Brown #392421

Color information

#392421 (or 0x392421) is unknown color: approx Livid Brown. HEX triplet: 39, 24 and 21. RGB value is (57,36,33). Sum of RGB (Red+Green+Blue) = 57+36+33=126 (16% of max value = 765). Red value is 57 (22.66% from 255 or 45.24% from 126); Green value is 36 (14.45% from 255 or 28.57% from 126); Blue value is 33 (13.28% from 255 or 26.19% from 126); Max value from RGB is 57 - color contains mainly: red. Hex color #392421 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392421 is #C6DBDE. Grayscale: #292929. Windows color (decimal): -13032415 or 2171961. OLE color: 2171961.

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

Color convert

RGB573633-
CMYK00.370.420.78
HSL7.5º26.67%17.65%-
HSV(B)7.5º42.11%22.35%-
XYZ2.592.241.73-
YUV41.94122.96138.74-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 45.24%
GREEN value IS 36 (14.45% from 255) = 28.57%
BLUE value IS 33 (13.28% from 255) = 26.19%
R=45.24%
G=28.57%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.42
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57363300.370.420.787.526.6717.65
Hex3924210252A4E81b12
Octal71444104552116103322
Binary1110011001001000010100101101010100111010001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392421; }

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

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

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

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

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

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

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

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