#391E11

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

Shades of Brown Pod #391E11

Tints of Brown Pod #391E11

Color information

#391E11 (or 0x391E11) is unknown color: approx Brown Pod. HEX triplet: 39, 1E and 11. RGB value is (57,30,17). Sum of RGB (Red+Green+Blue) = 57+30+17=104 (13% of max value = 765). Red value is 57 (22.66% from 255 or 54.81% from 104); Green value is 30 (12.11% from 255 or 28.85% from 104); Blue value is 17 (7.03% from 255 or 16.35% from 104); Max value from RGB is 57 - color contains mainly: red. Hex color #391E11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #391E11 is #C6E1EE. Grayscale: #242424. Windows color (decimal): -13033967 or 1121849. OLE color: 1121849.

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

Color convert

RGB573017-
CMYK00.470.700.78
HSL19.5º54.05%14.51%-
HSV(B)19.5º70.18%22.35%-
XYZ2.251.840.77-
YUV36.59116.95142.56-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 54.81%
GREEN value IS 30 (12.11% from 255) = 28.85%
BLUE value IS 17 (7.03% from 255) = 16.35%
R=54.81%
G=28.85%
B=16.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.70
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57301700.470.700.7819.554.0514.51
Hex391E1102F464E1436f
Octal713621057106116246617
Binary1110011111010001010111110001101001110101001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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