#392121

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

Shades of Livid Brown #392121

Tints of Livid Brown #392121

Color information

#392121 (or 0x392121) is unknown color: approx Livid Brown. HEX triplet: 39, 21 and 21. RGB value is (57,33,33). Sum of RGB (Red+Green+Blue) = 57+33+33=123 (16% of max value = 765). Red value is 57 (22.66% from 255 or 46.34% from 123); Green value is 33 (13.28% from 255 or 26.83% from 123); Blue value is 33 (13.28% from 255 or 26.83% from 123); Max value from RGB is 57 - color contains mainly: red. Hex color #392121 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392121 is #C6DEDE. Grayscale: #282828. Windows color (decimal): -13033183 or 2171193. OLE color: 2171193.

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

Color convert

RGB573333-
CMYK00.420.420.78
HSL26.67%17.65%-
HSV(B)42.11%22.35%-
XYZ2.512.071.71-
YUV40.18123.95140-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 46.34%
GREEN value IS 33 (13.28% from 255) = 26.83%
BLUE value IS 33 (13.28% from 255) = 26.83%
R=46.34%
G=26.83%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.42
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57333300.420.420.78026.6717.65
Hex39212102A2A4E01b12
Octal7141410525211603322
Binary1110011000011000010101010101010100111001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392121; }

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

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

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

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

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

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

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

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