#311E16

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

Shades of Brown Pod #311E16

Tints of Brown Pod #311E16

Color information

#311E16 (or 0x311E16) is unknown color: approx Brown Pod. HEX triplet: 31, 1E and 16. RGB value is (49,30,22). Sum of RGB (Red+Green+Blue) = 49+30+22=101 (13% of max value = 765). Red value is 49 (19.53% from 255 or 48.51% from 101); Green value is 30 (12.11% from 255 or 29.70% from 101); Blue value is 22 (8.98% from 255 or 21.78% from 101); Max value from RGB is 49 - color contains mainly: red. Hex color #311E16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311E16 is #CEE1E9. Grayscale: #222222. Windows color (decimal): -13558250 or 1449521. OLE color: 1449521.

HSL color Cylindrical-coordinate representation of color #311E16: hue angle of 17.78º 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 #311E16 is Cyan = 0, Magento = 0.39, Yellow = 0.55 and Black (K on CMYK) = 0.81.

Color convert

RGB493022-
CMYK00.390.550.81
HSL17.78º38.03%13.92%-
HSV(B)17.78º55.1%19.22%-
XYZ1.881.640.98-
YUV34.77120.79138.15-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 48.51%
GREEN value IS 30 (12.11% from 255) = 29.70%
BLUE value IS 22 (8.98% from 255) = 21.78%
R=48.51%
G=29.70%
B=21.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.55
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49302200.390.550.8117.7838.0313.92
Hex311E1602737511226e
Octal61362604767121224616
Binary110001111101011001001111101111010001100101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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