#29221F

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

Shades of Wood Bark #29221F

Tints of Wood Bark #29221F

Color information

#29221F (or 0x29221F) is unknown color: approx Wood Bark. HEX triplet: 29, 22 and 1F. RGB value is (41,34,31). Sum of RGB (Red+Green+Blue) = 41+34+31=106 (14% of max value = 765). Red value is 41 (16.41% from 255 or 38.68% from 106); Green value is 34 (13.67% from 255 or 32.08% from 106); Blue value is 31 (12.5% from 255 or 29.25% from 106); Max value from RGB is 41 - color contains mainly: red. Hex color #29221F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29221F is #D6DDE0. Grayscale: #232323. Windows color (decimal): -14081505 or 2040361. OLE color: 2040361.

HSL color Cylindrical-coordinate representation of color #29221F: hue angle of 18º 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 #29221F is Cyan = 0, Magento = 0.17, Yellow = 0.24 and Black (K on CMYK) = 0.84.

Color convert

RGB413431-
CMYK00.170.240.84
HSL18º13.89%14.12%-
HSV(B)18º24.39%16.08%-
XYZ1.731.711.54-
YUV35.75125.32131.74-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 38.68%
GREEN value IS 34 (13.67% from 255) = 32.08%
BLUE value IS 31 (12.5% from 255) = 29.25%
R=38.68%
G=32.08%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.24
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41343100.170.240.841813.8914.12
Hex29221F011185412ee
Octal51423702130124221616
Binary101001100010111110100011100010101001001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29221F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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