Shades of Seal Brown #1E1514
Tints of Seal Brown #1E1514
RGB
CMYK
RGB Variations
Color information
#1E1514 (or 0x1E1514) is known color: Seal Brown. HEX triplet: 1E, 15 and 14. RGB value is (30,21,20). Sum of RGB (Red+Green+Blue) = 30+21+20=71 (9% of max value = 765). Red value is 30 (12.11% from 255 or 42.25% from 71); Green value is 21 (8.59% from 255 or 29.58% from 71); Blue value is 20 (8.20% from 255 or 28.17% from 71); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1514 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E1514 is #E1EAEB. Grayscale: #171717. Windows color (decimal): -14805740 or 1316126. OLE color: 1316126.
HSL color Cylindrical-coordinate representation of color #1E1514: hue angle of 6º degrees, saturation: 0.2, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #1E1514 is Cyan = 0, Magento = 0.30, Yellow = 0.33 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 21 | 20 | - |
| CMYK | 0 | 0.30 | 0.33 | 0.88 |
| HSL | 6º | 0.2% | 0.1% | - |
| HSV(B) | 6º | 0.33% | 0.12% | - |
| XYZ | 0.93 | 0.86 | 0.78 | - |
| YUV | 23.58 | 125.98 | 132.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 21 | 20 | 0 | 0.30 | 0.33 | 0.88 | 6 | 0.2 | 0.1 |
| Hex | 1E | 15 | 14 | 0 | 1E | 21 | 58 | 6 | 14 | A |
| Octal | 36 | 25 | 24 | 0 | 36 | 41 | 130 | 6 | 24 | 12 |
| Binary | 11110 | 10101 | 10100 | 0 | 11110 | 100001 | 1011000 | 110 | 10100 | 1010 |
Color Harmonies of #1E1514
Complementary color
Monochromatic Colors of #1E1514
Black with #1E1514
Text Example
Text Example
White with #1E1514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1514; }
p { color: rgb(30,21,20); }
H1.HeaderClassName
{
color: #1E1514;
}
.AnyTagClassName
{
color: #1E1514;
}
</style>
background-color css
<style>
a { background-color: #1E1514; }
a { background-color: rgb(30,21,20); }
div.DivClassName
{
background-color: #1E1514;
}
.BgClassName
{
background-color: #1E1514;
}
</style>
border-color css
<style>
span { border-color: #1E1514; }
span { border-color: rgb(30,21,20); }
td.TdClassName
{
border-color: #1E1514;
}
.TagClassName
{
border-color: #1E1514;
}
</style>