#29160E

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

Shades of Wood Bark #29160E

Tints of Wood Bark #29160E

Color information

#29160E (or 0x29160E) is unknown color: approx Wood Bark. HEX triplet: 29, 16 and 0E. RGB value is (41,22,14). Sum of RGB (Red+Green+Blue) = 41+22+14=77 (10% of max value = 765). Red value is 41 (16.41% from 255 or 53.25% from 77); Green value is 22 (8.98% from 255 or 28.57% from 77); Blue value is 14 (5.86% from 255 or 18.18% from 77); Max value from RGB is 41 - color contains mainly: red. Hex color #29160E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #29160E is #D6E9F1. Grayscale: #1A1A1A. Windows color (decimal): -14084594 or 923177. OLE color: 923177.

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

Color convert

RGB412214-
CMYK00.460.660.84
HSL17.78º49.09%10.78%-
HSV(B)17.78º65.85%16.08%-
XYZ1.281.080.56-
YUV26.77120.79138.15-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 53.25%
GREEN value IS 22 (8.98% from 255) = 28.57%
BLUE value IS 14 (5.86% from 255) = 18.18%
R=53.25%
G=28.57%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.66
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41221400.460.660.8417.7849.0910.78
Hex2916E02E42541231b
Octal512616056102124226113
Binary101001101101110010111010000101010100100101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29160E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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