#291911

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

Shades of Wood Bark #291911

Tints of Wood Bark #291911

Color information

#291911 (or 0x291911) is unknown color: approx Wood Bark. HEX triplet: 29, 19 and 11. RGB value is (41,25,17). Sum of RGB (Red+Green+Blue) = 41+25+17=83 (10% of max value = 765). Red value is 41 (16.41% from 255 or 49.40% from 83); Green value is 25 (10.16% from 255 or 30.12% from 83); Blue value is 17 (7.03% from 255 or 20.48% from 83); Max value from RGB is 41 - color contains mainly: red. Hex color #291911 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #291911 is #D6E6EE. Grayscale: #1C1C1C. Windows color (decimal): -14083823 or 1120553. OLE color: 1120553.

HSL color Cylindrical-coordinate representation of color #291911: hue angle of 20º degrees, saturation: 0.41, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #291911 is Cyan = 0, Magento = 0.39, Yellow = 0.59 and Black (K on CMYK) = 0.84.

Color convert

RGB412517-
CMYK00.390.590.84
HSL20º41.38%11.37%-
HSV(B)20º58.54%16.08%-
XYZ1.361.210.69-
YUV28.87121.3136.65-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 49.40%
GREEN value IS 25 (10.16% from 255) = 30.12%
BLUE value IS 17 (7.03% from 255) = 20.48%
R=49.40%
G=30.12%
B=20.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.59
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41251700.390.590.842041.3811.37
Hex2919110273B541429b
Octal51312104773124245113
Binary101001110011000101001111110111010100101001010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291911; }

 p { color: rgb(41,25,17); }

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

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

 a { background-color: rgb(41,25,17); }

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

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

 span { border-color: rgb(41,25,17); }

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