#2D2520

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

Shades of Wood Bark #2D2520

Tints of Wood Bark #2D2520

Color information

#2D2520 (or 0x2D2520) is unknown color: approx Wood Bark. HEX triplet: 2D, 25 and 20. RGB value is (45,37,32). Sum of RGB (Red+Green+Blue) = 45+37+32=114 (15% of max value = 765). Red value is 45 (17.97% from 255 or 39.47% from 114); Green value is 37 (14.84% from 255 or 32.46% from 114); Blue value is 32 (12.89% from 255 or 28.07% from 114); Max value from RGB is 45 - color contains mainly: red. Hex color #2D2520 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D2520 is #D2DADF. Grayscale: #262626. Windows color (decimal): -13818592 or 2106669. OLE color: 2106669.

HSL color Cylindrical-coordinate representation of color #2D2520: hue angle of 23.08º 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 #2D2520 is Cyan = 0, Magento = 0.18, Yellow = 0.29 and Black (K on CMYK) = 0.82.

Color convert

RGB453732-
CMYK00.180.290.82
HSL23.08º16.88%15.1%-
HSV(B)23.08º28.89%17.65%-
XYZ21.991.64-
YUV38.82124.15132.41-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 39.47%
GREEN value IS 37 (14.84% from 255) = 32.46%
BLUE value IS 32 (12.89% from 255) = 28.07%
R=39.47%
G=32.46%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.29
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal45373200.180.290.8223.0816.8815.1
Hex2D25200121D521711f
Octal55454002235122272117
Binary10110110010110000001001011101101001010111100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D2520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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