Html Css Color HEX #29170D Wood Bark

📋 copy color: '#29170D'

red 41 ◦ green 23 ◦ blue 13

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

Shades of Wood Bark #29170D

Tints of Wood Bark #29170D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 29.87%

 BLUE value IS 13 (5.47% from 255) = 16.88%

R = 53.25%
G = 29.87%
B = 16.88%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.68

 K value IS 0.84

RGB Variations

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

Color information

#29170D (or 0x29170D) is known color: Wood Bark. HEX triplet: 29, 17 and 0D. RGB value is (41,23,13). Sum of RGB (Red+Green+Blue) = 41+23+13=77 (10% of max value = 765). Red value is 41 (16.41% from 255 or 53.25% from 77); Green value is 23 (9.38% from 255 or 29.87% from 77); Blue value is 13 (5.47% from 255 or 16.88% from 77); Max value from RGB is 41 - color contains mainly: red. Hex color #29170D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #29170D is #D6E8F2. Grayscale: #1B1B1B. Windows color (decimal): -14084339 or 857897. OLE color: 857897.

HSL color Cylindrical-coordinate representation of color #29170D: hue angle of 21.43º degrees, saturation: 0.52, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #29170D is Cyan = 0, Magento = 0.44, Yellow = 0.68 and Black (K on CMYK) = 0.84.

Color convert

RGB 41 23 13 -
CMYK 0 0.44 0.68 0.84
HSL 21.43º 0.52% 0.11% -
HSV(B) 21.43º 0.68% 0.16% -
XYZ 1.29 1.11 0.53 -
YUV 27.24 119.96 137.81 -
System Red Green Blue C M Y K H S L
Decimal 41 23 13 0 0.44 0.68 0.84 21.43 0.52 0.11
Hex 29 17 D 0 2C 44 54 15 34 B
Octal 51 27 15 0 54 104 124 25 64 13
Binary 101001 10111 1101 0 101100 1000100 1010100 10101 110100 1011

Color Harmonies of #29170D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29170D

Black with #29170D

Text Example


Text Example

White with #29170D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,23,13); }

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

background-color css

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

 a { background-color: rgb(41,23,13); }

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

border-color css

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

 span { border-color: rgb(41,23,13); }

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