#311D14

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

Shades of Brown Pod #311D14

Tints of Brown Pod #311D14

Color information

#311D14 (or 0x311D14) is unknown color: approx Brown Pod. HEX triplet: 31, 1D and 14. RGB value is (49,29,20). Sum of RGB (Red+Green+Blue) = 49+29+20=98 (12% of max value = 765). Red value is 49 (19.53% from 255 or 50% from 98); Green value is 29 (11.72% from 255 or 29.59% from 98); Blue value is 20 (8.20% from 255 or 20.41% from 98); Max value from RGB is 49 - color contains mainly: red. Hex color #311D14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311D14 is #CEE2EB. Grayscale: #222222. Windows color (decimal): -13558508 or 1318193. OLE color: 1318193.

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

Color convert

RGB492920-
CMYK00.410.590.81
HSL18.62º42.03%13.53%-
HSV(B)18.62º59.18%19.22%-
XYZ1.831.580.87-
YUV33.95120.13138.73-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 50%
GREEN value IS 29 (11.72% from 255) = 29.59%
BLUE value IS 20 (8.20% from 255) = 20.41%
R=50%
G=29.59%
B=20.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.59
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49292000.410.590.8118.6242.0313.53
Hex311D140293B51132ae
Octal61352405173121235216
Binary110001111011010001010011110111010001100111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,29,20); }

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

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

 a { background-color: rgb(49,29,20); }

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

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

 span { border-color: rgb(49,29,20); }

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