#29201C

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

Shades of Wood Bark #29201C

Tints of Wood Bark #29201C

Color information

#29201C (or 0x29201C) is unknown color: approx Wood Bark. HEX triplet: 29, 20 and 1C. RGB value is (41,32,28). Sum of RGB (Red+Green+Blue) = 41+32+28=101 (13% of max value = 765). Red value is 41 (16.41% from 255 or 40.59% from 101); Green value is 32 (12.89% from 255 or 31.68% from 101); Blue value is 28 (11.33% from 255 or 27.72% from 101); Max value from RGB is 41 - color contains mainly: red. Hex color #29201C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29201C is #D6DFE3. Grayscale: #222222. Windows color (decimal): -14082020 or 1843241. OLE color: 1843241.

HSL color Cylindrical-coordinate representation of color #29201C: hue angle of 18.46º degrees, saturation: 0.19, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #29201C is Cyan = 0, Magento = 0.22, Yellow = 0.32 and Black (K on CMYK) = 0.84.

Color convert

RGB413228-
CMYK00.220.320.84
HSL18.46º18.84%13.53%-
HSV(B)18.46º31.71%16.08%-
XYZ1.641.591.32-
YUV34.24124.48132.83-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 40.59%
GREEN value IS 32 (12.89% from 255) = 31.68%
BLUE value IS 28 (11.33% from 255) = 27.72%
R=40.59%
G=31.68%
B=27.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.32
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41322800.220.320.8418.4618.8413.53
Hex29201C01620541213e
Octal51403402640124222316
Binary10100110000011100010110100000101010010010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29201C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29201C; }

 p { color: rgb(41,32,28); }

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

<style>
 a { background-color: #29201C; }

 a { background-color: rgb(41,32,28); }

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

<style>
 span { border-color: #29201C; }

 span { border-color: rgb(41,32,28); }

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