#311B16

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

Shades of Brown Pod #311B16

Tints of Brown Pod #311B16

Color information

#311B16 (or 0x311B16) is unknown color: approx Brown Pod. HEX triplet: 31, 1B and 16. RGB value is (49,27,22). Sum of RGB (Red+Green+Blue) = 49+27+22=98 (12% of max value = 765). Red value is 49 (19.53% from 255 or 50% from 98); Green value is 27 (10.94% from 255 or 27.55% from 98); Blue value is 22 (8.98% from 255 or 22.45% from 98); Max value from RGB is 49 - color contains mainly: red. Hex color #311B16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311B16 is #CEE4E9. Grayscale: #212121. Windows color (decimal): -13559018 or 1448753. OLE color: 1448753.

HSL color Cylindrical-coordinate representation of color #311B16: hue angle of 11.11º degrees, saturation: 0.38, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #311B16 is Cyan = 0, Magento = 0.45, Yellow = 0.55 and Black (K on CMYK) = 0.81.

Color convert

RGB492722-
CMYK00.450.550.81
HSL11.11º38.03%13.92%-
HSV(B)11.11º55.1%19.22%-
XYZ1.81.490.95-
YUV33.01121.79139.41-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 50%
GREEN value IS 27 (10.94% from 255) = 27.55%
BLUE value IS 22 (8.98% from 255) = 22.45%
R=50%
G=27.55%
B=22.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.55
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49272200.450.550.8111.1138.0313.92
Hex311B1602D3751b26e
Octal61332605567121134616
Binary11000111011101100101101110111101000110111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311B16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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