Shades of Seal Brown #1E0605
Tints of Seal Brown #1E0605
RGB
CMYK
RGB Variations
Color information
#1E0605 (or 0x1E0605) is known color: Seal Brown. HEX triplet: 1E, 06 and 05. RGB value is (30,6,5). Sum of RGB (Red+Green+Blue) = 30+6+5=41 (5% of max value = 765). Red value is 30 (12.11% from 255 or 73.17% from 41); Green value is 6 (2.73% from 255 or 14.63% from 41); Blue value is 5 (2.34% from 255 or 12.20% from 41); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0605 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0605 is #E1F9FA. Grayscale: #0D0D0D. Windows color (decimal): -14809595 or 329246. OLE color: 329246.
HSL color Cylindrical-coordinate representation of color #1E0605: hue angle of 2.4º 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 #1E0605 is Cyan = 0, Magento = 0.80, Yellow = 0.83 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 6 | 5 | - |
| CMYK | 0 | 0.80 | 0.83 | 0.88 |
| HSL | 2.4º | 0.71% | 0.07% | - |
| HSV(B) | 2.4º | 0.83% | 0.12% | - |
| XYZ | 0.63 | 0.42 | 0.19 | - |
| YUV | 13.06 | 123.45 | 140.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 6 | 5 | 0 | 0.80 | 0.83 | 0.88 | 2.4 | 0.71 | 0.07 |
| Hex | 1E | 6 | 5 | 0 | 50 | 53 | 58 | 2 | 47 | 7 |
| Octal | 36 | 6 | 5 | 0 | 120 | 123 | 130 | 2 | 107 | 7 |
| Binary | 11110 | 110 | 101 | 0 | 1010000 | 1010011 | 1011000 | 10 | 1000111 | 111 |
Color Harmonies of #1E0605
Complementary color
Monochromatic Colors of #1E0605
Black with #1E0605
Text Example
Text Example
White with #1E0605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0605; }
p { color: rgb(30,6,5); }
H1.HeaderClassName
{
color: #1E0605;
}
.AnyTagClassName
{
color: #1E0605;
}
</style>
background-color css
<style>
a { background-color: #1E0605; }
a { background-color: rgb(30,6,5); }
div.DivClassName
{
background-color: #1E0605;
}
.BgClassName
{
background-color: #1E0605;
}
</style>
border-color css
<style>
span { border-color: #1E0605; }
span { border-color: rgb(30,6,5); }
td.TdClassName
{
border-color: #1E0605;
}
.TagClassName
{
border-color: #1E0605;
}
</style>