#291A14

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

Shades of Wood Bark #291A14

Tints of Wood Bark #291A14

Color information

#291A14 (or 0x291A14) is unknown color: approx Wood Bark. HEX triplet: 29, 1A and 14. RGB value is (41,26,20). Sum of RGB (Red+Green+Blue) = 41+26+20=87 (11% of max value = 765). Red value is 41 (16.41% from 255 or 47.13% from 87); Green value is 26 (10.55% from 255 or 29.89% from 87); Blue value is 20 (8.20% from 255 or 22.99% from 87); Max value from RGB is 41 - color contains mainly: red. Hex color #291A14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #291A14 is #D6E5EB. Grayscale: #1D1D1D. Windows color (decimal): -14083564 or 1317417. OLE color: 1317417.

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

Color convert

RGB412620-
CMYK00.370.510.84
HSL17.14º34.43%11.96%-
HSV(B)17.14º51.22%16.08%-
XYZ1.411.260.83-
YUV29.8122.47135.99-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 47.13%
GREEN value IS 26 (10.55% from 255) = 29.89%
BLUE value IS 20 (8.20% from 255) = 22.99%
R=47.13%
G=29.89%
B=22.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.51
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41262000.370.510.8417.1434.4311.96
Hex291A1402533541122c
Octal51322404563124214214
Binary101001110101010001001011100111010100100011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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