#291B13

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

Shades of Wood Bark #291B13

Tints of Wood Bark #291B13

Color information

#291B13 (or 0x291B13) is unknown color: approx Wood Bark. HEX triplet: 29, 1B and 13. RGB value is (41,27,19). Sum of RGB (Red+Green+Blue) = 41+27+19=87 (11% of max value = 765). Red value is 41 (16.41% from 255 or 47.13% from 87); Green value is 27 (10.94% from 255 or 31.03% from 87); Blue value is 19 (7.81% from 255 or 21.84% from 87); Max value from RGB is 41 - color contains mainly: red. Hex color #291B13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #291B13 is #D6E4EC. Grayscale: #1E1E1E. Windows color (decimal): -14083309 or 1252137. OLE color: 1252137.

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

Color convert

RGB412719-
CMYK00.340.540.84
HSL21.82º36.67%11.76%-
HSV(B)21.82º53.66%16.08%-
XYZ1.421.30.79-
YUV30.27121.64135.65-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 47.13%
GREEN value IS 27 (10.94% from 255) = 31.03%
BLUE value IS 19 (7.81% from 255) = 21.84%
R=47.13%
G=31.03%
B=21.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.54
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41271900.340.540.8421.8236.6711.76
Hex291B1302236541625c
Octal51332304266124264514
Binary101001110111001101000101101101010100101101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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