#29211C

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

Shades of Wood Bark #29211C

Tints of Wood Bark #29211C

Color information

#29211C (or 0x29211C) is unknown color: approx Wood Bark. HEX triplet: 29, 21 and 1C. RGB value is (41,33,28). Sum of RGB (Red+Green+Blue) = 41+33+28=102 (13% of max value = 765). Red value is 41 (16.41% from 255 or 40.20% from 102); Green value is 33 (13.28% from 255 or 32.35% from 102); Blue value is 28 (11.33% from 255 or 27.45% from 102); Max value from RGB is 41 - color contains mainly: red. Hex color #29211C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29211C is #D6DEE3. Grayscale: #222222. Windows color (decimal): -14081764 or 1843497. OLE color: 1843497.

HSL color Cylindrical-coordinate representation of color #29211C: hue angle of 23.08º 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 #29211C is Cyan = 0, Magento = 0.20, Yellow = 0.32 and Black (K on CMYK) = 0.84.

Color convert

RGB413328-
CMYK00.200.320.84
HSL23.08º18.84%13.53%-
HSV(B)23.08º31.71%16.08%-
XYZ1.671.641.33-
YUV34.82124.15132.41-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 40.20%
GREEN value IS 33 (13.28% from 255) = 32.35%
BLUE value IS 28 (11.33% from 255) = 27.45%
R=40.20%
G=32.35%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.32
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41332800.200.320.8423.0818.8413.53
Hex29211C01420541713e
Octal51413402440124272316
Binary10100110000111100010100100000101010010111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29211C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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