Shades of Seal Brown #1A1514
Tints of Seal Brown #1A1514
RGB
CMYK
RGB Variations
Color information
#1A1514 (or 0x1A1514) is known color: Seal Brown. HEX triplet: 1A, 15 and 14. RGB value is (26,21,20). Sum of RGB (Red+Green+Blue) = 26+21+20=67 (8% of max value = 765). Red value is 26 (10.55% from 255 or 38.81% from 67); Green value is 21 (8.59% from 255 or 31.34% from 67); Blue value is 20 (8.20% from 255 or 29.85% from 67); Max value from RGB is 26 - color contains mainly: red. Hex color #1A1514 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A1514 is #E5EAEB. Grayscale: #161616. Windows color (decimal): -15067884 or 1316122. OLE color: 1316122.
HSL color Cylindrical-coordinate representation of color #1A1514: hue angle of 10º degrees, saturation: 0.13, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #1A1514 is Cyan = 0, Magento = 0.19, Yellow = 0.23 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 26 | 21 | 20 | - |
| CMYK | 0 | 0.19 | 0.23 | 0.90 |
| HSL | 10º | 0.13% | 0.09% | - |
| HSV(B) | 10º | 0.23% | 0.1% | - |
| XYZ | 0.82 | 0.81 | 0.77 | - |
| YUV | 22.38 | 126.66 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 21 | 20 | 0 | 0.19 | 0.23 | 0.90 | 10 | 0.13 | 0.09 |
| Hex | 1A | 15 | 14 | 0 | 13 | 17 | 5A | A | D | 9 |
| Octal | 32 | 25 | 24 | 0 | 23 | 27 | 132 | 12 | 15 | 11 |
| Binary | 11010 | 10101 | 10100 | 0 | 10011 | 10111 | 1011010 | 1010 | 1101 | 1001 |
Color Harmonies of #1A1514
Complementary color
Monochromatic Colors of #1A1514
Black with #1A1514
Text Example
Text Example
White with #1A1514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1514; }
p { color: rgb(26,21,20); }
H1.HeaderClassName
{
color: #1A1514;
}
.AnyTagClassName
{
color: #1A1514;
}
</style>
background-color css
<style>
a { background-color: #1A1514; }
a { background-color: rgb(26,21,20); }
div.DivClassName
{
background-color: #1A1514;
}
.BgClassName
{
background-color: #1A1514;
}
</style>
border-color css
<style>
span { border-color: #1A1514; }
span { border-color: rgb(26,21,20); }
td.TdClassName
{
border-color: #1A1514;
}
.TagClassName
{
border-color: #1A1514;
}
</style>