#392016

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

Shades of Brown Pod #392016

Tints of Brown Pod #392016

Color information

#392016 (or 0x392016) is unknown color: approx Brown Pod. HEX triplet: 39, 20 and 16. RGB value is (57,32,22). Sum of RGB (Red+Green+Blue) = 57+32+22=111 (14% of max value = 765). Red value is 57 (22.66% from 255 or 51.35% from 111); Green value is 32 (12.89% from 255 or 28.83% from 111); Blue value is 22 (8.98% from 255 or 19.82% from 111); Max value from RGB is 57 - color contains mainly: red. Hex color #392016 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392016 is #C6DFE9. Grayscale: #262626. Windows color (decimal): -13033450 or 1450041. OLE color: 1450041.

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

Color convert

RGB573222-
CMYK00.440.610.78
HSL17.14º44.3%15.49%-
HSV(B)17.14º61.4%22.35%-
XYZ2.351.961.01-
YUV38.34118.78141.31-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 51.35%
GREEN value IS 32 (12.89% from 255) = 28.83%
BLUE value IS 22 (8.98% from 255) = 19.82%
R=51.35%
G=28.83%
B=19.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.61
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57322200.440.610.7817.1444.315.49
Hex39201602C3D4E112cf
Octal71402605475116215417
Binary1110011000001011001011001111011001110100011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392016; }

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

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

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

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

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

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

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

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