Shades of Seal Brown #1E0F0E
Tints of Seal Brown #1E0F0E
RGB
CMYK
RGB Variations
Color information
#1E0F0E (or 0x1E0F0E) is known color: Seal Brown. HEX triplet: 1E, 0F and 0E. RGB value is (30,15,14). Sum of RGB (Red+Green+Blue) = 30+15+14=59 (7% of max value = 765). Red value is 30 (12.11% from 255 or 50.85% from 59); Green value is 15 (6.25% from 255 or 25.42% from 59); Blue value is 14 (5.86% from 255 or 23.73% from 59); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0F0E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0F0E is #E1F0F1. Grayscale: #131313. Windows color (decimal): -14807282 or 921374. OLE color: 921374.
HSL color Cylindrical-coordinate representation of color #1E0F0E: hue angle of 3.75º degrees, saturation: 0.36, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #1E0F0E is Cyan = 0, Magento = 0.5, Yellow = 0.53 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 15 | 14 | - |
| CMYK | 0 | 0.5 | 0.53 | 0.88 |
| HSL | 3.75º | 0.36% | 0.09% | - |
| HSV(B) | 3.75º | 0.53% | 0.12% | - |
| XYZ | 0.79 | 0.65 | 0.5 | - |
| YUV | 19.37 | 124.97 | 135.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 15 | 14 | 0 | 0.5 | 0.53 | 0.88 | 3.75 | 0.36 | 0.09 |
| Hex | 1E | F | E | 0 | 32 | 35 | 58 | 4 | 24 | 9 |
| Octal | 36 | 17 | 16 | 0 | 62 | 65 | 130 | 4 | 44 | 11 |
| Binary | 11110 | 1111 | 1110 | 0 | 110010 | 110101 | 1011000 | 100 | 100100 | 1001 |
Color Harmonies of #1E0F0E
Complementary color
Monochromatic Colors of #1E0F0E
Black with #1E0F0E
Text Example
Text Example
White with #1E0F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0F0E; }
p { color: rgb(30,15,14); }
H1.HeaderClassName
{
color: #1E0F0E;
}
.AnyTagClassName
{
color: #1E0F0E;
}
</style>
background-color css
<style>
a { background-color: #1E0F0E; }
a { background-color: rgb(30,15,14); }
div.DivClassName
{
background-color: #1E0F0E;
}
.BgClassName
{
background-color: #1E0F0E;
}
</style>
border-color css
<style>
span { border-color: #1E0F0E; }
span { border-color: rgb(30,15,14); }
td.TdClassName
{
border-color: #1E0F0E;
}
.TagClassName
{
border-color: #1E0F0E;
}
</style>