#391D09

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

Shades of Brown Pod #391D09

Tints of Brown Pod #391D09

Color information

#391D09 (or 0x391D09) is unknown color: approx Brown Pod. HEX triplet: 39, 1D and 09. RGB value is (57,29,9). Sum of RGB (Red+Green+Blue) = 57+29+9=95 (12% of max value = 765). Red value is 57 (22.66% from 255 or 60% from 95); Green value is 29 (11.72% from 255 or 30.53% from 95); Blue value is 9 (3.91% from 255 or 9.47% from 95); Max value from RGB is 57 - color contains mainly: red. Hex color #391D09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #391D09 is #C6E2F6. Grayscale: #232323. Windows color (decimal): -13034231 or 597305. OLE color: 597305.

HSL color Cylindrical-coordinate representation of color #391D09: hue angle of 25º degrees, saturation: 0.73, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #391D09 is Cyan = 0, Magento = 0.49, Yellow = 0.84 and Black (K on CMYK) = 0.78.

Color convert

RGB57299-
CMYK00.490.840.78
HSL25º72.73%12.94%-
HSV(B)25º84.21%22.35%-
XYZ2.181.770.49-
YUV35.09113.28143.63-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 60%
GREEN value IS 29 (11.72% from 255) = 30.53%
BLUE value IS 9 (3.91% from 255) = 9.47%
R=60%
G=30.53%
B=9.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.84
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5729900.490.840.782572.7312.94
Hex391D9031544E1949d
Octal7135110611241163111115
Binary1110011110110010110001101010010011101100110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391D09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,29,9); }

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

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

 a { background-color: rgb(57,29,9); }

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

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

 span { border-color: rgb(57,29,9); }

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