#29211F

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

Shades of Wood Bark #29211F

Tints of Wood Bark #29211F

Color information

#29211F (or 0x29211F) is unknown color: approx Wood Bark. HEX triplet: 29, 21 and 1F. RGB value is (41,33,31). Sum of RGB (Red+Green+Blue) = 41+33+31=105 (13% of max value = 765). Red value is 41 (16.41% from 255 or 39.05% from 105); Green value is 33 (13.28% from 255 or 31.43% from 105); Blue value is 31 (12.5% from 255 or 29.52% from 105); Max value from RGB is 41 - color contains mainly: red. Hex color #29211F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29211F is #D6DEE0. Grayscale: #232323. Windows color (decimal): -14081761 or 2040105. OLE color: 2040105.

HSL color Cylindrical-coordinate representation of color #29211F: hue angle of 12º degrees, saturation: 0.14, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #29211F is Cyan = 0, Magento = 0.20, Yellow = 0.24 and Black (K on CMYK) = 0.84.

Color convert

RGB413331-
CMYK00.200.240.84
HSL12º13.89%14.12%-
HSV(B)12º24.39%16.08%-
XYZ1.711.661.53-
YUV35.16125.65132.16-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 39.05%
GREEN value IS 33 (13.28% from 255) = 31.43%
BLUE value IS 31 (12.5% from 255) = 29.52%
R=39.05%
G=31.43%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.24
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41333100.200.240.841213.8914.12
Hex29211F0141854cee
Octal51413702430124141616
Binary10100110000111111010100110001010100110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29211F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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