#1D140F

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

Shades of Wood Bark #1D140F

Tints of Wood Bark #1D140F

Color information

#1D140F (or 0x1D140F) is unknown color: approx Wood Bark. HEX triplet: 1D, 14 and 0F. RGB value is (29,20,15). Sum of RGB (Red+Green+Blue) = 29+20+15=64 (8% of max value = 765). Red value is 29 (11.72% from 255 or 45.31% from 64); Green value is 20 (8.20% from 255 or 31.25% from 64); Blue value is 15 (6.25% from 255 or 23.44% from 64); Max value from RGB is 29 - color contains mainly: red. Hex color #1D140F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D140F is #E2EBF0. Grayscale: #161616. Windows color (decimal): -14871537 or 988189. OLE color: 988189.

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

Color convert

RGB292015-
CMYK00.310.480.89
HSL21.43º31.82%8.63%-
HSV(B)21.43º48.28%11.37%-
XYZ0.840.80.56-
YUV22.12123.98132.91-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 45.31%
GREEN value IS 20 (8.20% from 255) = 31.25%
BLUE value IS 15 (6.25% from 255) = 23.44%
R=45.31%
G=31.25%
B=23.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.48
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal29201500.310.480.8921.4331.828.63
Hex1D14F01F305915209
Octal35241703760131254011
Binary111011010011110111111100001011001101011000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D140F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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