#391E15

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

Shades of Brown Pod #391E15

Tints of Brown Pod #391E15

Color information

#391E15 (or 0x391E15) is unknown color: approx Brown Pod. HEX triplet: 39, 1E and 15. RGB value is (57,30,21). Sum of RGB (Red+Green+Blue) = 57+30+21=108 (14% of max value = 765). Red value is 57 (22.66% from 255 or 52.78% from 108); Green value is 30 (12.11% from 255 or 27.78% from 108); Blue value is 21 (8.59% from 255 or 19.44% from 108); Max value from RGB is 57 - color contains mainly: red. Hex color #391E15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #391E15 is #C6E1EA. Grayscale: #252525. Windows color (decimal): -13033963 or 1383993. OLE color: 1383993.

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

Color convert

RGB573021-
CMYK00.470.630.78
HSL15º46.15%15.29%-
HSV(B)15º63.16%22.35%-
XYZ2.291.850.95-
YUV37.05118.95142.23-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 52.78%
GREEN value IS 30 (12.11% from 255) = 27.78%
BLUE value IS 21 (8.59% from 255) = 19.44%
R=52.78%
G=27.78%
B=19.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.63
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57302100.470.630.781546.1515.29
Hex391E1502F3F4Ef2ef
Octal71362505777116175617
Binary11100111110101010101111111111100111011111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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