#1D120D

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

Shades of Wood Bark #1D120D

Tints of Wood Bark #1D120D

Color information

#1D120D (or 0x1D120D) is unknown color: approx Wood Bark. HEX triplet: 1D, 12 and 0D. RGB value is (29,18,13). Sum of RGB (Red+Green+Blue) = 29+18+13=60 (7% of max value = 765). Red value is 29 (11.72% from 255 or 48.33% from 60); Green value is 18 (7.42% from 255 or 30% from 60); Blue value is 13 (5.47% from 255 or 21.67% from 60); Max value from RGB is 29 - color contains mainly: red. Hex color #1D120D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D120D is #E2EDF2. Grayscale: #141414. Windows color (decimal): -14872051 or 856605. OLE color: 856605.

HSL color Cylindrical-coordinate representation of color #1D120D: hue angle of 18.75º degrees, saturation: 0.38, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #1D120D is Cyan = 0, Magento = 0.38, Yellow = 0.55 and Black (K on CMYK) = 0.89.

Color convert

RGB291813-
CMYK00.380.550.89
HSL18.75º38.1%8.24%-
HSV(B)18.75º55.17%11.37%-
XYZ0.80.720.48-
YUV20.72123.64133.91-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 48.33%
GREEN value IS 18 (7.42% from 255) = 30%
BLUE value IS 13 (5.47% from 255) = 21.67%
R=48.33%
G=30%
B=21.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.55
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal29181300.380.550.8918.7538.18.24
Hex1D12D026375913268
Octal35221504667131234610
Binary1110110010110101001101101111011001100111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D120D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,18,13); }

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

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

 a { background-color: rgb(29,18,13); }

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

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

 span { border-color: rgb(29,18,13); }

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