#391B09

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

Shades of Brown Pod #391B09

Tints of Brown Pod #391B09

Color information

#391B09 (or 0x391B09) is unknown color: approx Brown Pod. HEX triplet: 39, 1B and 09. RGB value is (57,27,9). Sum of RGB (Red+Green+Blue) = 57+27+9=93 (12% of max value = 765). Red value is 57 (22.66% from 255 or 61.29% from 93); Green value is 27 (10.94% from 255 or 29.03% from 93); Blue value is 9 (3.91% from 255 or 9.68% from 93); Max value from RGB is 57 - color contains mainly: red. Hex color #391B09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #391B09 is #C6E4F6. Grayscale: #222222. Windows color (decimal): -13034743 or 596793. OLE color: 596793.

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

Color convert

RGB57279-
CMYK00.530.840.78
HSL22.5º72.73%12.94%-
HSV(B)22.5º84.21%22.35%-
XYZ2.131.670.47-
YUV33.92113.94144.46-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 61.29%
GREEN value IS 27 (10.94% from 255) = 29.03%
BLUE value IS 9 (3.91% from 255) = 9.68%
R=61.29%
G=29.03%
B=9.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.84
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5727900.530.840.7822.572.7312.94
Hex391B9035544E1649d
Octal7133110651241162611115
Binary1110011101110010110101101010010011101011010010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391B09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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