#29180F

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

Shades of Wood Bark #29180F

Tints of Wood Bark #29180F

Color information

#29180F (or 0x29180F) is unknown color: approx Wood Bark. HEX triplet: 29, 18 and 0F. RGB value is (41,24,15). Sum of RGB (Red+Green+Blue) = 41+24+15=80 (10% of max value = 765). Red value is 41 (16.41% from 255 or 51.25% from 80); Green value is 24 (9.77% from 255 or 30% from 80); Blue value is 15 (6.25% from 255 or 18.75% from 80); Max value from RGB is 41 - color contains mainly: red. Hex color #29180F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #29180F is #D6E7F0. Grayscale: #1C1C1C. Windows color (decimal): -14084081 or 989225. OLE color: 989225.

HSL color Cylindrical-coordinate representation of color #29180F: hue angle of 20.77º degrees, saturation: 0.46, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #29180F is Cyan = 0, Magento = 0.41, Yellow = 0.63 and Black (K on CMYK) = 0.84.

Color convert

RGB412415-
CMYK00.410.630.84
HSL20.77º46.43%10.98%-
HSV(B)20.77º63.41%16.08%-
XYZ1.331.160.61-
YUV28.06120.63137.23-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 51.25%
GREEN value IS 24 (9.77% from 255) = 30%
BLUE value IS 15 (6.25% from 255) = 18.75%
R=51.25%
G=30%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.63
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41241500.410.630.8420.7746.4310.98
Hex2918F0293F54152eb
Octal51301705177124255613
Binary10100111000111101010011111111010100101011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29180F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29180F; }

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

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

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

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

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

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

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

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