#391F19

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

Shades of Brown Pod #391F19

Tints of Brown Pod #391F19

Color information

#391F19 (or 0x391F19) is unknown color: approx Brown Pod. HEX triplet: 39, 1F and 19. RGB value is (57,31,25). Sum of RGB (Red+Green+Blue) = 57+31+25=113 (14% of max value = 765). Red value is 57 (22.66% from 255 or 50.44% from 113); Green value is 31 (12.5% from 255 or 27.43% from 113); Blue value is 25 (10.16% from 255 or 22.12% from 113); Max value from RGB is 57 - color contains mainly: red. Hex color #391F19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #391F19 is #C6E0E6. Grayscale: #262626. Windows color (decimal): -13033703 or 1646393. OLE color: 1646393.

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

Color convert

RGB573125-
CMYK00.460.560.78
HSL11.25º39.02%16.08%-
HSV(B)11.25º56.14%22.35%-
XYZ2.351.921.17-
YUV38.09120.61141.49-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 50.44%
GREEN value IS 31 (12.5% from 255) = 27.43%
BLUE value IS 25 (10.16% from 255) = 22.12%
R=50.44%
G=27.43%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.56
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57312500.460.560.7811.2539.0216.08
Hex391F1902E384Eb2710
Octal71373105670116134720
Binary111001111111100101011101110001001110101110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391F19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391F19; }

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

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

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

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

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

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

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

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