Html Css Color HEX #29211D Wood Bark

📋 copy color: '#29211D'

red 41 ◦ green 33 ◦ blue 29

#29211D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wood Bark #29211D

Tints of Wood Bark #29211D

RGB

 RED value IS 41 (16.41% from 255) = 39.81%

 GREEN value IS 33 (13.28% from 255) = 32.04%

 BLUE value IS 29 (11.72% from 255) = 28.16%

R = 39.81%
G = 32.04%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.29

 K value IS 0.84

RGB Variations

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

Color information

#29211D (or 0x29211D) is known color: Wood Bark. HEX triplet: 29, 21 and 1D. RGB value is (41,33,29). Sum of RGB (Red+Green+Blue) = 41+33+29=103 (13% of max value = 765). Red value is 41 (16.41% from 255 or 39.81% from 103); Green value is 33 (13.28% from 255 or 32.04% from 103); Blue value is 29 (11.72% from 255 or 28.16% from 103); Max value from RGB is 41 - color contains mainly: red. Hex color #29211D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29211D is #D6DEE2. Grayscale: #222222. Windows color (decimal): -14081763 or 1909033. OLE color: 1909033.

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

Color convert

RGB 41 33 29 -
CMYK 0 0.20 0.29 0.84
HSL 20º 0.17% 0.14% -
HSV(B) 20º 0.29% 0.16% -
XYZ 1.68 1.65 1.39 -
YUV 34.94 124.65 132.33 -
System Red Green Blue C M Y K H S L
Decimal 41 33 29 0 0.20 0.29 0.84 20 0.17 0.14
Hex 29 21 1D 0 14 1D 54 14 11 E
Octal 51 41 35 0 24 35 124 24 21 16
Binary 101001 100001 11101 0 10100 11101 1010100 10100 10001 1110

Color Harmonies of #29211D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29211D

Black with #29211D

Text Example


Text Example

White with #29211D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #29211D;
 }
 .AnyTagClassName
 {
   color: #29211D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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