#392014

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

Shades of Brown Pod #392014

Tints of Brown Pod #392014

Color information

#392014 (or 0x392014) is unknown color: approx Brown Pod. HEX triplet: 39, 20 and 14. RGB value is (57,32,20). Sum of RGB (Red+Green+Blue) = 57+32+20=109 (14% of max value = 765). Red value is 57 (22.66% from 255 or 52.29% from 109); Green value is 32 (12.89% from 255 or 29.36% from 109); Blue value is 20 (8.20% from 255 or 18.35% from 109); Max value from RGB is 57 - color contains mainly: red. Hex color #392014 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392014 is #C6DFEB. Grayscale: #262626. Windows color (decimal): -13033452 or 1318969. OLE color: 1318969.

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

Color convert

RGB573220-
CMYK00.440.650.78
HSL19.46º48.05%15.1%-
HSV(B)19.46º64.91%22.35%-
XYZ2.331.950.92-
YUV38.11117.78141.48-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 52.29%
GREEN value IS 32 (12.89% from 255) = 29.36%
BLUE value IS 20 (8.20% from 255) = 18.35%
R=52.29%
G=29.36%
B=18.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.65
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57322000.440.650.7819.4648.0515.1
Hex39201402C414E1330f
Octal714024054101116236017
Binary11100110000010100010110010000011001110100111100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392014; }

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

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

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

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

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

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

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

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