#2D2320

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

Shades of Wood Bark #2D2320

Tints of Wood Bark #2D2320

Color information

#2D2320 (or 0x2D2320) is unknown color: approx Wood Bark. HEX triplet: 2D, 23 and 20. RGB value is (45,35,32). Sum of RGB (Red+Green+Blue) = 45+35+32=112 (14% of max value = 765). Red value is 45 (17.97% from 255 or 40.18% from 112); Green value is 35 (14.06% from 255 or 31.25% from 112); Blue value is 32 (12.89% from 255 or 28.57% from 112); Max value from RGB is 45 - color contains mainly: red. Hex color #2D2320 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D2320 is #D2DCDF. Grayscale: #252525. Windows color (decimal): -13819104 or 2106157. OLE color: 2106157.

HSL color Cylindrical-coordinate representation of color #2D2320: hue angle of 13.85º degrees, saturation: 0.17, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #2D2320 is Cyan = 0, Magento = 0.22, Yellow = 0.29 and Black (K on CMYK) = 0.82.

Color convert

RGB453532-
CMYK00.220.290.82
HSL13.85º16.88%15.1%-
HSV(B)13.85º28.89%17.65%-
XYZ1.941.861.62-
YUV37.65124.81133.24-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 40.18%
GREEN value IS 35 (14.06% from 255) = 31.25%
BLUE value IS 32 (12.89% from 255) = 28.57%
R=40.18%
G=31.25%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.29
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal45353200.220.290.8213.8516.8815.1
Hex2D23200161D52e11f
Octal55434002635122162117
Binary1011011000111000000101101110110100101110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D2320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,35,32); }

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

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

 a { background-color: rgb(45,35,32); }

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

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

 span { border-color: rgb(45,35,32); }

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