#291912

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

Shades of Wood Bark #291912

Tints of Wood Bark #291912

Color information

#291912 (or 0x291912) is unknown color: approx Wood Bark. HEX triplet: 29, 19 and 12. RGB value is (41,25,18). Sum of RGB (Red+Green+Blue) = 41+25+18=84 (11% of max value = 765). Red value is 41 (16.41% from 255 or 48.81% from 84); Green value is 25 (10.16% from 255 or 29.76% from 84); Blue value is 18 (7.42% from 255 or 21.43% from 84); Max value from RGB is 41 - color contains mainly: red. Hex color #291912 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #291912 is #D6E6ED. Grayscale: #1D1D1D. Windows color (decimal): -14083822 or 1186089. OLE color: 1186089.

HSL color Cylindrical-coordinate representation of color #291912: hue angle of 18.26º 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 #291912 is Cyan = 0, Magento = 0.39, Yellow = 0.56 and Black (K on CMYK) = 0.84.

Color convert

RGB412518-
CMYK00.390.560.84
HSL18.26º38.98%11.57%-
HSV(B)18.26º56.1%16.08%-
XYZ1.371.210.73-
YUV28.99121.8136.57-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 48.81%
GREEN value IS 25 (10.16% from 255) = 29.76%
BLUE value IS 18 (7.42% from 255) = 21.43%
R=48.81%
G=29.76%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.56
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41251800.390.560.8418.2638.9811.57
Hex29191202738541227c
Octal51312204770124224714
Binary101001110011001001001111110001010100100101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291912; }

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

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

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

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

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

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

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

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