Shades of Seal Brown #1C100E
Tints of Seal Brown #1C100E
RGB
CMYK
RGB Variations
Color information
#1C100E (or 0x1C100E) is known color: Seal Brown. HEX triplet: 1C, 10 and 0E. RGB value is (28,16,14). Sum of RGB (Red+Green+Blue) = 28+16+14=58 (7% of max value = 765). Red value is 28 (11.33% from 255 or 48.28% from 58); Green value is 16 (6.64% from 255 or 27.59% from 58); Blue value is 14 (5.86% from 255 or 24.14% from 58); Max value from RGB is 28 - color contains mainly: red. Hex color #1C100E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C100E is #E3EFF1. Grayscale: #131313. Windows color (decimal): -14938098 or 921628. OLE color: 921628.
HSL color Cylindrical-coordinate representation of color #1C100E: hue angle of 8.57º 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 #1C100E is Cyan = 0, Magento = 0.43, Yellow = 0.50 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 16 | 14 | - |
| CMYK | 0 | 0.43 | 0.50 | 0.89 |
| HSL | 8.57º | 0.33% | 0.08% | - |
| HSV(B) | 8.57º | 0.5% | 0.11% | - |
| XYZ | 0.74 | 0.65 | 0.5 | - |
| YUV | 19.36 | 124.98 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 16 | 14 | 0 | 0.43 | 0.50 | 0.89 | 8.57 | 0.33 | 0.08 |
| Hex | 1C | 10 | E | 0 | 2B | 32 | 59 | 9 | 21 | 8 |
| Octal | 34 | 20 | 16 | 0 | 53 | 62 | 131 | 11 | 41 | 10 |
| Binary | 11100 | 10000 | 1110 | 0 | 101011 | 110010 | 1011001 | 1001 | 100001 | 1000 |
Color Harmonies of #1C100E
Complementary color
Monochromatic Colors of #1C100E
Black with #1C100E
Text Example
Text Example
White with #1C100E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C100E; }
p { color: rgb(28,16,14); }
H1.HeaderClassName
{
color: #1C100E;
}
.AnyTagClassName
{
color: #1C100E;
}
</style>
background-color css
<style>
a { background-color: #1C100E; }
a { background-color: rgb(28,16,14); }
div.DivClassName
{
background-color: #1C100E;
}
.BgClassName
{
background-color: #1C100E;
}
</style>
border-color css
<style>
span { border-color: #1C100E; }
span { border-color: rgb(28,16,14); }
td.TdClassName
{
border-color: #1C100E;
}
.TagClassName
{
border-color: #1C100E;
}
</style>