#392219

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

Shades of Brown Pod #392219

Tints of Brown Pod #392219

Color information

#392219 (or 0x392219) is unknown color: approx Brown Pod. HEX triplet: 39, 22 and 19. RGB value is (57,34,25). Sum of RGB (Red+Green+Blue) = 57+34+25=116 (15% of max value = 765). Red value is 57 (22.66% from 255 or 49.14% from 116); Green value is 34 (13.67% from 255 or 29.31% from 116); Blue value is 25 (10.16% from 255 or 21.55% from 116); Max value from RGB is 57 - color contains mainly: red. Hex color #392219 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392219 is #C6DDE6. Grayscale: #272727. Windows color (decimal): -13032935 or 1647161. OLE color: 1647161.

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

Color convert

RGB573425-
CMYK00.400.560.78
HSL16.88º39.02%16.08%-
HSV(B)16.88º56.14%22.35%-
XYZ2.432.081.19-
YUV39.85119.62140.23-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 49.14%
GREEN value IS 34 (13.67% from 255) = 29.31%
BLUE value IS 25 (10.16% from 255) = 21.55%
R=49.14%
G=29.31%
B=21.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.56
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57342500.400.560.7816.8839.0216.08
Hex392219028384E112710
Octal71423105070116214720
Binary11100110001011001010100011100010011101000110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392219; }

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

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

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

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

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

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

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

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