#291407

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

Shades of Wood Bark #291407

Tints of Wood Bark #291407

Color information

#291407 (or 0x291407) is unknown color: approx Wood Bark. HEX triplet: 29, 14 and 07. RGB value is (41,20,7). Sum of RGB (Red+Green+Blue) = 41+20+7=68 (9% of max value = 765). Red value is 41 (16.41% from 255 or 60.29% from 68); Green value is 20 (8.20% from 255 or 29.41% from 68); Blue value is 7 (3.12% from 255 or 10.29% from 68); Max value from RGB is 41 - color contains mainly: red. Hex color #291407 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #291407 is #D6EBF8. Grayscale: #181818. Windows color (decimal): -14085113 or 463913. OLE color: 463913.

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

Color convert

RGB41207-
CMYK00.510.830.84
HSL22.94º70.83%9.41%-
HSV(B)22.94º82.93%16.08%-
XYZ1.20.990.33-
YUV24.8117.96139.56-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 60.29%
GREEN value IS 20 (8.20% from 255) = 29.41%
BLUE value IS 7 (3.12% from 255) = 10.29%
R=60.29%
G=29.41%
B=10.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.83
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4120700.510.830.8422.9470.839.41
Hex29147033535417479
Octal512470631231242710711
Binary101001101001110110011101001110101001011110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291407

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291407; }

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

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

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

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

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

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

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

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