#1D1009

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

Shades of Wood Bark #1D1009

Tints of Wood Bark #1D1009

Color information

#1D1009 (or 0x1D1009) is unknown color: approx Wood Bark. HEX triplet: 1D, 10 and 09. RGB value is (29,16,9). Sum of RGB (Red+Green+Blue) = 29+16+9=54 (7% of max value = 765). Red value is 29 (11.72% from 255 or 53.70% from 54); Green value is 16 (6.64% from 255 or 29.63% from 54); Blue value is 9 (3.91% from 255 or 16.67% from 54); Max value from RGB is 29 - color contains mainly: red. Hex color #1D1009 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D1009 is #E2EFF6. Grayscale: #131313. Windows color (decimal): -14872567 or 593949. OLE color: 593949.

HSL color Cylindrical-coordinate representation of color #1D1009: hue angle of 21º degrees, saturation: 0.53, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1D1009 is Cyan = 0, Magento = 0.45, Yellow = 0.69 and Black (K on CMYK) = 0.89.

Color convert

RGB29169-
CMYK00.450.690.89
HSL21º52.63%7.45%-
HSV(B)21º68.97%11.37%-
XYZ0.740.650.35-
YUV19.09122.31135.07-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 53.70%
GREEN value IS 16 (6.64% from 255) = 29.63%
BLUE value IS 9 (3.91% from 255) = 16.67%
R=53.70%
G=29.63%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.69
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2916900.450.690.892152.637.45
Hex1D10902D455915357
Octal35201105510513125657
Binary1110110000100101011011000101101100110101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1D1009; }

 p { color: rgb(29,16,9); }

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

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

 a { background-color: rgb(29,16,9); }

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

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

 span { border-color: rgb(29,16,9); }

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