#291A13

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

Shades of Wood Bark #291A13

Tints of Wood Bark #291A13

Color information

#291A13 (or 0x291A13) is unknown color: approx Wood Bark. HEX triplet: 29, 1A and 13. RGB value is (41,26,19). Sum of RGB (Red+Green+Blue) = 41+26+19=86 (11% of max value = 765). Red value is 41 (16.41% from 255 or 47.67% from 86); Green value is 26 (10.55% from 255 or 30.23% from 86); Blue value is 19 (7.81% from 255 or 22.09% from 86); Max value from RGB is 41 - color contains mainly: red. Hex color #291A13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #291A13 is #D6E5EC. Grayscale: #1D1D1D. Windows color (decimal): -14083565 or 1251881. OLE color: 1251881.

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

Color convert

RGB412619-
CMYK00.370.540.84
HSL19.09º36.67%11.76%-
HSV(B)19.09º53.66%16.08%-
XYZ1.41.260.78-
YUV29.69121.97136.07-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 47.67%
GREEN value IS 26 (10.55% from 255) = 30.23%
BLUE value IS 19 (7.81% from 255) = 22.09%
R=47.67%
G=30.23%
B=22.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.54
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41261900.370.540.8419.0936.6711.76
Hex291A1302536541325c
Octal51322304566124234514
Binary101001110101001101001011101101010100100111001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291A13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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