#29170E

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

Shades of Wood Bark #29170E

Tints of Wood Bark #29170E

Color information

#29170E (or 0x29170E) is unknown color: approx Wood Bark. HEX triplet: 29, 17 and 0E. RGB value is (41,23,14). Sum of RGB (Red+Green+Blue) = 41+23+14=78 (10% of max value = 765). Red value is 41 (16.41% from 255 or 52.56% from 78); Green value is 23 (9.38% from 255 or 29.49% from 78); Blue value is 14 (5.86% from 255 or 17.95% from 78); Max value from RGB is 41 - color contains mainly: red. Hex color #29170E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #29170E is #D6E8F1. Grayscale: #1B1B1B. Windows color (decimal): -14084338 or 923433. OLE color: 923433.

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

Color convert

RGB412314-
CMYK00.440.660.84
HSL20º49.09%10.78%-
HSV(B)20º65.85%16.08%-
XYZ1.31.120.56-
YUV27.36120.46137.73-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 52.56%
GREEN value IS 23 (9.38% from 255) = 29.49%
BLUE value IS 14 (5.86% from 255) = 17.95%
R=52.56%
G=29.49%
B=17.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.66
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41231400.440.660.842049.0910.78
Hex2917E02C42541431b
Octal512716054102124246113
Binary101001101111110010110010000101010100101001100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29170E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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