#392019

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

Shades of Brown Pod #392019

Tints of Brown Pod #392019

Color information

#392019 (or 0x392019) is unknown color: approx Brown Pod. HEX triplet: 39, 20 and 19. RGB value is (57,32,25). Sum of RGB (Red+Green+Blue) = 57+32+25=114 (15% of max value = 765). Red value is 57 (22.66% from 255 or 50% from 114); Green value is 32 (12.89% from 255 or 28.07% from 114); Blue value is 25 (10.16% from 255 or 21.93% from 114); Max value from RGB is 57 - color contains mainly: red. Hex color #392019 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392019 is #C6DFE6. Grayscale: #262626. Windows color (decimal): -13033447 or 1646649. OLE color: 1646649.

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

Color convert

RGB573225-
CMYK00.440.560.78
HSL13.13º39.02%16.08%-
HSV(B)13.13º56.14%22.35%-
XYZ2.381.971.18-
YUV38.68120.28141.07-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 50%
GREEN value IS 32 (12.89% from 255) = 28.07%
BLUE value IS 25 (10.16% from 255) = 21.93%
R=50%
G=28.07%
B=21.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.56
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57322500.440.560.7813.1339.0216.08
Hex39201902C384Ed2710
Octal71403105470116154720
Binary1110011000001100101011001110001001110110110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392019; }

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

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

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

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

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

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

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

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