#2E1C11

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

Shades of Wood Bark #2E1C11

Tints of Wood Bark #2E1C11

Color information

#2E1C11 (or 0x2E1C11) is unknown color: approx Wood Bark. HEX triplet: 2E, 1C and 11. RGB value is (46,28,17). Sum of RGB (Red+Green+Blue) = 46+28+17=91 (12% of max value = 765). Red value is 46 (18.36% from 255 or 50.55% from 91); Green value is 28 (11.33% from 255 or 30.77% from 91); Blue value is 17 (7.03% from 255 or 18.68% from 91); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1C11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E1C11 is #D1E3EE. Grayscale: #202020. Windows color (decimal): -13755375 or 1121326. OLE color: 1121326.

HSL color Cylindrical-coordinate representation of color #2E1C11: hue angle of 22.76º degrees, saturation: 0.46, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2E1C11 is Cyan = 0, Magento = 0.39, Yellow = 0.63 and Black (K on CMYK) = 0.82.

Color convert

RGB462817-
CMYK00.390.630.82
HSL22.76º46.03%12.35%-
HSV(B)22.76º63.04%18.04%-
XYZ1.641.450.72-
YUV32.13119.46137.89-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 50.55%
GREEN value IS 28 (11.33% from 255) = 30.77%
BLUE value IS 17 (7.03% from 255) = 18.68%
R=50.55%
G=30.77%
B=18.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.63
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal46281700.390.630.8222.7646.0312.35
Hex2E1C110273F52172ec
Octal56342104777122275614
Binary101110111001000101001111111111010010101111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E1C11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2E1C11; }

 p { color: rgb(46,28,17); }

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

<style>
 a { background-color: #2E1C11; }

 a { background-color: rgb(46,28,17); }

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

<style>
 span { border-color: #2E1C11; }

 span { border-color: rgb(46,28,17); }

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