Shades of Seal Brown #1B110E
Tints of Seal Brown #1B110E
RGB
CMYK
RGB Variations
Color information
#1B110E (or 0x1B110E) is known color: Seal Brown. HEX triplet: 1B, 11 and 0E. RGB value is (27,17,14). Sum of RGB (Red+Green+Blue) = 27+17+14=58 (7% of max value = 765). Red value is 27 (10.94% from 255 or 46.55% from 58); Green value is 17 (7.03% from 255 or 29.31% from 58); Blue value is 14 (5.86% from 255 or 24.14% from 58); Max value from RGB is 27 - color contains mainly: red. Hex color #1B110E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B110E is #E4EEF1. Grayscale: #131313. Windows color (decimal): -15003378 or 921883. OLE color: 921883.
HSL color Cylindrical-coordinate representation of color #1B110E: hue angle of 13.85º degrees, saturation: 0.32, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #1B110E is Cyan = 0, Magento = 0.37, Yellow = 0.48 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 27 | 17 | 14 | - |
| CMYK | 0 | 0.37 | 0.48 | 0.89 |
| HSL | 13.85º | 0.32% | 0.08% | - |
| HSV(B) | 13.85º | 0.48% | 0.11% | - |
| XYZ | 0.73 | 0.67 | 0.51 | - |
| YUV | 19.65 | 124.81 | 133.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 17 | 14 | 0 | 0.37 | 0.48 | 0.89 | 13.85 | 0.32 | 0.08 |
| Hex | 1B | 11 | E | 0 | 25 | 30 | 59 | E | 20 | 8 |
| Octal | 33 | 21 | 16 | 0 | 45 | 60 | 131 | 16 | 40 | 10 |
| Binary | 11011 | 10001 | 1110 | 0 | 100101 | 110000 | 1011001 | 1110 | 100000 | 1000 |
Color Harmonies of #1B110E
Complementary color
Monochromatic Colors of #1B110E
Black with #1B110E
Text Example
Text Example
White with #1B110E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B110E; }
p { color: rgb(27,17,14); }
H1.HeaderClassName
{
color: #1B110E;
}
.AnyTagClassName
{
color: #1B110E;
}
</style>
background-color css
<style>
a { background-color: #1B110E; }
a { background-color: rgb(27,17,14); }
div.DivClassName
{
background-color: #1B110E;
}
.BgClassName
{
background-color: #1B110E;
}
</style>
border-color css
<style>
span { border-color: #1B110E; }
span { border-color: rgb(27,17,14); }
td.TdClassName
{
border-color: #1B110E;
}
.TagClassName
{
border-color: #1B110E;
}
</style>