#311E15

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

Shades of Brown Pod #311E15

Tints of Brown Pod #311E15

Color information

#311E15 (or 0x311E15) is unknown color: approx Brown Pod. HEX triplet: 31, 1E and 15. RGB value is (49,30,21). Sum of RGB (Red+Green+Blue) = 49+30+21=100 (13% of max value = 765). Red value is 49 (19.53% from 255 or 49% from 100); Green value is 30 (12.11% from 255 or 30% from 100); Blue value is 21 (8.59% from 255 or 21% from 100); Max value from RGB is 49 - color contains mainly: red. Hex color #311E15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311E15 is #CEE1EA. Grayscale: #222222. Windows color (decimal): -13558251 or 1383985. OLE color: 1383985.

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

Color convert

RGB493021-
CMYK00.390.570.81
HSL19.29º40%13.73%-
HSV(B)19.29º57.14%19.22%-
XYZ1.871.640.93-
YUV34.65120.29138.23-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 49%
GREEN value IS 30 (12.11% from 255) = 30%
BLUE value IS 21 (8.59% from 255) = 21%
R=49%
G=30%
B=21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.57
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49302100.390.570.8119.294013.73
Hex311E1502739511328e
Octal61362504771121235016
Binary110001111101010101001111110011010001100111010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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