#391D19

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

Shades of Brown Pod #391D19

Tints of Brown Pod #391D19

Color information

#391D19 (or 0x391D19) is unknown color: approx Brown Pod. HEX triplet: 39, 1D and 19. RGB value is (57,29,25). Sum of RGB (Red+Green+Blue) = 57+29+25=111 (14% of max value = 765). Red value is 57 (22.66% from 255 or 51.35% from 111); Green value is 29 (11.72% from 255 or 26.13% from 111); Blue value is 25 (10.16% from 255 or 22.52% from 111); Max value from RGB is 57 - color contains mainly: red. Hex color #391D19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #391D19 is #C6E2E6. Grayscale: #242424. Windows color (decimal): -13034215 or 1645881. OLE color: 1645881.

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

Color convert

RGB572925-
CMYK00.490.560.78
HSL7.5º39.02%16.08%-
HSV(B)7.5º56.14%22.35%-
XYZ2.31.821.15-
YUV36.92121.28142.33-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 51.35%
GREEN value IS 29 (11.72% from 255) = 26.13%
BLUE value IS 25 (10.16% from 255) = 22.52%
R=51.35%
G=26.13%
B=22.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.56
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57292500.490.560.787.539.0216.08
Hex391D19031384E82710
Octal71353106170116104720
Binary111001111011100101100011110001001110100010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391D19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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