#291C16

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

Shades of Wood Bark #291C16

Tints of Wood Bark #291C16

Color information

#291C16 (or 0x291C16) is unknown color: approx Wood Bark. HEX triplet: 29, 1C and 16. RGB value is (41,28,22). Sum of RGB (Red+Green+Blue) = 41+28+22=91 (12% of max value = 765). Red value is 41 (16.41% from 255 or 45.05% from 91); Green value is 28 (11.33% from 255 or 30.77% from 91); Blue value is 22 (8.98% from 255 or 24.18% from 91); Max value from RGB is 41 - color contains mainly: red. Hex color #291C16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #291C16 is #D6E3E9. Grayscale: #1F1F1F. Windows color (decimal): -14083050 or 1449001. OLE color: 1449001.

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

Color convert

RGB412822-
CMYK00.320.460.84
HSL18.95º30.16%12.35%-
HSV(B)18.95º46.34%16.08%-
XYZ1.471.360.94-
YUV31.2122.81134.99-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 45.05%
GREEN value IS 28 (11.33% from 255) = 30.77%
BLUE value IS 22 (8.98% from 255) = 24.18%
R=45.05%
G=30.77%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.46
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41282200.320.460.8418.9530.1612.35
Hex291C160202E54131ec
Octal51342604056124233614
Binary10100111100101100100000101110101010010011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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