#291D1A

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

Shades of Wood Bark #291D1A

Tints of Wood Bark #291D1A

Color information

#291D1A (or 0x291D1A) is unknown color: approx Wood Bark. HEX triplet: 29, 1D and 1A. RGB value is (41,29,26). Sum of RGB (Red+Green+Blue) = 41+29+26=96 (12% of max value = 765). Red value is 41 (16.41% from 255 or 42.71% from 96); Green value is 29 (11.72% from 255 or 30.21% from 96); Blue value is 26 (10.55% from 255 or 27.08% from 96); Max value from RGB is 41 - color contains mainly: red. Hex color #291D1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #291D1A is #D6E2E5. Grayscale: #202020. Windows color (decimal): -14082790 or 1711401. OLE color: 1711401.

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

Color convert

RGB412926-
CMYK00.290.370.84
HSL12º22.39%13.14%-
HSV(B)12º36.59%16.08%-
XYZ1.541.421.17-
YUV32.25124.48134.24-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 42.71%
GREEN value IS 29 (11.72% from 255) = 30.21%
BLUE value IS 26 (10.55% from 255) = 27.08%
R=42.71%
G=30.21%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.37
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41292600.290.370.841222.3913.14
Hex291D1A01D2554c16d
Octal51353203545124142615
Binary101001111011101001110110010110101001100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291D1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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