#392020

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

Shades of Seal Brown #392020

Tints of Seal Brown #392020

Color information

#392020 (or 0x392020) is unknown color: approx Seal Brown. HEX triplet: 39, 20 and 20. RGB value is (57,32,32). Sum of RGB (Red+Green+Blue) = 57+32+32=121 (16% of max value = 765). Red value is 57 (22.66% from 255 or 47.11% from 121); Green value is 32 (12.89% from 255 or 26.45% from 121); Blue value is 32 (12.89% from 255 or 26.45% from 121); Max value from RGB is 57 - color contains mainly: red. Hex color #392020 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392020 is #C6DFDF. Grayscale: #272727. Windows color (decimal): -13033440 or 2105401. OLE color: 2105401.

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

Color convert

RGB573232-
CMYK00.440.440.78
HSL28.09%17.45%-
HSV(B)43.86%22.35%-
XYZ2.462.011.62-
YUV39.48123.78140.5-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 47.11%
GREEN value IS 32 (12.89% from 255) = 26.45%
BLUE value IS 32 (12.89% from 255) = 26.45%
R=47.11%
G=26.45%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.44
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57323200.440.440.78028.0917.45
Hex39202002C2C4E01c11
Octal7140400545411603421
Binary1110011000001000000101100101100100111001110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392020; }

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

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

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

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

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

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

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

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