#29170B

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

Shades of Wood Bark #29170B

Tints of Wood Bark #29170B

Color information

#29170B (or 0x29170B) is unknown color: approx Wood Bark. HEX triplet: 29, 17 and 0B. RGB value is (41,23,11). Sum of RGB (Red+Green+Blue) = 41+23+11=75 (9% of max value = 765). Red value is 41 (16.41% from 255 or 54.67% from 75); Green value is 23 (9.38% from 255 or 30.67% from 75); Blue value is 11 (4.69% from 255 or 14.67% from 75); Max value from RGB is 41 - color contains mainly: red. Hex color #29170B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #29170B is #D6E8F4. Grayscale: #1B1B1B. Windows color (decimal): -14084341 or 726825. OLE color: 726825.

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

Color convert

RGB412311-
CMYK00.440.730.84
HSL24º57.69%10.2%-
HSV(B)24º73.17%16.08%-
XYZ1.281.110.46-
YUV27.01118.96137.98-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 54.67%
GREEN value IS 23 (9.38% from 255) = 30.67%
BLUE value IS 11 (4.69% from 255) = 14.67%
R=54.67%
G=30.67%
B=14.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.73
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41231100.440.730.842457.6910.2
Hex2917B02C4954183aa
Octal512713054111124307212
Binary101001101111011010110010010011010100110001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29170B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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