Shades of Seal Brown #1D1615
Tints of Seal Brown #1D1615
RGB
CMYK
RGB Variations
Color information
#1D1615 (or 0x1D1615) is known color: Seal Brown. HEX triplet: 1D, 16 and 15. RGB value is (29,22,21). Sum of RGB (Red+Green+Blue) = 29+22+21=72 (9% of max value = 765). Red value is 29 (11.72% from 255 or 40.28% from 72); Green value is 22 (8.98% from 255 or 30.56% from 72); Blue value is 21 (8.59% from 255 or 29.17% from 72); Max value from RGB is 29 - color contains mainly: red. Hex color #1D1615 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D1615 is #E2E9EA. Grayscale: #171717. Windows color (decimal): -14871019 or 1381917. OLE color: 1381917.
HSL color Cylindrical-coordinate representation of color #1D1615: hue angle of 7.5º 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 #1D1615 is Cyan = 0, Magento = 0.24, Yellow = 0.28 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 22 | 21 | - |
| CMYK | 0 | 0.24 | 0.28 | 0.89 |
| HSL | 7.5º | 0.16% | 0.1% | - |
| HSV(B) | 7.5º | 0.28% | 0.11% | - |
| XYZ | 0.93 | 0.89 | 0.83 | - |
| YUV | 23.98 | 126.32 | 131.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 22 | 21 | 0 | 0.24 | 0.28 | 0.89 | 7.5 | 0.16 | 0.1 |
| Hex | 1D | 16 | 15 | 0 | 18 | 1C | 59 | 8 | 10 | A |
| Octal | 35 | 26 | 25 | 0 | 30 | 34 | 131 | 10 | 20 | 12 |
| Binary | 11101 | 10110 | 10101 | 0 | 11000 | 11100 | 1011001 | 1000 | 10000 | 1010 |
Color Harmonies of #1D1615
Complementary color
Monochromatic Colors of #1D1615
Black with #1D1615
Text Example
Text Example
White with #1D1615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1615; }
p { color: rgb(29,22,21); }
H1.HeaderClassName
{
color: #1D1615;
}
.AnyTagClassName
{
color: #1D1615;
}
</style>
background-color css
<style>
a { background-color: #1D1615; }
a { background-color: rgb(29,22,21); }
div.DivClassName
{
background-color: #1D1615;
}
.BgClassName
{
background-color: #1D1615;
}
</style>
border-color css
<style>
span { border-color: #1D1615; }
span { border-color: rgb(29,22,21); }
td.TdClassName
{
border-color: #1D1615;
}
.TagClassName
{
border-color: #1D1615;
}
</style>