#2C2521

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

Shades of Wood Bark #2C2521

Tints of Wood Bark #2C2521

Color information

#2C2521 (or 0x2C2521) is unknown color: approx Wood Bark. HEX triplet: 2C, 25 and 21. RGB value is (44,37,33). Sum of RGB (Red+Green+Blue) = 44+37+33=114 (15% of max value = 765). Red value is 44 (17.58% from 255 or 38.60% from 114); Green value is 37 (14.84% from 255 or 32.46% from 114); Blue value is 33 (13.28% from 255 or 28.95% from 114); Max value from RGB is 44 - color contains mainly: red. Hex color #2C2521 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C2521 is #D3DADE. Grayscale: #262626. Windows color (decimal): -13884127 or 2172204. OLE color: 2172204.

HSL color Cylindrical-coordinate representation of color #2C2521: hue angle of 21.82º degrees, saturation: 0.14, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #2C2521 is Cyan = 0, Magento = 0.16, Yellow = 0.25 and Black (K on CMYK) = 0.83.

Color convert

RGB443733-
CMYK00.160.250.83
HSL21.82º14.29%15.1%-
HSV(B)21.82º25%17.25%-
XYZ1.971.971.71-
YUV38.64124.82131.83-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 38.60%
GREEN value IS 37 (14.84% from 255) = 32.46%
BLUE value IS 33 (13.28% from 255) = 28.95%
R=38.60%
G=32.46%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.25
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal44373300.160.250.8321.8214.2915.1
Hex2C2521010195316ef
Octal54454102031123261617
Binary1011001001011000010100001100110100111011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C2521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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