Shades of Seal Brown #1E1715
Tints of Seal Brown #1E1715
RGB
CMYK
RGB Variations
Color information
#1E1715 (or 0x1E1715) is known color: Seal Brown. HEX triplet: 1E, 17 and 15. RGB value is (30,23,21). Sum of RGB (Red+Green+Blue) = 30+23+21=74 (9% of max value = 765). Red value is 30 (12.11% from 255 or 40.54% from 74); Green value is 23 (9.38% from 255 or 31.08% from 74); Blue value is 21 (8.59% from 255 or 28.38% from 74); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1715 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E1715 is #E1E8EA. Grayscale: #181818. Windows color (decimal): -14805227 or 1382174. OLE color: 1382174.
HSL color Cylindrical-coordinate representation of color #1E1715: hue angle of 13.33º degrees, saturation: 0.18, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #1E1715 is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 23 | 21 | - |
| CMYK | 0 | 0.23 | 0.30 | 0.88 |
| HSL | 13.33º | 0.18% | 0.1% | - |
| HSV(B) | 13.33º | 0.3% | 0.12% | - |
| XYZ | 0.98 | 0.94 | 0.84 | - |
| YUV | 24.87 | 125.82 | 131.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 23 | 21 | 0 | 0.23 | 0.30 | 0.88 | 13.33 | 0.18 | 0.1 |
| Hex | 1E | 17 | 15 | 0 | 17 | 1E | 58 | D | 12 | A |
| Octal | 36 | 27 | 25 | 0 | 27 | 36 | 130 | 15 | 22 | 12 |
| Binary | 11110 | 10111 | 10101 | 0 | 10111 | 11110 | 1011000 | 1101 | 10010 | 1010 |
Color Harmonies of #1E1715
Complementary color
Monochromatic Colors of #1E1715
Black with #1E1715
Text Example
Text Example
White with #1E1715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1715; }
p { color: rgb(30,23,21); }
H1.HeaderClassName
{
color: #1E1715;
}
.AnyTagClassName
{
color: #1E1715;
}
</style>
background-color css
<style>
a { background-color: #1E1715; }
a { background-color: rgb(30,23,21); }
div.DivClassName
{
background-color: #1E1715;
}
.BgClassName
{
background-color: #1E1715;
}
</style>
border-color css
<style>
span { border-color: #1E1715; }
span { border-color: rgb(30,23,21); }
td.TdClassName
{
border-color: #1E1715;
}
.TagClassName
{
border-color: #1E1715;
}
</style>