#311E14

Color #311E14 Wood Bark (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wood Bark #311E14

Tints of Wood Bark #311E14

Color information

#311E14 (or 0x311E14) is unknown color: approx Wood Bark. HEX triplet: 31, 1E and 14. RGB value is (49,30,20). Sum of RGB (Red+Green+Blue) = 49+30+20=99 (13% of max value = 765). Red value is 49 (19.53% from 255 or 49.49% from 99); Green value is 30 (12.11% from 255 or 30.30% from 99); Blue value is 20 (8.20% from 255 or 20.20% from 99); Max value from RGB is 49 - color contains mainly: red. Hex color #311E14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311E14 is #CEE1EB. Grayscale: #222222. Windows color (decimal): -13558252 or 1318449. OLE color: 1318449.

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

Color convert

RGB493020-
CMYK00.390.590.81
HSL20.69º42.03%13.53%-
HSV(B)20.69º59.18%19.22%-
XYZ1.861.630.88-
YUV34.54119.79138.31-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 49.49%
GREEN value IS 30 (12.11% from 255) = 30.30%
BLUE value IS 20 (8.20% from 255) = 20.20%
R=49.49%
G=30.30%
B=20.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.59
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49302000.390.590.8120.6942.0313.53
Hex311E140273B51152ae
Octal61362404773121255216
Binary110001111101010001001111110111010001101011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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