#1D1514

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

Shades of Seal Brown #1D1514

Tints of Seal Brown #1D1514

Color information

#1D1514 (or 0x1D1514) is unknown color: approx Seal Brown. HEX triplet: 1D, 15 and 14. RGB value is (29,21,20). Sum of RGB (Red+Green+Blue) = 29+21+20=70 (9% of max value = 765). Red value is 29 (11.72% from 255 or 41.43% from 70); Green value is 21 (8.59% from 255 or 30% from 70); Blue value is 20 (8.20% from 255 or 28.57% from 70); Max value from RGB is 29 - color contains mainly: red. Hex color #1D1514 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D1514 is #E2EAEB. Grayscale: #171717. Windows color (decimal): -14871276 or 1316125. OLE color: 1316125.

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

Color convert

RGB292120-
CMYK00.280.310.89
HSL6.67º18.37%9.61%-
HSV(B)6.67º31.03%11.37%-
XYZ0.90.850.78-
YUV23.28126.15132.08-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 41.43%
GREEN value IS 21 (8.59% from 255) = 30%
BLUE value IS 20 (8.20% from 255) = 28.57%
R=41.43%
G=30%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.31
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal29212000.280.310.896.6718.379.61
Hex1D151401C1F59712a
Octal3525240343713172212
Binary111011010110100011100111111011001111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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