Shades of Seal Brown #1E0908
Tints of Seal Brown #1E0908
RGB
CMYK
RGB Variations
Color information
#1E0908 (or 0x1E0908) is known color: Seal Brown. HEX triplet: 1E, 09 and 08. RGB value is (30,9,8). Sum of RGB (Red+Green+Blue) = 30+9+8=47 (6% of max value = 765). Red value is 30 (12.11% from 255 or 63.83% from 47); Green value is 9 (3.91% from 255 or 19.15% from 47); Blue value is 8 (3.52% from 255 or 17.02% from 47); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0908 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0908 is #E1F6F7. Grayscale: #0F0F0F. Windows color (decimal): -14808824 or 526622. OLE color: 526622.
HSL color Cylindrical-coordinate representation of color #1E0908: hue angle of 2.73º degrees, saturation: 0.58, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1E0908 is Cyan = 0, Magento = 0.70, Yellow = 0.73 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 9 | 8 | - |
| CMYK | 0 | 0.70 | 0.73 | 0.88 |
| HSL | 2.73º | 0.58% | 0.07% | - |
| HSV(B) | 2.73º | 0.73% | 0.12% | - |
| XYZ | 0.68 | 0.49 | 0.29 | - |
| YUV | 15.17 | 123.96 | 138.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 9 | 8 | 0 | 0.70 | 0.73 | 0.88 | 2.73 | 0.58 | 0.07 |
| Hex | 1E | 9 | 8 | 0 | 46 | 49 | 58 | 3 | 3A | 7 |
| Octal | 36 | 11 | 10 | 0 | 106 | 111 | 130 | 3 | 72 | 7 |
| Binary | 11110 | 1001 | 1000 | 0 | 1000110 | 1001001 | 1011000 | 11 | 111010 | 111 |
Color Harmonies of #1E0908
Complementary color
Monochromatic Colors of #1E0908
Black with #1E0908
Text Example
Text Example
White with #1E0908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0908; }
p { color: rgb(30,9,8); }
H1.HeaderClassName
{
color: #1E0908;
}
.AnyTagClassName
{
color: #1E0908;
}
</style>
background-color css
<style>
a { background-color: #1E0908; }
a { background-color: rgb(30,9,8); }
div.DivClassName
{
background-color: #1E0908;
}
.BgClassName
{
background-color: #1E0908;
}
</style>
border-color css
<style>
span { border-color: #1E0908; }
span { border-color: rgb(30,9,8); }
td.TdClassName
{
border-color: #1E0908;
}
.TagClassName
{
border-color: #1E0908;
}
</style>