#291E16

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

Shades of Wood Bark #291E16

Tints of Wood Bark #291E16

Color information

#291E16 (or 0x291E16) is unknown color: approx Wood Bark. HEX triplet: 29, 1E and 16. RGB value is (41,30,22). Sum of RGB (Red+Green+Blue) = 41+30+22=93 (12% of max value = 765). Red value is 41 (16.41% from 255 or 44.09% from 93); Green value is 30 (12.11% from 255 or 32.26% from 93); Blue value is 22 (8.98% from 255 or 23.66% from 93); Max value from RGB is 41 - color contains mainly: red. Hex color #291E16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #291E16 is #D6E1E9. Grayscale: #202020. Windows color (decimal): -14082538 or 1449513. OLE color: 1449513.

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

Color convert

RGB413022-
CMYK00.270.460.84
HSL25.26º30.16%12.35%-
HSV(B)25.26º46.34%16.08%-
XYZ1.521.460.96-
YUV32.38122.14134.15-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 44.09%
GREEN value IS 30 (12.11% from 255) = 32.26%
BLUE value IS 22 (8.98% from 255) = 23.66%
R=44.09%
G=32.26%
B=23.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.46
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41302200.270.460.8425.2630.1612.35
Hex291E1601B2E54191ec
Octal51362603356124313614
Binary1010011111010110011011101110101010011001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,30,22); }

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

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

 a { background-color: rgb(41,30,22); }

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

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

 span { border-color: rgb(41,30,22); }

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