#1D1410

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

Shades of Wood Bark #1D1410

Tints of Wood Bark #1D1410

Color information

#1D1410 (or 0x1D1410) is unknown color: approx Wood Bark. HEX triplet: 1D, 14 and 10. RGB value is (29,20,16). Sum of RGB (Red+Green+Blue) = 29+20+16=65 (8% of max value = 765). Red value is 29 (11.72% from 255 or 44.62% from 65); Green value is 20 (8.20% from 255 or 30.77% from 65); Blue value is 16 (6.64% from 255 or 24.62% from 65); Max value from RGB is 29 - color contains mainly: red. Hex color #1D1410 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D1410 is #E2EBEF. Grayscale: #161616. Windows color (decimal): -14871536 or 1053725. OLE color: 1053725.

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

Color convert

RGB292016-
CMYK00.310.450.89
HSL18.46º28.89%8.82%-
HSV(B)18.46º44.83%11.37%-
XYZ0.850.80.6-
YUV22.24124.48132.83-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 44.62%
GREEN value IS 20 (8.20% from 255) = 30.77%
BLUE value IS 16 (6.64% from 255) = 24.62%
R=44.62%
G=30.77%
B=24.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.45
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal29201600.310.450.8918.4628.898.82
Hex1D141001F2D59121d9
Octal35242003755131223511
Binary111011010010000011111101101101100110010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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