Html Css Color HEX #29201D Wood Bark

📋 copy color: '#29201D'

red 41 ◦ green 32 ◦ blue 29

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

Shades of Wood Bark #29201D

Tints of Wood Bark #29201D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 31.37%

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

R = 40.2%
G = 31.37%
B = 28.43%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.29

 K value IS 0.84

RGB Variations

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

Color information

#29201D (or 0x29201D) is known color: Wood Bark. HEX triplet: 29, 20 and 1D. RGB value is (41,32,29). Sum of RGB (Red+Green+Blue) = 41+32+29=102 (13% of max value = 765). Red value is 41 (16.41% from 255 or 40.20% from 102); Green value is 32 (12.89% from 255 or 31.37% from 102); Blue value is 29 (11.72% from 255 or 28.43% from 102); Max value from RGB is 41 - color contains mainly: red. Hex color #29201D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29201D is #D6DFE2. Grayscale: #222222. Windows color (decimal): -14082019 or 1908777. OLE color: 1908777.

HSL color Cylindrical-coordinate representation of color #29201D: hue angle of 15º 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 #29201D is Cyan = 0, Magento = 0.22, Yellow = 0.29 and Black (K on CMYK) = 0.84.

Color convert

RGB 41 32 29 -
CMYK 0 0.22 0.29 0.84
HSL 15º 0.17% 0.14% -
HSV(B) 15º 0.29% 0.16% -
XYZ 1.65 1.59 1.38 -
YUV 34.35 124.98 132.74 -
System Red Green Blue C M Y K H S L
Decimal 41 32 29 0 0.22 0.29 0.84 15 0.17 0.14
Hex 29 20 1D 0 16 1D 54 F 11 E
Octal 51 40 35 0 26 35 124 17 21 16
Binary 101001 100000 11101 0 10110 11101 1010100 1111 10001 1110

Color Harmonies of #29201D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29201D

Black with #29201D

Text Example


Text Example

White with #29201D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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