#29170F

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

Shades of Wood Bark #29170F

Tints of Wood Bark #29170F

Color information

#29170F (or 0x29170F) is unknown color: approx Wood Bark. HEX triplet: 29, 17 and 0F. RGB value is (41,23,15). Sum of RGB (Red+Green+Blue) = 41+23+15=79 (10% of max value = 765). Red value is 41 (16.41% from 255 or 51.90% from 79); Green value is 23 (9.38% from 255 or 29.11% from 79); Blue value is 15 (6.25% from 255 or 18.99% from 79); Max value from RGB is 41 - color contains mainly: red. Hex color #29170F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #29170F is #D6E8F0. Grayscale: #1B1B1B. Windows color (decimal): -14084337 or 988969. OLE color: 988969.

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

Color convert

RGB412315-
CMYK00.440.630.84
HSL18.46º46.43%10.98%-
HSV(B)18.46º63.41%16.08%-
XYZ1.311.120.6-
YUV27.47120.96137.65-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 51.90%
GREEN value IS 23 (9.38% from 255) = 29.11%
BLUE value IS 15 (6.25% from 255) = 18.99%
R=51.90%
G=29.11%
B=18.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.63
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41231500.440.630.8418.4646.4310.98
Hex2917F02C3F54122eb
Octal51271705477124225613
Binary10100110111111101011001111111010100100101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29170F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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