#311A0E

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

Shades of Brown Pod #311A0E

Tints of Brown Pod #311A0E

Color information

#311A0E (or 0x311A0E) is unknown color: approx Brown Pod. HEX triplet: 31, 1A and 0E. RGB value is (49,26,14). Sum of RGB (Red+Green+Blue) = 49+26+14=89 (11% of max value = 765). Red value is 49 (19.53% from 255 or 55.06% from 89); Green value is 26 (10.55% from 255 or 29.21% from 89); Blue value is 14 (5.86% from 255 or 15.73% from 89); Max value from RGB is 49 - color contains mainly: red. Hex color #311A0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311A0E is #CEE5F1. Grayscale: #1F1F1F. Windows color (decimal): -13559282 or 924209. OLE color: 924209.

HSL color Cylindrical-coordinate representation of color #311A0E: hue angle of 20.57º degrees, saturation: 0.56, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #311A0E is Cyan = 0, Magento = 0.47, Yellow = 0.71 and Black (K on CMYK) = 0.81.

Color convert

RGB492614-
CMYK00.470.710.81
HSL20.57º55.56%12.35%-
HSV(B)20.57º71.43%19.22%-
XYZ1.721.420.6-
YUV31.51118.12140.48-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 55.06%
GREEN value IS 26 (10.55% from 255) = 29.21%
BLUE value IS 14 (5.86% from 255) = 15.73%
R=55.06%
G=29.21%
B=15.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.71
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49261400.470.710.8120.5755.5612.35
Hex311AE02F47511538c
Octal613216057107121257014
Binary110001110101110010111110001111010001101011110001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,26,14); }

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

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

 a { background-color: rgb(49,26,14); }

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

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

 span { border-color: rgb(49,26,14); }

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