#2E1D15

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

Shades of Wood Bark #2E1D15

Tints of Wood Bark #2E1D15

Color information

#2E1D15 (or 0x2E1D15) is unknown color: approx Wood Bark. HEX triplet: 2E, 1D and 15. RGB value is (46,29,21). Sum of RGB (Red+Green+Blue) = 46+29+21=96 (12% of max value = 765). Red value is 46 (18.36% from 255 or 47.92% from 96); Green value is 29 (11.72% from 255 or 30.21% from 96); Blue value is 21 (8.59% from 255 or 21.88% from 96); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1D15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E1D15 is #D1E2EA. Grayscale: #212121. Windows color (decimal): -13755115 or 1383726. OLE color: 1383726.

HSL color Cylindrical-coordinate representation of color #2E1D15: hue angle of 19.2º degrees, saturation: 0.37, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2E1D15 is Cyan = 0, Magento = 0.37, Yellow = 0.54 and Black (K on CMYK) = 0.82.

Color convert

RGB462921-
CMYK00.370.540.82
HSL19.2º37.31%13.14%-
HSV(B)19.2º54.35%18.04%-
XYZ1.71.510.91-
YUV33.17121.13137.15-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 47.92%
GREEN value IS 29 (11.72% from 255) = 30.21%
BLUE value IS 21 (8.59% from 255) = 21.88%
R=47.92%
G=30.21%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.54
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal46292100.370.540.8219.237.3113.14
Hex2E1D1502536521325d
Octal56352504566122234515
Binary101110111011010101001011101101010010100111001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E1D15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,29,21); }

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

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

 a { background-color: rgb(46,29,21); }

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

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

 span { border-color: rgb(46,29,21); }

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