#29160B

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

Shades of Wood Bark #29160B

Tints of Wood Bark #29160B

Color information

#29160B (or 0x29160B) is unknown color: approx Wood Bark. HEX triplet: 29, 16 and 0B. RGB value is (41,22,11). Sum of RGB (Red+Green+Blue) = 41+22+11=74 (9% of max value = 765). Red value is 41 (16.41% from 255 or 55.41% from 74); Green value is 22 (8.98% from 255 or 29.73% from 74); Blue value is 11 (4.69% from 255 or 14.86% from 74); Max value from RGB is 41 - color contains mainly: red. Hex color #29160B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #29160B is #D6E9F4. Grayscale: #1A1A1A. Windows color (decimal): -14084597 or 726569. OLE color: 726569.

HSL color Cylindrical-coordinate representation of color #29160B: hue angle of 22º degrees, saturation: 0.58, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #29160B is Cyan = 0, Magento = 0.46, Yellow = 0.73 and Black (K on CMYK) = 0.84.

Color convert

RGB412211-
CMYK00.460.730.84
HSL22º57.69%10.2%-
HSV(B)22º73.17%16.08%-
XYZ1.261.070.46-
YUV26.43119.29138.39-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 55.41%
GREEN value IS 22 (8.98% from 255) = 29.73%
BLUE value IS 11 (4.69% from 255) = 14.86%
R=55.41%
G=29.73%
B=14.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.73
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41221100.460.730.842257.6910.2
Hex2916B02E4954163aa
Octal512613056111124267212
Binary101001101101011010111010010011010100101101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29160B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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