Shades of Seal Brown #1C110E
Tints of Seal Brown #1C110E
RGB
CMYK
RGB Variations
Color information
#1C110E (or 0x1C110E) is known color: Seal Brown. HEX triplet: 1C, 11 and 0E. RGB value is (28,17,14). Sum of RGB (Red+Green+Blue) = 28+17+14=59 (7% of max value = 765). Red value is 28 (11.33% from 255 or 47.46% from 59); Green value is 17 (7.03% from 255 or 28.81% from 59); Blue value is 14 (5.86% from 255 or 23.73% from 59); Max value from RGB is 28 - color contains mainly: red. Hex color #1C110E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C110E is #E3EEF1. Grayscale: #131313. Windows color (decimal): -14937842 or 921884. OLE color: 921884.
HSL color Cylindrical-coordinate representation of color #1C110E: hue angle of 12.86º degrees, saturation: 0.33, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #1C110E is Cyan = 0, Magento = 0.39, Yellow = 0.50 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 17 | 14 | - |
| CMYK | 0 | 0.39 | 0.50 | 0.89 |
| HSL | 12.86º | 0.33% | 0.08% | - |
| HSV(B) | 12.86º | 0.5% | 0.11% | - |
| XYZ | 0.76 | 0.68 | 0.51 | - |
| YUV | 19.95 | 124.64 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 17 | 14 | 0 | 0.39 | 0.50 | 0.89 | 12.86 | 0.33 | 0.08 |
| Hex | 1C | 11 | E | 0 | 27 | 32 | 59 | D | 21 | 8 |
| Octal | 34 | 21 | 16 | 0 | 47 | 62 | 131 | 15 | 41 | 10 |
| Binary | 11100 | 10001 | 1110 | 0 | 100111 | 110010 | 1011001 | 1101 | 100001 | 1000 |
Color Harmonies of #1C110E
Complementary color
Monochromatic Colors of #1C110E
Black with #1C110E
Text Example
Text Example
White with #1C110E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C110E; }
p { color: rgb(28,17,14); }
H1.HeaderClassName
{
color: #1C110E;
}
.AnyTagClassName
{
color: #1C110E;
}
</style>
background-color css
<style>
a { background-color: #1C110E; }
a { background-color: rgb(28,17,14); }
div.DivClassName
{
background-color: #1C110E;
}
.BgClassName
{
background-color: #1C110E;
}
</style>
border-color css
<style>
span { border-color: #1C110E; }
span { border-color: rgb(28,17,14); }
td.TdClassName
{
border-color: #1C110E;
}
.TagClassName
{
border-color: #1C110E;
}
</style>