Shades of Seal Brown #1A110E
Tints of Seal Brown #1A110E
RGB
CMYK
RGB Variations
Color information
#1A110E (or 0x1A110E) is known color: Seal Brown. HEX triplet: 1A, 11 and 0E. RGB value is (26,17,14). Sum of RGB (Red+Green+Blue) = 26+17+14=57 (7% of max value = 765). Red value is 26 (10.55% from 255 or 45.61% from 57); Green value is 17 (7.03% from 255 or 29.82% from 57); Blue value is 14 (5.86% from 255 or 24.56% from 57); Max value from RGB is 26 - color contains mainly: red. Hex color #1A110E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A110E is #E5EEF1. Grayscale: #131313. Windows color (decimal): -15068914 or 921882. OLE color: 921882.
HSL color Cylindrical-coordinate representation of color #1A110E: hue angle of 15º degrees, saturation: 0.3, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #1A110E is Cyan = 0, Magento = 0.35, Yellow = 0.46 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 26 | 17 | 14 | - |
| CMYK | 0 | 0.35 | 0.46 | 0.90 |
| HSL | 15º | 0.3% | 0.08% | - |
| HSV(B) | 15º | 0.46% | 0.1% | - |
| XYZ | 0.71 | 0.65 | 0.5 | - |
| YUV | 19.35 | 124.98 | 132.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 17 | 14 | 0 | 0.35 | 0.46 | 0.90 | 15 | 0.3 | 0.08 |
| Hex | 1A | 11 | E | 0 | 23 | 2E | 5A | F | 1E | 8 |
| Octal | 32 | 21 | 16 | 0 | 43 | 56 | 132 | 17 | 36 | 10 |
| Binary | 11010 | 10001 | 1110 | 0 | 100011 | 101110 | 1011010 | 1111 | 11110 | 1000 |
Color Harmonies of #1A110E
Complementary color
Monochromatic Colors of #1A110E
Black with #1A110E
Text Example
Text Example
White with #1A110E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A110E; }
p { color: rgb(26,17,14); }
H1.HeaderClassName
{
color: #1A110E;
}
.AnyTagClassName
{
color: #1A110E;
}
</style>
background-color css
<style>
a { background-color: #1A110E; }
a { background-color: rgb(26,17,14); }
div.DivClassName
{
background-color: #1A110E;
}
.BgClassName
{
background-color: #1A110E;
}
</style>
border-color css
<style>
span { border-color: #1A110E; }
span { border-color: rgb(26,17,14); }
td.TdClassName
{
border-color: #1A110E;
}
.TagClassName
{
border-color: #1A110E;
}
</style>