Shades of Seal Brown #1A1615
Tints of Seal Brown #1A1615
RGB
CMYK
RGB Variations
Color information
#1A1615 (or 0x1A1615) is known color: Seal Brown. HEX triplet: 1A, 16 and 15. RGB value is (26,22,21). Sum of RGB (Red+Green+Blue) = 26+22+21=69 (9% of max value = 765). Red value is 26 (10.55% from 255 or 37.68% from 69); Green value is 22 (8.98% from 255 or 31.88% from 69); Blue value is 21 (8.59% from 255 or 30.43% from 69); Max value from RGB is 26 - color contains mainly: red. Hex color #1A1615 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A1615 is #E5E9EA. Grayscale: #171717. Windows color (decimal): -15067627 or 1381914. OLE color: 1381914.
HSL color Cylindrical-coordinate representation of color #1A1615: hue angle of 12º degrees, saturation: 0.11, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #1A1615 is Cyan = 0, Magento = 0.15, Yellow = 0.19 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 26 | 22 | 21 | - |
| CMYK | 0 | 0.15 | 0.19 | 0.90 |
| HSL | 12º | 0.11% | 0.09% | - |
| HSV(B) | 12º | 0.19% | 0.1% | - |
| XYZ | 0.85 | 0.85 | 0.83 | - |
| YUV | 23.08 | 126.83 | 130.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 22 | 21 | 0 | 0.15 | 0.19 | 0.90 | 12 | 0.11 | 0.09 |
| Hex | 1A | 16 | 15 | 0 | F | 13 | 5A | C | B | 9 |
| Octal | 32 | 26 | 25 | 0 | 17 | 23 | 132 | 14 | 13 | 11 |
| Binary | 11010 | 10110 | 10101 | 0 | 1111 | 10011 | 1011010 | 1100 | 1011 | 1001 |
Color Harmonies of #1A1615
Complementary color
Monochromatic Colors of #1A1615
Black with #1A1615
Text Example
Text Example
White with #1A1615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1615; }
p { color: rgb(26,22,21); }
H1.HeaderClassName
{
color: #1A1615;
}
.AnyTagClassName
{
color: #1A1615;
}
</style>
background-color css
<style>
a { background-color: #1A1615; }
a { background-color: rgb(26,22,21); }
div.DivClassName
{
background-color: #1A1615;
}
.BgClassName
{
background-color: #1A1615;
}
</style>
border-color css
<style>
span { border-color: #1A1615; }
span { border-color: rgb(26,22,21); }
td.TdClassName
{
border-color: #1A1615;
}
.TagClassName
{
border-color: #1A1615;
}
</style>