#291A15

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

Shades of Wood Bark #291A15

Tints of Wood Bark #291A15

Color information

#291A15 (or 0x291A15) is unknown color: approx Wood Bark. HEX triplet: 29, 1A and 15. RGB value is (41,26,21). Sum of RGB (Red+Green+Blue) = 41+26+21=88 (11% of max value = 765). Red value is 41 (16.41% from 255 or 46.59% from 88); Green value is 26 (10.55% from 255 or 29.55% from 88); Blue value is 21 (8.59% from 255 or 23.86% from 88); Max value from RGB is 41 - color contains mainly: red. Hex color #291A15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #291A15 is #D6E5EA. Grayscale: #1D1D1D. Windows color (decimal): -14083563 or 1382953. OLE color: 1382953.

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

Color convert

RGB412621-
CMYK00.370.490.84
HSL15º32.26%12.16%-
HSV(B)15º48.78%16.08%-
XYZ1.421.260.88-
YUV29.92122.97135.91-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 46.59%
GREEN value IS 26 (10.55% from 255) = 29.55%
BLUE value IS 21 (8.59% from 255) = 23.86%
R=46.59%
G=29.55%
B=23.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.49
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41262100.370.490.841532.2612.16
Hex291A150253154f20c
Octal51322504561124174014
Binary10100111010101010100101110001101010011111000001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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