#311E19

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

Shades of Brown Pod #311E19

Tints of Brown Pod #311E19

Color information

#311E19 (or 0x311E19) is unknown color: approx Brown Pod. HEX triplet: 31, 1E and 19. RGB value is (49,30,25). Sum of RGB (Red+Green+Blue) = 49+30+25=104 (13% of max value = 765). Red value is 49 (19.53% from 255 or 47.12% from 104); Green value is 30 (12.11% from 255 or 28.85% from 104); Blue value is 25 (10.16% from 255 or 24.04% from 104); Max value from RGB is 49 - color contains mainly: red. Hex color #311E19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311E19 is #CEE1E6. Grayscale: #232323. Windows color (decimal): -13558247 or 1646129. OLE color: 1646129.

HSL color Cylindrical-coordinate representation of color #311E19: hue angle of 12.5º degrees, saturation: 0.32, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #311E19 is Cyan = 0, Magento = 0.39, Yellow = 0.49 and Black (K on CMYK) = 0.81.

Color convert

RGB493025-
CMYK00.390.490.81
HSL12.5º32.43%14.51%-
HSV(B)12.5º48.98%19.22%-
XYZ1.911.651.14-
YUV35.11122.29137.91-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 47.12%
GREEN value IS 30 (12.11% from 255) = 28.85%
BLUE value IS 25 (10.16% from 255) = 24.04%
R=47.12%
G=28.85%
B=24.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.49
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49302500.390.490.8112.532.4314.51
Hex311E190273151c20f
Octal61363104761121144017
Binary11000111110110010100111110001101000111001000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311E19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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