Shades of Seal Brown #1E110E
Tints of Seal Brown #1E110E
RGB
CMYK
RGB Variations
Color information
#1E110E (or 0x1E110E) is known color: Seal Brown. HEX triplet: 1E, 11 and 0E. RGB value is (30,17,14). Sum of RGB (Red+Green+Blue) = 30+17+14=61 (8% of max value = 765). Red value is 30 (12.11% from 255 or 49.18% from 61); Green value is 17 (7.03% from 255 or 27.87% from 61); Blue value is 14 (5.86% from 255 or 22.95% from 61); Max value from RGB is 30 - color contains mainly: red. Hex color #1E110E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E110E is #E1EEF1. Grayscale: #141414. Windows color (decimal): -14806770 or 921886. OLE color: 921886.
HSL color Cylindrical-coordinate representation of color #1E110E: hue angle of 11.25º degrees, saturation: 0.36, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #1E110E is Cyan = 0, Magento = 0.43, Yellow = 0.53 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 17 | 14 | - |
| CMYK | 0 | 0.43 | 0.53 | 0.88 |
| HSL | 11.25º | 0.36% | 0.09% | - |
| HSV(B) | 11.25º | 0.53% | 0.12% | - |
| XYZ | 0.82 | 0.71 | 0.51 | - |
| YUV | 20.55 | 124.31 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 17 | 14 | 0 | 0.43 | 0.53 | 0.88 | 11.25 | 0.36 | 0.09 |
| Hex | 1E | 11 | E | 0 | 2B | 35 | 58 | B | 24 | 9 |
| Octal | 36 | 21 | 16 | 0 | 53 | 65 | 130 | 13 | 44 | 11 |
| Binary | 11110 | 10001 | 1110 | 0 | 101011 | 110101 | 1011000 | 1011 | 100100 | 1001 |
Color Harmonies of #1E110E
Complementary color
Monochromatic Colors of #1E110E
Black with #1E110E
Text Example
Text Example
White with #1E110E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E110E; }
p { color: rgb(30,17,14); }
H1.HeaderClassName
{
color: #1E110E;
}
.AnyTagClassName
{
color: #1E110E;
}
</style>
background-color css
<style>
a { background-color: #1E110E; }
a { background-color: rgb(30,17,14); }
div.DivClassName
{
background-color: #1E110E;
}
.BgClassName
{
background-color: #1E110E;
}
</style>
border-color css
<style>
span { border-color: #1E110E; }
span { border-color: rgb(30,17,14); }
td.TdClassName
{
border-color: #1E110E;
}
.TagClassName
{
border-color: #1E110E;
}
</style>