Shades of Seal Brown #1E0905
Tints of Seal Brown #1E0905
RGB
CMYK
RGB Variations
Color information
#1E0905 (or 0x1E0905) is known color: Seal Brown. HEX triplet: 1E, 09 and 05. RGB value is (30,9,5). Sum of RGB (Red+Green+Blue) = 30+9+5=44 (5% of max value = 765). Red value is 30 (12.11% from 255 or 68.18% from 44); Green value is 9 (3.91% from 255 or 20.45% from 44); Blue value is 5 (2.34% from 255 or 11.36% from 44); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0905 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0905 is #E1F6FA. Grayscale: #0E0E0E. Windows color (decimal): -14808827 or 330014. OLE color: 330014.
HSL color Cylindrical-coordinate representation of color #1E0905: hue angle of 9.6º degrees, saturation: 0.71, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1E0905 is Cyan = 0, Magento = 0.70, Yellow = 0.83 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 9 | 5 | - |
| CMYK | 0 | 0.70 | 0.83 | 0.88 |
| HSL | 9.6º | 0.71% | 0.07% | - |
| HSV(B) | 9.6º | 0.83% | 0.12% | - |
| XYZ | 0.66 | 0.48 | 0.2 | - |
| YUV | 14.82 | 122.46 | 138.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 9 | 5 | 0 | 0.70 | 0.83 | 0.88 | 9.6 | 0.71 | 0.07 |
| Hex | 1E | 9 | 5 | 0 | 46 | 53 | 58 | A | 47 | 7 |
| Octal | 36 | 11 | 5 | 0 | 106 | 123 | 130 | 12 | 107 | 7 |
| Binary | 11110 | 1001 | 101 | 0 | 1000110 | 1010011 | 1011000 | 1010 | 1000111 | 111 |
Color Harmonies of #1E0905
Complementary color
Monochromatic Colors of #1E0905
Black with #1E0905
Text Example
Text Example
White with #1E0905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0905; }
p { color: rgb(30,9,5); }
H1.HeaderClassName
{
color: #1E0905;
}
.AnyTagClassName
{
color: #1E0905;
}
</style>
background-color css
<style>
a { background-color: #1E0905; }
a { background-color: rgb(30,9,5); }
div.DivClassName
{
background-color: #1E0905;
}
.BgClassName
{
background-color: #1E0905;
}
</style>
border-color css
<style>
span { border-color: #1E0905; }
span { border-color: rgb(30,9,5); }
td.TdClassName
{
border-color: #1E0905;
}
.TagClassName
{
border-color: #1E0905;
}
</style>