#311E18

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

Shades of Brown Pod #311E18

Tints of Brown Pod #311E18

Color information

#311E18 (or 0x311E18) is unknown color: approx Brown Pod. HEX triplet: 31, 1E and 18. RGB value is (49,30,24). Sum of RGB (Red+Green+Blue) = 49+30+24=103 (13% of max value = 765). Red value is 49 (19.53% from 255 or 47.57% from 103); Green value is 30 (12.11% from 255 or 29.13% from 103); Blue value is 24 (9.77% from 255 or 23.30% from 103); Max value from RGB is 49 - color contains mainly: red. Hex color #311E18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311E18 is #CEE1E7. Grayscale: #232323. Windows color (decimal): -13558248 or 1580593. OLE color: 1580593.

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

Color convert

RGB493024-
CMYK00.390.510.81
HSL14.4º34.25%14.31%-
HSV(B)14.4º51.02%19.22%-
XYZ1.91.651.08-
YUV35121.79137.99-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 47.57%
GREEN value IS 30 (12.11% from 255) = 29.13%
BLUE value IS 24 (9.77% from 255) = 23.30%
R=47.57%
G=29.13%
B=23.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.51
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49302400.390.510.8114.434.2514.31
Hex311E180273351e22e
Octal61363004763121164216
Binary11000111110110000100111110011101000111101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311E18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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