#291914

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

Shades of Wood Bark #291914

Tints of Wood Bark #291914

Color information

#291914 (or 0x291914) is unknown color: approx Wood Bark. HEX triplet: 29, 19 and 14. RGB value is (41,25,20). Sum of RGB (Red+Green+Blue) = 41+25+20=86 (11% of max value = 765). Red value is 41 (16.41% from 255 or 47.67% from 86); Green value is 25 (10.16% from 255 or 29.07% from 86); Blue value is 20 (8.20% from 255 or 23.26% from 86); Max value from RGB is 41 - color contains mainly: red. Hex color #291914 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #291914 is #D6E6EB. Grayscale: #1D1D1D. Windows color (decimal): -14083820 or 1317161. OLE color: 1317161.

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

Color convert

RGB412520-
CMYK00.390.510.84
HSL14.29º34.43%11.96%-
HSV(B)14.29º51.22%16.08%-
XYZ1.391.220.82-
YUV29.21122.8136.41-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 47.67%
GREEN value IS 25 (10.16% from 255) = 29.07%
BLUE value IS 20 (8.20% from 255) = 23.26%
R=47.67%
G=29.07%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.51
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41252000.390.510.8414.2934.4311.96
Hex2919140273354e22c
Octal51312404763124164214
Binary10100111001101000100111110011101010011101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291914; }

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

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

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

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

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

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

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

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