#2D2521

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

Shades of Wood Bark #2D2521

Tints of Wood Bark #2D2521

Color information

#2D2521 (or 0x2D2521) is unknown color: approx Wood Bark. HEX triplet: 2D, 25 and 21. RGB value is (45,37,33). Sum of RGB (Red+Green+Blue) = 45+37+33=115 (15% of max value = 765). Red value is 45 (17.97% from 255 or 39.13% from 115); Green value is 37 (14.84% from 255 or 32.17% from 115); Blue value is 33 (13.28% from 255 or 28.70% from 115); Max value from RGB is 45 - color contains mainly: red. Hex color #2D2521 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D2521 is #D2DADE. Grayscale: #262626. Windows color (decimal): -13818591 or 2172205. OLE color: 2172205.

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

Color convert

RGB453733-
CMYK00.180.270.82
HSL20º15.38%15.29%-
HSV(B)20º26.67%17.65%-
XYZ2.021.991.72-
YUV38.94124.65132.33-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 39.13%
GREEN value IS 37 (14.84% from 255) = 32.17%
BLUE value IS 33 (13.28% from 255) = 28.70%
R=39.13%
G=32.17%
B=28.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.27
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal45373300.180.270.822015.3815.29
Hex2D25210121B5214ff
Octal55454102233122241717
Binary1011011001011000010100101101110100101010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D2521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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