#311B14

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

Shades of Brown Pod #311B14

Tints of Brown Pod #311B14

Color information

#311B14 (or 0x311B14) is unknown color: approx Brown Pod. HEX triplet: 31, 1B and 14. RGB value is (49,27,20). Sum of RGB (Red+Green+Blue) = 49+27+20=96 (12% of max value = 765). Red value is 49 (19.53% from 255 or 51.04% from 96); Green value is 27 (10.94% from 255 or 28.12% from 96); Blue value is 20 (8.20% from 255 or 20.83% from 96); Max value from RGB is 49 - color contains mainly: red. Hex color #311B14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311B14 is #CEE4EB. Grayscale: #202020. Windows color (decimal): -13559020 or 1317681. OLE color: 1317681.

HSL color Cylindrical-coordinate representation of color #311B14: hue angle of 14.48º 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 #311B14 is Cyan = 0, Magento = 0.45, Yellow = 0.59 and Black (K on CMYK) = 0.81.

Color convert

RGB492720-
CMYK00.450.590.81
HSL14.48º42.03%13.53%-
HSV(B)14.48º59.18%19.22%-
XYZ1.781.490.85-
YUV32.78120.79139.57-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 51.04%
GREEN value IS 27 (10.94% from 255) = 28.12%
BLUE value IS 20 (8.20% from 255) = 20.83%
R=51.04%
G=28.12%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.59
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49272000.450.590.8114.4842.0313.53
Hex311B1402D3B51e2ae
Octal61332405573121165216
Binary11000111011101000101101111011101000111101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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