#1D0F05

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

Shades of Wood Bark #1D0F05

Tints of Wood Bark #1D0F05

Color information

#1D0F05 (or 0x1D0F05) is unknown color: approx Wood Bark. HEX triplet: 1D, 0F and 05. RGB value is (29,15,5). Sum of RGB (Red+Green+Blue) = 29+15+5=49 (6% of max value = 765). Red value is 29 (11.72% from 255 or 59.18% from 49); Green value is 15 (6.25% from 255 or 30.61% from 49); Blue value is 5 (2.34% from 255 or 10.20% from 49); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0F05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0F05 is #E2F0FA. Grayscale: #121212. Windows color (decimal): -14872827 or 331549. OLE color: 331549.

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

Color convert

RGB29155-
CMYK00.480.830.89
HSL25º70.59%6.67%-
HSV(B)25º82.76%11.37%-
XYZ0.70.610.22-
YUV18.05120.64135.81-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 59.18%
GREEN value IS 15 (6.25% from 255) = 30.61%
BLUE value IS 5 (2.34% from 255) = 10.20%
R=59.18%
G=30.61%
B=10.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.83
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2915500.480.830.892570.596.67
Hex1DF5030535919477
Octal35175060123131311077
Binary111011111101011000010100111011001110011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0F05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,15,5); }

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

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

 a { background-color: rgb(29,15,5); }

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

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

 span { border-color: rgb(29,15,5); }

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