#29211E

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

Shades of Wood Bark #29211E

Tints of Wood Bark #29211E

Color information

#29211E (or 0x29211E) is unknown color: approx Wood Bark. HEX triplet: 29, 21 and 1E. RGB value is (41,33,30). Sum of RGB (Red+Green+Blue) = 41+33+30=104 (13% of max value = 765). Red value is 41 (16.41% from 255 or 39.42% from 104); Green value is 33 (13.28% from 255 or 31.73% from 104); Blue value is 30 (12.11% from 255 or 28.85% from 104); Max value from RGB is 41 - color contains mainly: red. Hex color #29211E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29211E is #D6DEE1. Grayscale: #232323. Windows color (decimal): -14081762 or 1974569. OLE color: 1974569.

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

Color convert

RGB413330-
CMYK00.200.270.84
HSL16.36º15.49%13.92%-
HSV(B)16.36º26.83%16.08%-
XYZ1.691.651.46-
YUV35.05125.15132.24-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 39.42%
GREEN value IS 33 (13.28% from 255) = 31.73%
BLUE value IS 30 (12.11% from 255) = 28.85%
R=39.42%
G=31.73%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.27
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41333000.200.270.8416.3615.4913.92
Hex29211E0141B5410fe
Octal51413602433124201716
Binary101001100001111100101001101110101001000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29211E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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