#391F11

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

Shades of Brown Pod #391F11

Tints of Brown Pod #391F11

Color information

#391F11 (or 0x391F11) is unknown color: approx Brown Pod. HEX triplet: 39, 1F and 11. RGB value is (57,31,17). Sum of RGB (Red+Green+Blue) = 57+31+17=105 (13% of max value = 765). Red value is 57 (22.66% from 255 or 54.29% from 105); Green value is 31 (12.5% from 255 or 29.52% from 105); Blue value is 17 (7.03% from 255 or 16.19% from 105); Max value from RGB is 57 - color contains mainly: red. Hex color #391F11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #391F11 is #C6E0EE. Grayscale: #252525. Windows color (decimal): -13033711 or 1122105. OLE color: 1122105.

HSL color Cylindrical-coordinate representation of color #391F11: hue angle of 21º degrees, saturation: 0.54, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #391F11 is Cyan = 0, Magento = 0.46, Yellow = 0.70 and Black (K on CMYK) = 0.78.

Color convert

RGB573117-
CMYK00.460.700.78
HSL21º54.05%14.51%-
HSV(B)21º70.18%22.35%-
XYZ2.281.890.78-
YUV37.18116.61142.14-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 54.29%
GREEN value IS 31 (12.5% from 255) = 29.52%
BLUE value IS 17 (7.03% from 255) = 16.19%
R=54.29%
G=29.52%
B=16.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.70
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57311700.460.700.782154.0514.51
Hex391F1102E464E1536f
Octal713721056106116256617
Binary1110011111110001010111010001101001110101011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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