#391911

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

Shades of Brown Pod #391911

Tints of Brown Pod #391911

Color information

#391911 (or 0x391911) is unknown color: approx Brown Pod. HEX triplet: 39, 19 and 11. RGB value is (57,25,17). Sum of RGB (Red+Green+Blue) = 57+25+17=99 (13% of max value = 765). Red value is 57 (22.66% from 255 or 57.58% from 99); Green value is 25 (10.16% from 255 or 25.25% from 99); Blue value is 17 (7.03% from 255 or 17.17% from 99); Max value from RGB is 57 - color contains mainly: red. Hex color #391911 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #391911 is #C6E6EE. Grayscale: #212121. Windows color (decimal): -13035247 or 1120569. OLE color: 1120569.

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

Color convert

RGB572517-
CMYK00.560.700.78
HSL12º54.05%14.51%-
HSV(B)12º70.18%22.35%-
XYZ2.141.610.73-
YUV33.66118.6144.65-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 57.58%
GREEN value IS 25 (10.16% from 255) = 25.25%
BLUE value IS 17 (7.03% from 255) = 17.17%
R=57.58%
G=25.25%
B=17.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.70
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57251700.560.700.781254.0514.51
Hex391911038464Ec36f
Octal713121070106116146617
Binary111001110011000101110001000110100111011001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391911; }

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

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

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

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

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

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

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

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