Shades of Seal Brown #1E1110
Tints of Seal Brown #1E1110
RGB
CMYK
RGB Variations
Color information
#1E1110 (or 0x1E1110) is known color: Seal Brown. HEX triplet: 1E, 11 and 10. RGB value is (30,17,16). Sum of RGB (Red+Green+Blue) = 30+17+16=63 (8% of max value = 765). Red value is 30 (12.11% from 255 or 47.62% from 63); Green value is 17 (7.03% from 255 or 26.98% from 63); Blue value is 16 (6.64% from 255 or 25.40% from 63); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1110 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E1110 is #E1EEEF. Grayscale: #141414. Windows color (decimal): -14806768 or 1052958. OLE color: 1052958.
HSL color Cylindrical-coordinate representation of color #1E1110: hue angle of 4.29º degrees, saturation: 0.3, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #1E1110 is Cyan = 0, Magento = 0.43, Yellow = 0.47 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 17 | 16 | - |
| CMYK | 0 | 0.43 | 0.47 | 0.88 |
| HSL | 4.29º | 0.3% | 0.09% | - |
| HSV(B) | 4.29º | 0.47% | 0.12% | - |
| XYZ | 0.83 | 0.71 | 0.58 | - |
| YUV | 20.77 | 125.31 | 134.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 17 | 16 | 0 | 0.43 | 0.47 | 0.88 | 4.29 | 0.3 | 0.09 |
| Hex | 1E | 11 | 10 | 0 | 2B | 2F | 58 | 4 | 1E | 9 |
| Octal | 36 | 21 | 20 | 0 | 53 | 57 | 130 | 4 | 36 | 11 |
| Binary | 11110 | 10001 | 10000 | 0 | 101011 | 101111 | 1011000 | 100 | 11110 | 1001 |
Color Harmonies of #1E1110
Complementary color
Monochromatic Colors of #1E1110
Black with #1E1110
Text Example
Text Example
White with #1E1110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1110; }
p { color: rgb(30,17,16); }
H1.HeaderClassName
{
color: #1E1110;
}
.AnyTagClassName
{
color: #1E1110;
}
</style>
background-color css
<style>
a { background-color: #1E1110; }
a { background-color: rgb(30,17,16); }
div.DivClassName
{
background-color: #1E1110;
}
.BgClassName
{
background-color: #1E1110;
}
</style>
border-color css
<style>
span { border-color: #1E1110; }
span { border-color: rgb(30,17,16); }
td.TdClassName
{
border-color: #1E1110;
}
.TagClassName
{
border-color: #1E1110;
}
</style>