#1D1512

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

Shades of Wood Bark #1D1512

Tints of Wood Bark #1D1512

Color information

#1D1512 (or 0x1D1512) is unknown color: approx Wood Bark. HEX triplet: 1D, 15 and 12. RGB value is (29,21,18). Sum of RGB (Red+Green+Blue) = 29+21+18=68 (9% of max value = 765). Red value is 29 (11.72% from 255 or 42.65% from 68); Green value is 21 (8.59% from 255 or 30.88% from 68); Blue value is 18 (7.42% from 255 or 26.47% from 68); Max value from RGB is 29 - color contains mainly: red. Hex color #1D1512 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D1512 is #E2EAED. Grayscale: #171717. Windows color (decimal): -14871278 or 1185053. OLE color: 1185053.

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

Color convert

RGB292118-
CMYK00.280.380.89
HSL16.36º23.4%9.22%-
HSV(B)16.36º37.93%11.37%-
XYZ0.880.840.69-
YUV23.05125.15132.24-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 42.65%
GREEN value IS 21 (8.59% from 255) = 30.88%
BLUE value IS 18 (7.42% from 255) = 26.47%
R=42.65%
G=30.88%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.38
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal29211800.280.380.8916.3623.49.22
Hex1D151201C265910179
Octal35252203446131202711
Binary111011010110010011100100110101100110000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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