Shades of Seal Brown #1E0805
Tints of Seal Brown #1E0805
RGB
CMYK
RGB Variations
Color information
#1E0805 (or 0x1E0805) is known color: Seal Brown. HEX triplet: 1E, 08 and 05. RGB value is (30,8,5). Sum of RGB (Red+Green+Blue) = 30+8+5=43 (5% of max value = 765). Red value is 30 (12.11% from 255 or 69.77% from 43); Green value is 8 (3.52% from 255 or 18.60% from 43); Blue value is 5 (2.34% from 255 or 11.63% from 43); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0805 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0805 is #E1F7FA. Grayscale: #0E0E0E. Windows color (decimal): -14809083 or 329758. OLE color: 329758.
HSL color Cylindrical-coordinate representation of color #1E0805: hue angle of 7.2º 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 #1E0805 is Cyan = 0, Magento = 0.73, Yellow = 0.83 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 8 | 5 | - |
| CMYK | 0 | 0.73 | 0.83 | 0.88 |
| HSL | 7.2º | 0.71% | 0.07% | - |
| HSV(B) | 7.2º | 0.83% | 0.12% | - |
| XYZ | 0.65 | 0.46 | 0.2 | - |
| YUV | 14.24 | 122.79 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 8 | 5 | 0 | 0.73 | 0.83 | 0.88 | 7.2 | 0.71 | 0.07 |
| Hex | 1E | 8 | 5 | 0 | 49 | 53 | 58 | 7 | 47 | 7 |
| Octal | 36 | 10 | 5 | 0 | 111 | 123 | 130 | 7 | 107 | 7 |
| Binary | 11110 | 1000 | 101 | 0 | 1001001 | 1010011 | 1011000 | 111 | 1000111 | 111 |
Color Harmonies of #1E0805
Complementary color
Monochromatic Colors of #1E0805
Black with #1E0805
Text Example
Text Example
White with #1E0805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0805; }
p { color: rgb(30,8,5); }
H1.HeaderClassName
{
color: #1E0805;
}
.AnyTagClassName
{
color: #1E0805;
}
</style>
background-color css
<style>
a { background-color: #1E0805; }
a { background-color: rgb(30,8,5); }
div.DivClassName
{
background-color: #1E0805;
}
.BgClassName
{
background-color: #1E0805;
}
</style>
border-color css
<style>
span { border-color: #1E0805; }
span { border-color: rgb(30,8,5); }
td.TdClassName
{
border-color: #1E0805;
}
.TagClassName
{
border-color: #1E0805;
}
</style>