Shades of Seal Brown #1C0E0A
Tints of Seal Brown #1C0E0A
RGB
CMYK
RGB Variations
Color information
#1C0E0A (or 0x1C0E0A) is known color: Seal Brown. HEX triplet: 1C, 0E and 0A. RGB value is (28,14,10). Sum of RGB (Red+Green+Blue) = 28+14+10=52 (6% of max value = 765). Red value is 28 (11.33% from 255 or 53.85% from 52); Green value is 14 (5.86% from 255 or 26.92% from 52); Blue value is 10 (4.30% from 255 or 19.23% from 52); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0E0A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0E0A is #E3F1F5. Grayscale: #111111. Windows color (decimal): -14938614 or 658972. OLE color: 658972.
HSL color Cylindrical-coordinate representation of color #1C0E0A: hue angle of 13.33º degrees, saturation: 0.47, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1C0E0A is Cyan = 0, Magento = 0.50, Yellow = 0.64 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 14 | 10 | - |
| CMYK | 0 | 0.50 | 0.64 | 0.89 |
| HSL | 13.33º | 0.47% | 0.07% | - |
| HSV(B) | 13.33º | 0.64% | 0.11% | - |
| XYZ | 0.69 | 0.58 | 0.36 | - |
| YUV | 17.73 | 123.64 | 135.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 14 | 10 | 0 | 0.50 | 0.64 | 0.89 | 13.33 | 0.47 | 0.07 |
| Hex | 1C | E | A | 0 | 32 | 40 | 59 | D | 2F | 7 |
| Octal | 34 | 16 | 12 | 0 | 62 | 100 | 131 | 15 | 57 | 7 |
| Binary | 11100 | 1110 | 1010 | 0 | 110010 | 1000000 | 1011001 | 1101 | 101111 | 111 |
Color Harmonies of #1C0E0A
Complementary color
Monochromatic Colors of #1C0E0A
Black with #1C0E0A
Text Example
Text Example
White with #1C0E0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0E0A; }
p { color: rgb(28,14,10); }
H1.HeaderClassName
{
color: #1C0E0A;
}
.AnyTagClassName
{
color: #1C0E0A;
}
</style>
background-color css
<style>
a { background-color: #1C0E0A; }
a { background-color: rgb(28,14,10); }
div.DivClassName
{
background-color: #1C0E0A;
}
.BgClassName
{
background-color: #1C0E0A;
}
</style>
border-color css
<style>
span { border-color: #1C0E0A; }
span { border-color: rgb(28,14,10); }
td.TdClassName
{
border-color: #1C0E0A;
}
.TagClassName
{
border-color: #1C0E0A;
}
</style>