#291A16

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

Shades of Wood Bark #291A16

Tints of Wood Bark #291A16

Color information

#291A16 (or 0x291A16) is unknown color: approx Wood Bark. HEX triplet: 29, 1A and 16. RGB value is (41,26,22). Sum of RGB (Red+Green+Blue) = 41+26+22=89 (11% of max value = 765). Red value is 41 (16.41% from 255 or 46.07% from 89); Green value is 26 (10.55% from 255 or 29.21% from 89); Blue value is 22 (8.98% from 255 or 24.72% from 89); Max value from RGB is 41 - color contains mainly: red. Hex color #291A16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #291A16 is #D6E5E9. Grayscale: #1E1E1E. Windows color (decimal): -14083562 or 1448489. OLE color: 1448489.

HSL color Cylindrical-coordinate representation of color #291A16: hue angle of 12.63º degrees, saturation: 0.3, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #291A16 is Cyan = 0, Magento = 0.37, Yellow = 0.46 and Black (K on CMYK) = 0.84.

Color convert

RGB412622-
CMYK00.370.460.84
HSL12.63º30.16%12.35%-
HSV(B)12.63º46.34%16.08%-
XYZ1.431.270.93-
YUV30.03123.47135.83-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 46.07%
GREEN value IS 26 (10.55% from 255) = 29.21%
BLUE value IS 22 (8.98% from 255) = 24.72%
R=46.07%
G=29.21%
B=24.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.46
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41262200.370.460.8412.6330.1612.35
Hex291A160252E54d1ec
Octal51322604556124153614
Binary1010011101010110010010110111010101001101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291A16; }

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

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

<style>
 a { background-color: #291A16; }

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

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

<style>
 span { border-color: #291A16; }

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

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