#1D1412

Color #1D1412 Seal Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seal Brown #1D1412

Tints of Seal Brown #1D1412

Color information

#1D1412 (or 0x1D1412) is unknown color: approx Seal Brown. HEX triplet: 1D, 14 and 12. RGB value is (29,20,18). Sum of RGB (Red+Green+Blue) = 29+20+18=67 (8% of max value = 765). Red value is 29 (11.72% from 255 or 43.28% from 67); Green value is 20 (8.20% from 255 or 29.85% from 67); Blue value is 18 (7.42% from 255 or 26.87% from 67); Max value from RGB is 29 - color contains mainly: red. Hex color #1D1412 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D1412 is #E2EBED. Grayscale: #161616. Windows color (decimal): -14871534 or 1184797. OLE color: 1184797.

HSL color Cylindrical-coordinate representation of color #1D1412: hue angle of 10.91º 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 #1D1412 is Cyan = 0, Magento = 0.31, Yellow = 0.38 and Black (K on CMYK) = 0.89.

Color convert

RGB292018-
CMYK00.310.380.89
HSL10.91º23.4%9.22%-
HSV(B)10.91º37.93%11.37%-
XYZ0.870.810.68-
YUV22.46125.48132.66-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 43.28%
GREEN value IS 20 (8.20% from 255) = 29.85%
BLUE value IS 18 (7.42% from 255) = 26.87%
R=43.28%
G=29.85%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.38
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal29201800.310.380.8910.9123.49.22
Hex1D141201F2659b179
Octal35242203746131132711
Binary11101101001001001111110011010110011011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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