#391F13

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

Shades of Brown Pod #391F13

Tints of Brown Pod #391F13

Color information

#391F13 (or 0x391F13) is unknown color: approx Brown Pod. HEX triplet: 39, 1F and 13. RGB value is (57,31,19). Sum of RGB (Red+Green+Blue) = 57+31+19=107 (14% of max value = 765). Red value is 57 (22.66% from 255 or 53.27% from 107); Green value is 31 (12.5% from 255 or 28.97% from 107); Blue value is 19 (7.81% from 255 or 17.76% from 107); Max value from RGB is 57 - color contains mainly: red. Hex color #391F13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #391F13 is #C6E0EC. Grayscale: #252525. Windows color (decimal): -13033709 or 1253177. OLE color: 1253177.

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

Color convert

RGB573119-
CMYK00.460.670.78
HSL18.95º50%14.9%-
HSV(B)18.95º66.67%22.35%-
XYZ2.291.90.86-
YUV37.41117.61141.98-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 53.27%
GREEN value IS 31 (12.5% from 255) = 28.97%
BLUE value IS 19 (7.81% from 255) = 17.76%
R=53.27%
G=28.97%
B=17.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.67
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57311900.460.670.7818.955014.9
Hex391F1302E434E1332f
Octal713723056103116236217
Binary1110011111110011010111010000111001110100111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391F13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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