#391C13

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

Shades of Brown Pod #391C13

Tints of Brown Pod #391C13

Color information

#391C13 (or 0x391C13) is unknown color: approx Brown Pod. HEX triplet: 39, 1C and 13. RGB value is (57,28,19). Sum of RGB (Red+Green+Blue) = 57+28+19=104 (13% of max value = 765). Red value is 57 (22.66% from 255 or 54.81% from 104); Green value is 28 (11.33% from 255 or 26.92% from 104); Blue value is 19 (7.81% from 255 or 18.27% from 104); Max value from RGB is 57 - color contains mainly: red. Hex color #391C13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #391C13 is #C6E3EC. Grayscale: #232323. Windows color (decimal): -13034477 or 1252409. OLE color: 1252409.

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

Color convert

RGB572819-
CMYK00.510.670.78
HSL14.21º50%14.9%-
HSV(B)14.21º66.67%22.35%-
XYZ2.221.750.84-
YUV35.64118.61143.23-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 54.81%
GREEN value IS 28 (11.33% from 255) = 26.92%
BLUE value IS 19 (7.81% from 255) = 18.27%
R=54.81%
G=26.92%
B=18.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.67
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57281900.510.670.7814.215014.9
Hex391C13033434Ee32f
Octal713423063103116166217
Binary111001111001001101100111000011100111011101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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