Shades of Seal Brown #1E100D
Tints of Seal Brown #1E100D
RGB
CMYK
RGB Variations
Color information
#1E100D (or 0x1E100D) is known color: Seal Brown. HEX triplet: 1E, 10 and 0D. RGB value is (30,16,13). Sum of RGB (Red+Green+Blue) = 30+16+13=59 (7% of max value = 765). Red value is 30 (12.11% from 255 or 50.85% from 59); Green value is 16 (6.64% from 255 or 27.12% from 59); Blue value is 13 (5.47% from 255 or 22.03% from 59); Max value from RGB is 30 - color contains mainly: red. Hex color #1E100D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E100D is #E1EFF2. Grayscale: #131313. Windows color (decimal): -14807027 or 856094. OLE color: 856094.
HSL color Cylindrical-coordinate representation of color #1E100D: hue angle of 10.59º degrees, saturation: 0.4, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #1E100D is Cyan = 0, Magento = 0.47, Yellow = 0.57 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 16 | 13 | - |
| CMYK | 0 | 0.47 | 0.57 | 0.88 |
| HSL | 10.59º | 0.4% | 0.08% | - |
| HSV(B) | 10.59º | 0.57% | 0.12% | - |
| XYZ | 0.79 | 0.68 | 0.47 | - |
| YUV | 19.84 | 124.14 | 135.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 16 | 13 | 0 | 0.47 | 0.57 | 0.88 | 10.59 | 0.4 | 0.08 |
| Hex | 1E | 10 | D | 0 | 2F | 39 | 58 | B | 28 | 8 |
| Octal | 36 | 20 | 15 | 0 | 57 | 71 | 130 | 13 | 50 | 10 |
| Binary | 11110 | 10000 | 1101 | 0 | 101111 | 111001 | 1011000 | 1011 | 101000 | 1000 |
Color Harmonies of #1E100D
Complementary color
Monochromatic Colors of #1E100D
Black with #1E100D
Text Example
Text Example
White with #1E100D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E100D; }
p { color: rgb(30,16,13); }
H1.HeaderClassName
{
color: #1E100D;
}
.AnyTagClassName
{
color: #1E100D;
}
</style>
background-color css
<style>
a { background-color: #1E100D; }
a { background-color: rgb(30,16,13); }
div.DivClassName
{
background-color: #1E100D;
}
.BgClassName
{
background-color: #1E100D;
}
</style>
border-color css
<style>
span { border-color: #1E100D; }
span { border-color: rgb(30,16,13); }
td.TdClassName
{
border-color: #1E100D;
}
.TagClassName
{
border-color: #1E100D;
}
</style>