#392012

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

Shades of Brown Pod #392012

Tints of Brown Pod #392012

Color information

#392012 (or 0x392012) is unknown color: approx Brown Pod. HEX triplet: 39, 20 and 12. RGB value is (57,32,18). Sum of RGB (Red+Green+Blue) = 57+32+18=107 (14% of max value = 765). Red value is 57 (22.66% from 255 or 53.27% from 107); Green value is 32 (12.89% from 255 or 29.91% from 107); Blue value is 18 (7.42% from 255 or 16.82% from 107); Max value from RGB is 57 - color contains mainly: red. Hex color #392012 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392012 is #C6DFED. Grayscale: #252525. Windows color (decimal): -13033454 or 1187897. OLE color: 1187897.

HSL color Cylindrical-coordinate representation of color #392012: hue angle of 21.54º degrees, saturation: 0.52, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #392012 is Cyan = 0, Magento = 0.44, Yellow = 0.68 and Black (K on CMYK) = 0.78.

Color convert

RGB573218-
CMYK00.440.680.78
HSL21.54º52%14.71%-
HSV(B)21.54º68.42%22.35%-
XYZ2.311.950.83-
YUV37.88116.78141.64-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 53.27%
GREEN value IS 32 (12.89% from 255) = 29.91%
BLUE value IS 18 (7.42% from 255) = 16.82%
R=53.27%
G=29.91%
B=16.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.68
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57321800.440.680.7821.545214.71
Hex39201202C444E1634f
Octal714022054104116266417
Binary11100110000010010010110010001001001110101101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392012; }

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

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

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

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

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

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

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

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