#2E1A0E

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

Shades of Wood Bark #2E1A0E

Tints of Wood Bark #2E1A0E

Color information

#2E1A0E (or 0x2E1A0E) is unknown color: approx Wood Bark. HEX triplet: 2E, 1A and 0E. RGB value is (46,26,14). Sum of RGB (Red+Green+Blue) = 46+26+14=86 (11% of max value = 765). Red value is 46 (18.36% from 255 or 53.49% from 86); Green value is 26 (10.55% from 255 or 30.23% from 86); Blue value is 14 (5.86% from 255 or 16.28% from 86); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1A0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E1A0E is #D1E5F1. Grayscale: #1E1E1E. Windows color (decimal): -13755890 or 924206. OLE color: 924206.

HSL color Cylindrical-coordinate representation of color #2E1A0E: hue angle of 22.5º degrees, saturation: 0.53, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2E1A0E is Cyan = 0, Magento = 0.43, Yellow = 0.70 and Black (K on CMYK) = 0.82.

Color convert

RGB462614-
CMYK00.430.700.82
HSL22.5º53.33%11.76%-
HSV(B)22.5º69.57%18.04%-
XYZ1.581.350.59-
YUV30.61118.63138.98-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 53.49%
GREEN value IS 26 (10.55% from 255) = 30.23%
BLUE value IS 14 (5.86% from 255) = 16.28%
R=53.49%
G=30.23%
B=16.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.70
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal46261400.430.700.8222.553.3311.76
Hex2E1AE02B46521635c
Octal563216053106122266514
Binary101110110101110010101110001101010010101101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E1A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,26,14); }

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

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

 a { background-color: rgb(46,26,14); }

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

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

 span { border-color: rgb(46,26,14); }

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