Shades of Seal Brown #1E0705
Tints of Seal Brown #1E0705
RGB
CMYK
RGB Variations
Color information
#1E0705 (or 0x1E0705) is known color: Seal Brown. HEX triplet: 1E, 07 and 05. RGB value is (30,7,5). Sum of RGB (Red+Green+Blue) = 30+7+5=42 (5% of max value = 765). Red value is 30 (12.11% from 255 or 71.43% from 42); Green value is 7 (3.12% from 255 or 16.67% from 42); Blue value is 5 (2.34% from 255 or 11.90% from 42); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0705 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0705 is #E1F8FA. Grayscale: #0D0D0D. Windows color (decimal): -14809339 or 329502. OLE color: 329502.
HSL color Cylindrical-coordinate representation of color #1E0705: hue angle of 4.8º 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 #1E0705 is Cyan = 0, Magento = 0.77, Yellow = 0.83 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 7 | 5 | - |
| CMYK | 0 | 0.77 | 0.83 | 0.88 |
| HSL | 4.8º | 0.71% | 0.07% | - |
| HSV(B) | 4.8º | 0.83% | 0.12% | - |
| XYZ | 0.64 | 0.44 | 0.19 | - |
| YUV | 13.65 | 123.12 | 139.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 7 | 5 | 0 | 0.77 | 0.83 | 0.88 | 4.8 | 0.71 | 0.07 |
| Hex | 1E | 7 | 5 | 0 | 4D | 53 | 58 | 5 | 47 | 7 |
| Octal | 36 | 7 | 5 | 0 | 115 | 123 | 130 | 5 | 107 | 7 |
| Binary | 11110 | 111 | 101 | 0 | 1001101 | 1010011 | 1011000 | 101 | 1000111 | 111 |
Color Harmonies of #1E0705
Complementary color
Monochromatic Colors of #1E0705
Black with #1E0705
Text Example
Text Example
White with #1E0705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0705; }
p { color: rgb(30,7,5); }
H1.HeaderClassName
{
color: #1E0705;
}
.AnyTagClassName
{
color: #1E0705;
}
</style>
background-color css
<style>
a { background-color: #1E0705; }
a { background-color: rgb(30,7,5); }
div.DivClassName
{
background-color: #1E0705;
}
.BgClassName
{
background-color: #1E0705;
}
</style>
border-color css
<style>
span { border-color: #1E0705; }
span { border-color: rgb(30,7,5); }
td.TdClassName
{
border-color: #1E0705;
}
.TagClassName
{
border-color: #1E0705;
}
</style>