Html Css Color HEX #1D1512 Wood Bark

📋 copy color: '#1D1512'

red 29 ◦ green 21 ◦ blue 18

#1D1512
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wood Bark #1D1512

Tints of Wood Bark #1D1512

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 value IS 0

 M value IS 0.28

 Y value IS 0.38

 K value IS 0.89

RGB Variations

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

Color information

#1D1512 (or 0x1D1512) is known color: 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

RGB 29 21 18 -
CMYK 0 0.28 0.38 0.89
HSL 16.36º 0.23% 0.09% -
HSV(B) 16.36º 0.38% 0.11% -
XYZ 0.88 0.84 0.69 -
YUV 23.05 125.15 132.24 -
System Red Green Blue C M Y K H S L
Decimal 29 21 18 0 0.28 0.38 0.89 16.36 0.23 0.09
Hex 1D 15 12 0 1C 26 59 10 17 9
Octal 35 25 22 0 34 46 131 20 27 11
Binary 11101 10101 10010 0 11100 100110 1011001 10000 10111 1001

Color Harmonies of #1D1512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D1512

Black with #1D1512

Text Example


Text Example

White with #1D1512

Text Example


Text Example

HTML Codes & Css Web 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>