#391E13

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

Shades of Brown Pod #391E13

Tints of Brown Pod #391E13

Color information

#391E13 (or 0x391E13) is unknown color: approx Brown Pod. HEX triplet: 39, 1E and 13. RGB value is (57,30,19). Sum of RGB (Red+Green+Blue) = 57+30+19=106 (14% of max value = 765). Red value is 57 (22.66% from 255 or 53.77% from 106); Green value is 30 (12.11% from 255 or 28.30% from 106); Blue value is 19 (7.81% from 255 or 17.92% from 106); Max value from RGB is 57 - color contains mainly: red. Hex color #391E13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #391E13 is #C6E1EC. Grayscale: #242424. Windows color (decimal): -13033965 or 1252921. OLE color: 1252921.

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

Color convert

RGB573019-
CMYK00.470.670.78
HSL17.37º50%14.9%-
HSV(B)17.37º66.67%22.35%-
XYZ2.271.850.85-
YUV36.82117.95142.39-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 53.77%
GREEN value IS 30 (12.11% from 255) = 28.30%
BLUE value IS 19 (7.81% from 255) = 17.92%
R=53.77%
G=28.30%
B=17.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.67
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57301900.470.670.7817.375014.9
Hex391E1302F434E1132f
Octal713623057103116216217
Binary1110011111010011010111110000111001110100011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391E13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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