#391B0C

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

Shades of Brown Pod #391B0C

Tints of Brown Pod #391B0C

Color information

#391B0C (or 0x391B0C) is unknown color: approx Brown Pod. HEX triplet: 39, 1B and 0C. RGB value is (57,27,12). Sum of RGB (Red+Green+Blue) = 57+27+12=96 (12% of max value = 765). Red value is 57 (22.66% from 255 or 59.38% from 96); Green value is 27 (10.94% from 255 or 28.12% from 96); Blue value is 12 (5.08% from 255 or 12.5% from 96); Max value from RGB is 57 - color contains mainly: red. Hex color #391B0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #391B0C is #C6E4F3. Grayscale: #222222. Windows color (decimal): -13034740 or 793401. OLE color: 793401.

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

Color convert

RGB572712-
CMYK00.530.790.78
HSL20º65.22%13.53%-
HSV(B)20º78.95%22.35%-
XYZ2.151.680.56-
YUV34.26115.44144.22-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 59.38%
GREEN value IS 27 (10.94% from 255) = 28.12%
BLUE value IS 12 (5.08% from 255) = 12.5%
R=59.38%
G=28.12%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.79
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57271200.530.790.782065.2213.53
Hex391BC0354F4E1441e
Octal7133140651171162410116
Binary1110011101111000110101100111110011101010010000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391B0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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