Shades of Seal Brown #1E1211
Tints of Seal Brown #1E1211
RGB
CMYK
RGB Variations
Color information
#1E1211 (or 0x1E1211) is known color: Seal Brown. HEX triplet: 1E, 12 and 11. RGB value is (30,18,17). Sum of RGB (Red+Green+Blue) = 30+18+17=65 (8% of max value = 765). Red value is 30 (12.11% from 255 or 46.15% from 65); Green value is 18 (7.42% from 255 or 27.69% from 65); Blue value is 17 (7.03% from 255 or 26.15% from 65); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1211 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E1211 is #E1EDEE. Grayscale: #151515. Windows color (decimal): -14806511 or 1118750. OLE color: 1118750.
HSL color Cylindrical-coordinate representation of color #1E1211: hue angle of 4.62º degrees, saturation: 0.28, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #1E1211 is Cyan = 0, Magento = 0.40, Yellow = 0.43 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 18 | 17 | - |
| CMYK | 0 | 0.40 | 0.43 | 0.88 |
| HSL | 4.62º | 0.28% | 0.09% | - |
| HSV(B) | 4.62º | 0.43% | 0.12% | - |
| XYZ | 0.85 | 0.75 | 0.63 | - |
| YUV | 21.47 | 125.48 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 18 | 17 | 0 | 0.40 | 0.43 | 0.88 | 4.62 | 0.28 | 0.09 |
| Hex | 1E | 12 | 11 | 0 | 28 | 2B | 58 | 5 | 1C | 9 |
| Octal | 36 | 22 | 21 | 0 | 50 | 53 | 130 | 5 | 34 | 11 |
| Binary | 11110 | 10010 | 10001 | 0 | 101000 | 101011 | 1011000 | 101 | 11100 | 1001 |
Color Harmonies of #1E1211
Complementary color
Monochromatic Colors of #1E1211
Black with #1E1211
Text Example
Text Example
White with #1E1211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1211; }
p { color: rgb(30,18,17); }
H1.HeaderClassName
{
color: #1E1211;
}
.AnyTagClassName
{
color: #1E1211;
}
</style>
background-color css
<style>
a { background-color: #1E1211; }
a { background-color: rgb(30,18,17); }
div.DivClassName
{
background-color: #1E1211;
}
.BgClassName
{
background-color: #1E1211;
}
</style>
border-color css
<style>
span { border-color: #1E1211; }
span { border-color: rgb(30,18,17); }
td.TdClassName
{
border-color: #1E1211;
}
.TagClassName
{
border-color: #1E1211;
}
</style>