#291812

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

Shades of Wood Bark #291812

Tints of Wood Bark #291812

Color information

#291812 (or 0x291812) is unknown color: approx Wood Bark. HEX triplet: 29, 18 and 12. RGB value is (41,24,18). Sum of RGB (Red+Green+Blue) = 41+24+18=83 (10% of max value = 765). Red value is 41 (16.41% from 255 or 49.40% from 83); Green value is 24 (9.77% from 255 or 28.92% from 83); Blue value is 18 (7.42% from 255 or 21.69% from 83); Max value from RGB is 41 - color contains mainly: red. Hex color #291812 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #291812 is #D6E7ED. Grayscale: #1C1C1C. Windows color (decimal): -14084078 or 1185833. OLE color: 1185833.

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

Color convert

RGB412418-
CMYK00.410.560.84
HSL15.65º38.98%11.57%-
HSV(B)15.65º56.1%16.08%-
XYZ1.351.170.73-
YUV28.4122.13136.99-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 49.40%
GREEN value IS 24 (9.77% from 255) = 28.92%
BLUE value IS 18 (7.42% from 255) = 21.69%
R=49.40%
G=28.92%
B=21.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.56
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41241800.410.560.8415.6538.9811.57
Hex29181202938541027c
Octal51302205170124204714
Binary101001110001001001010011110001010100100001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291812; }

 p { color: rgb(41,24,18); }

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

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

 a { background-color: rgb(41,24,18); }

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

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

 span { border-color: rgb(41,24,18); }

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