#29180E

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

Shades of Wood Bark #29180E

Tints of Wood Bark #29180E

Color information

#29180E (or 0x29180E) is unknown color: approx Wood Bark. HEX triplet: 29, 18 and 0E. RGB value is (41,24,14). Sum of RGB (Red+Green+Blue) = 41+24+14=79 (10% of max value = 765). Red value is 41 (16.41% from 255 or 51.90% from 79); Green value is 24 (9.77% from 255 or 30.38% from 79); Blue value is 14 (5.86% from 255 or 17.72% from 79); Max value from RGB is 41 - color contains mainly: red. Hex color #29180E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #29180E is #D6E7F1. Grayscale: #1C1C1C. Windows color (decimal): -14084082 or 923689. OLE color: 923689.

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

Color convert

RGB412414-
CMYK00.410.660.84
HSL22.22º49.09%10.78%-
HSV(B)22.22º65.85%16.08%-
XYZ1.321.160.57-
YUV27.94120.13137.31-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 51.90%
GREEN value IS 24 (9.77% from 255) = 30.38%
BLUE value IS 14 (5.86% from 255) = 17.72%
R=51.90%
G=30.38%
B=17.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.66
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41241400.410.660.8422.2249.0910.78
Hex2918E02942541631b
Octal513016051102124266113
Binary101001110001110010100110000101010100101101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29180E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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