#1D1515

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

Shades of Seal Brown #1D1515

Tints of Seal Brown #1D1515

Color information

#1D1515 (or 0x1D1515) is unknown color: approx Seal Brown. HEX triplet: 1D, 15 and 15. RGB value is (29,21,21). Sum of RGB (Red+Green+Blue) = 29+21+21=71 (9% of max value = 765). Red value is 29 (11.72% from 255 or 40.85% from 71); Green value is 21 (8.59% from 255 or 29.58% from 71); Blue value is 21 (8.59% from 255 or 29.58% from 71); Max value from RGB is 29 - color contains mainly: red. Hex color #1D1515 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D1515 is #E2EAEA. Grayscale: #171717. Windows color (decimal): -14871275 or 1381661. OLE color: 1381661.

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

Color convert

RGB292121-
CMYK00.280.280.89
HSL16%9.8%-
HSV(B)27.59%11.37%-
XYZ0.910.850.83-
YUV23.39126.65132-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 40.85%
GREEN value IS 21 (8.59% from 255) = 29.58%
BLUE value IS 21 (8.59% from 255) = 29.58%
R=40.85%
G=29.58%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.28
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal29212100.280.280.890169.8
Hex1D151501C1C59010a
Octal3525250343413102012
Binary1110110101101010111001110010110010100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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