Shades of Seal Brown #1E100F
Tints of Seal Brown #1E100F
RGB
CMYK
RGB Variations
Color information
#1E100F (or 0x1E100F) is known color: Seal Brown. HEX triplet: 1E, 10 and 0F. RGB value is (30,16,15). Sum of RGB (Red+Green+Blue) = 30+16+15=61 (8% of max value = 765). Red value is 30 (12.11% from 255 or 49.18% from 61); Green value is 16 (6.64% from 255 or 26.23% from 61); Blue value is 15 (6.25% from 255 or 24.59% from 61); Max value from RGB is 30 - color contains mainly: red. Hex color #1E100F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E100F is #E1EFF0. Grayscale: #141414. Windows color (decimal): -14807025 or 987166. OLE color: 987166.
HSL color Cylindrical-coordinate representation of color #1E100F: hue angle of 4º degrees, saturation: 0.33, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #1E100F is Cyan = 0, Magento = 0.47, Yellow = 0.5 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 16 | 15 | - |
| CMYK | 0 | 0.47 | 0.5 | 0.88 |
| HSL | 4º | 0.33% | 0.09% | - |
| HSV(B) | 4º | 0.5% | 0.12% | - |
| XYZ | 0.81 | 0.68 | 0.54 | - |
| YUV | 20.07 | 125.14 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 16 | 15 | 0 | 0.47 | 0.5 | 0.88 | 4 | 0.33 | 0.09 |
| Hex | 1E | 10 | F | 0 | 2F | 32 | 58 | 4 | 21 | 9 |
| Octal | 36 | 20 | 17 | 0 | 57 | 62 | 130 | 4 | 41 | 11 |
| Binary | 11110 | 10000 | 1111 | 0 | 101111 | 110010 | 1011000 | 100 | 100001 | 1001 |
Color Harmonies of #1E100F
Complementary color
Monochromatic Colors of #1E100F
Black with #1E100F
Text Example
Text Example
White with #1E100F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E100F; }
p { color: rgb(30,16,15); }
H1.HeaderClassName
{
color: #1E100F;
}
.AnyTagClassName
{
color: #1E100F;
}
</style>
background-color css
<style>
a { background-color: #1E100F; }
a { background-color: rgb(30,16,15); }
div.DivClassName
{
background-color: #1E100F;
}
.BgClassName
{
background-color: #1E100F;
}
</style>
border-color css
<style>
span { border-color: #1E100F; }
span { border-color: rgb(30,16,15); }
td.TdClassName
{
border-color: #1E100F;
}
.TagClassName
{
border-color: #1E100F;
}
</style>