Shades of Seal Brown #1C120E
Tints of Seal Brown #1C120E
RGB
CMYK
RGB Variations
Color information
#1C120E (or 0x1C120E) is known color: Seal Brown. HEX triplet: 1C, 12 and 0E. RGB value is (28,18,14). Sum of RGB (Red+Green+Blue) = 28+18+14=60 (7% of max value = 765). Red value is 28 (11.33% from 255 or 46.67% from 60); Green value is 18 (7.42% from 255 or 30% from 60); Blue value is 14 (5.86% from 255 or 23.33% from 60); Max value from RGB is 28 - color contains mainly: red. Hex color #1C120E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C120E is #E3EDF1. Grayscale: #141414. Windows color (decimal): -14937586 or 922140. OLE color: 922140.
HSL color Cylindrical-coordinate representation of color #1C120E: hue angle of 17.14º 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 #1C120E is Cyan = 0, Magento = 0.36, Yellow = 0.50 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 18 | 14 | - |
| CMYK | 0 | 0.36 | 0.50 | 0.89 |
| HSL | 17.14º | 0.33% | 0.08% | - |
| HSV(B) | 17.14º | 0.5% | 0.11% | - |
| XYZ | 0.77 | 0.71 | 0.51 | - |
| YUV | 20.53 | 124.31 | 133.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 18 | 14 | 0 | 0.36 | 0.50 | 0.89 | 17.14 | 0.33 | 0.08 |
| Hex | 1C | 12 | E | 0 | 24 | 32 | 59 | 11 | 21 | 8 |
| Octal | 34 | 22 | 16 | 0 | 44 | 62 | 131 | 21 | 41 | 10 |
| Binary | 11100 | 10010 | 1110 | 0 | 100100 | 110010 | 1011001 | 10001 | 100001 | 1000 |
Color Harmonies of #1C120E
Complementary color
Monochromatic Colors of #1C120E
Black with #1C120E
Text Example
Text Example
White with #1C120E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C120E; }
p { color: rgb(28,18,14); }
H1.HeaderClassName
{
color: #1C120E;
}
.AnyTagClassName
{
color: #1C120E;
}
</style>
background-color css
<style>
a { background-color: #1C120E; }
a { background-color: rgb(28,18,14); }
div.DivClassName
{
background-color: #1C120E;
}
.BgClassName
{
background-color: #1C120E;
}
</style>
border-color css
<style>
span { border-color: #1C120E; }
span { border-color: rgb(28,18,14); }
td.TdClassName
{
border-color: #1C120E;
}
.TagClassName
{
border-color: #1C120E;
}
</style>