Shades of Seal Brown #1E0903
Tints of Seal Brown #1E0903
RGB
CMYK
RGB Variations
Color information
#1E0903 (or 0x1E0903) is known color: Seal Brown. HEX triplet: 1E, 09 and 03. RGB value is (30,9,3). Sum of RGB (Red+Green+Blue) = 30+9+3=42 (5% of max value = 765). Red value is 30 (12.11% from 255 or 71.43% from 42); Green value is 9 (3.91% from 255 or 21.43% from 42); Blue value is 3 (1.56% from 255 or 7.14% from 42); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0903 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0903 is #E1F6FC. Grayscale: #0E0E0E. Windows color (decimal): -14808829 or 198942. OLE color: 198942.
HSL color Cylindrical-coordinate representation of color #1E0903: hue angle of 13.33º degrees, saturation: 0.82, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1E0903 is Cyan = 0, Magento = 0.70, Yellow = 0.90 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 9 | 3 | - |
| CMYK | 0 | 0.70 | 0.90 | 0.88 |
| HSL | 13.33º | 0.82% | 0.06% | - |
| HSV(B) | 13.33º | 0.9% | 0.12% | - |
| XYZ | 0.65 | 0.48 | 0.14 | - |
| YUV | 14.6 | 121.46 | 138.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 9 | 3 | 0 | 0.70 | 0.90 | 0.88 | 13.33 | 0.82 | 0.06 |
| Hex | 1E | 9 | 3 | 0 | 46 | 5A | 58 | D | 52 | 6 |
| Octal | 36 | 11 | 3 | 0 | 106 | 132 | 130 | 15 | 122 | 6 |
| Binary | 11110 | 1001 | 11 | 0 | 1000110 | 1011010 | 1011000 | 1101 | 1010010 | 110 |
Color Harmonies of #1E0903
Complementary color
Monochromatic Colors of #1E0903
Black with #1E0903
Text Example
Text Example
White with #1E0903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0903; }
p { color: rgb(30,9,3); }
H1.HeaderClassName
{
color: #1E0903;
}
.AnyTagClassName
{
color: #1E0903;
}
</style>
background-color css
<style>
a { background-color: #1E0903; }
a { background-color: rgb(30,9,3); }
div.DivClassName
{
background-color: #1E0903;
}
.BgClassName
{
background-color: #1E0903;
}
</style>
border-color css
<style>
span { border-color: #1E0903; }
span { border-color: rgb(30,9,3); }
td.TdClassName
{
border-color: #1E0903;
}
.TagClassName
{
border-color: #1E0903;
}
</style>