#391F16

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

Shades of Brown Pod #391F16

Tints of Brown Pod #391F16

Color information

#391F16 (or 0x391F16) is unknown color: approx Brown Pod. HEX triplet: 39, 1F and 16. RGB value is (57,31,22). Sum of RGB (Red+Green+Blue) = 57+31+22=110 (14% of max value = 765). Red value is 57 (22.66% from 255 or 51.82% from 110); Green value is 31 (12.5% from 255 or 28.18% from 110); Blue value is 22 (8.98% from 255 or 20% from 110); Max value from RGB is 57 - color contains mainly: red. Hex color #391F16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #391F16 is #C6E0E9. Grayscale: #252525. Windows color (decimal): -13033706 or 1449785. OLE color: 1449785.

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

Color convert

RGB573122-
CMYK00.460.610.78
HSL15.43º44.3%15.49%-
HSV(B)15.43º61.4%22.35%-
XYZ2.321.911-
YUV37.75119.11141.73-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 51.82%
GREEN value IS 31 (12.5% from 255) = 28.18%
BLUE value IS 22 (8.98% from 255) = 20%
R=51.82%
G=28.18%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.61
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57312200.460.610.7815.4344.315.49
Hex391F1602E3D4Ef2cf
Octal71372605675116175417
Binary11100111111101100101110111101100111011111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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