Shades of Seal Brown #1E1412
Tints of Seal Brown #1E1412
RGB
CMYK
RGB Variations
Color information
#1E1412 (or 0x1E1412) is known color: Seal Brown. HEX triplet: 1E, 14 and 12. RGB value is (30,20,18). Sum of RGB (Red+Green+Blue) = 30+20+18=68 (9% of max value = 765). Red value is 30 (12.11% from 255 or 44.12% from 68); Green value is 20 (8.20% from 255 or 29.41% from 68); Blue value is 18 (7.42% from 255 or 26.47% from 68); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1412 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E1412 is #E1EBED. Grayscale: #161616. Windows color (decimal): -14805998 or 1184798. OLE color: 1184798.
HSL color Cylindrical-coordinate representation of color #1E1412: hue angle of 10º degrees, saturation: 0.25, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #1E1412 is Cyan = 0, Magento = 0.33, Yellow = 0.40 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 20 | 18 | - |
| CMYK | 0 | 0.33 | 0.40 | 0.88 |
| HSL | 10º | 0.25% | 0.09% | - |
| HSV(B) | 10º | 0.4% | 0.12% | - |
| XYZ | 0.89 | 0.82 | 0.68 | - |
| YUV | 22.76 | 125.31 | 133.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 20 | 18 | 0 | 0.33 | 0.40 | 0.88 | 10 | 0.25 | 0.09 |
| Hex | 1E | 14 | 12 | 0 | 21 | 28 | 58 | A | 19 | 9 |
| Octal | 36 | 24 | 22 | 0 | 41 | 50 | 130 | 12 | 31 | 11 |
| Binary | 11110 | 10100 | 10010 | 0 | 100001 | 101000 | 1011000 | 1010 | 11001 | 1001 |
Color Harmonies of #1E1412
Complementary color
Monochromatic Colors of #1E1412
Black with #1E1412
Text Example
Text Example
White with #1E1412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1412; }
p { color: rgb(30,20,18); }
H1.HeaderClassName
{
color: #1E1412;
}
.AnyTagClassName
{
color: #1E1412;
}
</style>
background-color css
<style>
a { background-color: #1E1412; }
a { background-color: rgb(30,20,18); }
div.DivClassName
{
background-color: #1E1412;
}
.BgClassName
{
background-color: #1E1412;
}
</style>
border-color css
<style>
span { border-color: #1E1412; }
span { border-color: rgb(30,20,18); }
td.TdClassName
{
border-color: #1E1412;
}
.TagClassName
{
border-color: #1E1412;
}
</style>