#29190E

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

Shades of Wood Bark #29190E

Tints of Wood Bark #29190E

Color information

#29190E (or 0x29190E) is unknown color: approx Wood Bark. HEX triplet: 29, 19 and 0E. RGB value is (41,25,14). Sum of RGB (Red+Green+Blue) = 41+25+14=80 (10% of max value = 765). Red value is 41 (16.41% from 255 or 51.25% from 80); Green value is 25 (10.16% from 255 or 31.25% from 80); Blue value is 14 (5.86% from 255 or 17.5% from 80); Max value from RGB is 41 - color contains mainly: red. Hex color #29190E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #29190E is #D6E6F1. Grayscale: #1C1C1C. Windows color (decimal): -14083826 or 923945. OLE color: 923945.

HSL color Cylindrical-coordinate representation of color #29190E: hue angle of 24.44º 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 #29190E is Cyan = 0, Magento = 0.39, Yellow = 0.66 and Black (K on CMYK) = 0.84.

Color convert

RGB412514-
CMYK00.390.660.84
HSL24.44º49.09%10.78%-
HSV(B)24.44º65.85%16.08%-
XYZ1.341.20.58-
YUV28.53119.8136.89-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 51.25%
GREEN value IS 25 (10.16% from 255) = 31.25%
BLUE value IS 14 (5.86% from 255) = 17.5%
R=51.25%
G=31.25%
B=17.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.66
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41251400.390.660.8424.4449.0910.78
Hex2919E02742541831b
Octal513116047102124306113
Binary101001110011110010011110000101010100110001100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29190E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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