#391F15

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

Shades of Brown Pod #391F15

Tints of Brown Pod #391F15

Color information

#391F15 (or 0x391F15) is unknown color: approx Brown Pod. HEX triplet: 39, 1F and 15. RGB value is (57,31,21). Sum of RGB (Red+Green+Blue) = 57+31+21=109 (14% of max value = 765). Red value is 57 (22.66% from 255 or 52.29% from 109); Green value is 31 (12.5% from 255 or 28.44% from 109); Blue value is 21 (8.59% from 255 or 19.27% from 109); Max value from RGB is 57 - color contains mainly: red. Hex color #391F15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #391F15 is #C6E0EA. Grayscale: #252525. Windows color (decimal): -13033707 or 1384249. OLE color: 1384249.

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

Color convert

RGB573121-
CMYK00.460.630.78
HSL16.67º46.15%15.29%-
HSV(B)16.67º63.16%22.35%-
XYZ2.311.90.96-
YUV37.63118.61141.81-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 52.29%
GREEN value IS 31 (12.5% from 255) = 28.44%
BLUE value IS 21 (8.59% from 255) = 19.27%
R=52.29%
G=28.44%
B=19.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.63
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57312100.460.630.7816.6746.1515.29
Hex391F1502E3F4E112ef
Octal71372505677116215617
Binary111001111111010101011101111111001110100011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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