Shades of Seal Brown #1E120F
Tints of Seal Brown #1E120F
RGB
CMYK
RGB Variations
Color information
#1E120F (or 0x1E120F) is known color: Seal Brown. HEX triplet: 1E, 12 and 0F. RGB value is (30,18,15). Sum of RGB (Red+Green+Blue) = 30+18+15=63 (8% of max value = 765). Red value is 30 (12.11% from 255 or 47.62% from 63); Green value is 18 (7.42% from 255 or 28.57% from 63); Blue value is 15 (6.25% from 255 or 23.81% from 63); Max value from RGB is 30 - color contains mainly: red. Hex color #1E120F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E120F is #E1EDF0. Grayscale: #151515. Windows color (decimal): -14806513 or 987678. OLE color: 987678.
HSL color Cylindrical-coordinate representation of color #1E120F: hue angle of 12º degrees, saturation: 0.33, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #1E120F is Cyan = 0, Magento = 0.40, Yellow = 0.5 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 18 | 15 | - |
| CMYK | 0 | 0.40 | 0.5 | 0.88 |
| HSL | 12º | 0.33% | 0.09% | - |
| HSV(B) | 12º | 0.5% | 0.12% | - |
| XYZ | 0.84 | 0.74 | 0.55 | - |
| YUV | 21.25 | 124.48 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 18 | 15 | 0 | 0.40 | 0.5 | 0.88 | 12 | 0.33 | 0.09 |
| Hex | 1E | 12 | F | 0 | 28 | 32 | 58 | C | 21 | 9 |
| Octal | 36 | 22 | 17 | 0 | 50 | 62 | 130 | 14 | 41 | 11 |
| Binary | 11110 | 10010 | 1111 | 0 | 101000 | 110010 | 1011000 | 1100 | 100001 | 1001 |
Color Harmonies of #1E120F
Complementary color
Monochromatic Colors of #1E120F
Black with #1E120F
Text Example
Text Example
White with #1E120F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E120F; }
p { color: rgb(30,18,15); }
H1.HeaderClassName
{
color: #1E120F;
}
.AnyTagClassName
{
color: #1E120F;
}
</style>
background-color css
<style>
a { background-color: #1E120F; }
a { background-color: rgb(30,18,15); }
div.DivClassName
{
background-color: #1E120F;
}
.BgClassName
{
background-color: #1E120F;
}
</style>
border-color css
<style>
span { border-color: #1E120F; }
span { border-color: rgb(30,18,15); }
td.TdClassName
{
border-color: #1E120F;
}
.TagClassName
{
border-color: #1E120F;
}
</style>