#392520

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

Shades of Brown Pod #392520

Tints of Brown Pod #392520

Color information

#392520 (or 0x392520) is unknown color: approx Brown Pod. HEX triplet: 39, 25 and 20. RGB value is (57,37,32). Sum of RGB (Red+Green+Blue) = 57+37+32=126 (16% of max value = 765). Red value is 57 (22.66% from 255 or 45.24% from 126); Green value is 37 (14.84% from 255 or 29.37% from 126); Blue value is 32 (12.89% from 255 or 25.40% from 126); Max value from RGB is 57 - color contains mainly: red. Hex color #392520 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392520 is #C6DADF. Grayscale: #2A2A2A. Windows color (decimal): -13032160 or 2106681. OLE color: 2106681.

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

Color convert

RGB573732-
CMYK00.350.440.78
HSL12º28.09%17.45%-
HSV(B)12º43.86%22.35%-
XYZ2.612.31.67-
YUV42.41122.13138.41-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 45.24%
GREEN value IS 37 (14.84% from 255) = 29.37%
BLUE value IS 32 (12.89% from 255) = 25.40%
R=45.24%
G=29.37%
B=25.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.44
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57373200.350.440.781228.0917.45
Hex3925200232C4Ec1c11
Octal71454004354116143421
Binary1110011001011000000100011101100100111011001110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392520; }

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

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

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

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

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

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

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

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