#391B16

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

Shades of Brown Pod #391B16

Tints of Brown Pod #391B16

Color information

#391B16 (or 0x391B16) is unknown color: approx Brown Pod. HEX triplet: 39, 1B and 16. RGB value is (57,27,22). Sum of RGB (Red+Green+Blue) = 57+27+22=106 (14% of max value = 765). Red value is 57 (22.66% from 255 or 53.77% from 106); Green value is 27 (10.94% from 255 or 25.47% from 106); Blue value is 22 (8.98% from 255 or 20.75% from 106); Max value from RGB is 57 - color contains mainly: red. Hex color #391B16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #391B16 is #C6E4E9. Grayscale: #232323. Windows color (decimal): -13034730 or 1448761. OLE color: 1448761.

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

Color convert

RGB572722-
CMYK00.530.610.78
HSL8.57º44.3%15.49%-
HSV(B)8.57º61.4%22.35%-
XYZ2.221.710.97-
YUV35.4120.44143.41-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 53.77%
GREEN value IS 27 (10.94% from 255) = 25.47%
BLUE value IS 22 (8.98% from 255) = 20.75%
R=53.77%
G=25.47%
B=20.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.61
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57272200.530.610.788.5744.315.49
Hex391B160353D4E92cf
Octal71332606575116115417
Binary11100111011101100110101111101100111010011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391B16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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