#391C0D

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

Shades of Brown Pod #391C0D

Tints of Brown Pod #391C0D

Color information

#391C0D (or 0x391C0D) is unknown color: approx Brown Pod. HEX triplet: 39, 1C and 0D. RGB value is (57,28,13). Sum of RGB (Red+Green+Blue) = 57+28+13=98 (12% of max value = 765). Red value is 57 (22.66% from 255 or 58.16% from 98); Green value is 28 (11.33% from 255 or 28.57% from 98); Blue value is 13 (5.47% from 255 or 13.27% from 98); Max value from RGB is 57 - color contains mainly: red. Hex color #391C0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #391C0D is #C6E3F2. Grayscale: #232323. Windows color (decimal): -13034483 or 859193. OLE color: 859193.

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

Color convert

RGB572813-
CMYK00.510.770.78
HSL20.45º62.86%13.73%-
HSV(B)20.45º77.19%22.35%-
XYZ2.181.730.6-
YUV34.96115.61143.72-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 58.16%
GREEN value IS 28 (11.33% from 255) = 28.57%
BLUE value IS 13 (5.47% from 255) = 13.27%
R=58.16%
G=28.57%
B=13.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.77
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57281300.510.770.7820.4562.8613.73
Hex391CD0334D4E143fe
Octal713415063115116247716
Binary111001111001101011001110011011001110101001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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