#2E2825

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

Shades of Wood Bark #2E2825

Tints of Wood Bark #2E2825

Color information

#2E2825 (or 0x2E2825) is unknown color: approx Wood Bark. HEX triplet: 2E, 28 and 25. RGB value is (46,40,37). Sum of RGB (Red+Green+Blue) = 46+40+37=123 (16% of max value = 765). Red value is 46 (18.36% from 255 or 37.40% from 123); Green value is 40 (16.02% from 255 or 32.52% from 123); Blue value is 37 (14.84% from 255 or 30.08% from 123); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2825 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2825 is #D1D7DA. Grayscale: #292929. Windows color (decimal): -13752283 or 2435118. OLE color: 2435118.

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

Color convert

RGB464037-
CMYK00.130.200.82
HSL20º10.84%16.27%-
HSV(B)20º19.57%18.04%-
XYZ2.222.232.06-
YUV41.45125.49131.24-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 37.40%
GREEN value IS 40 (16.02% from 255) = 32.52%
BLUE value IS 37 (14.84% from 255) = 30.08%
R=37.40%
G=32.52%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.20
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal46403700.130.200.822010.8416.27
Hex2E28250D145214b10
Octal56504501524122241320
Binary1011101010001001010110110100101001010100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,40,37); }

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

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

 a { background-color: rgb(46,40,37); }

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

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

 span { border-color: rgb(46,40,37); }

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