Shades of Seal Brown #1E1614
Tints of Seal Brown #1E1614
RGB
CMYK
RGB Variations
Color information
#1E1614 (or 0x1E1614) is known color: Seal Brown. HEX triplet: 1E, 16 and 14. RGB value is (30,22,20). Sum of RGB (Red+Green+Blue) = 30+22+20=72 (9% of max value = 765). Red value is 30 (12.11% from 255 or 41.67% from 72); Green value is 22 (8.98% from 255 or 30.56% from 72); Blue value is 20 (8.20% from 255 or 27.78% from 72); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1614 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E1614 is #E1E9EB. Grayscale: #181818. Windows color (decimal): -14805484 or 1316382. OLE color: 1316382.
HSL color Cylindrical-coordinate representation of color #1E1614: hue angle of 12º 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 #1E1614 is Cyan = 0, Magento = 0.27, Yellow = 0.33 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 22 | 20 | - |
| CMYK | 0 | 0.27 | 0.33 | 0.88 |
| HSL | 12º | 0.2% | 0.1% | - |
| HSV(B) | 12º | 0.33% | 0.12% | - |
| XYZ | 0.95 | 0.9 | 0.79 | - |
| YUV | 24.16 | 125.65 | 132.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 22 | 20 | 0 | 0.27 | 0.33 | 0.88 | 12 | 0.2 | 0.1 |
| Hex | 1E | 16 | 14 | 0 | 1B | 21 | 58 | C | 14 | A |
| Octal | 36 | 26 | 24 | 0 | 33 | 41 | 130 | 14 | 24 | 12 |
| Binary | 11110 | 10110 | 10100 | 0 | 11011 | 100001 | 1011000 | 1100 | 10100 | 1010 |
Color Harmonies of #1E1614
Complementary color
Monochromatic Colors of #1E1614
Black with #1E1614
Text Example
Text Example
White with #1E1614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1614; }
p { color: rgb(30,22,20); }
H1.HeaderClassName
{
color: #1E1614;
}
.AnyTagClassName
{
color: #1E1614;
}
</style>
background-color css
<style>
a { background-color: #1E1614; }
a { background-color: rgb(30,22,20); }
div.DivClassName
{
background-color: #1E1614;
}
.BgClassName
{
background-color: #1E1614;
}
</style>
border-color css
<style>
span { border-color: #1E1614; }
span { border-color: rgb(30,22,20); }
td.TdClassName
{
border-color: #1E1614;
}
.TagClassName
{
border-color: #1E1614;
}
</style>