#291B16

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

Shades of Wood Bark #291B16

Tints of Wood Bark #291B16

Color information

#291B16 (or 0x291B16) is unknown color: approx Wood Bark. HEX triplet: 29, 1B and 16. RGB value is (41,27,22). Sum of RGB (Red+Green+Blue) = 41+27+22=90 (11% of max value = 765). Red value is 41 (16.41% from 255 or 45.56% from 90); Green value is 27 (10.94% from 255 or 30% from 90); Blue value is 22 (8.98% from 255 or 24.44% from 90); Max value from RGB is 41 - color contains mainly: red. Hex color #291B16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #291B16 is #D6E4E9. Grayscale: #1E1E1E. Windows color (decimal): -14083306 or 1448745. OLE color: 1448745.

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

Color convert

RGB412722-
CMYK00.340.460.84
HSL15.79º30.16%12.35%-
HSV(B)15.79º46.34%16.08%-
XYZ1.451.310.94-
YUV30.62123.14135.41-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 45.56%
GREEN value IS 27 (10.94% from 255) = 30%
BLUE value IS 22 (8.98% from 255) = 24.44%
R=45.56%
G=30%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.46
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41272200.340.460.8415.7930.1612.35
Hex291B160222E54101ec
Octal51332604256124203614
Binary10100111011101100100010101110101010010000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291B16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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