Shades of Seal Brown #1C0E08
Tints of Seal Brown #1C0E08
RGB
CMYK
RGB Variations
Color information
#1C0E08 (or 0x1C0E08) is known color: Seal Brown. HEX triplet: 1C, 0E and 08. RGB value is (28,14,8). Sum of RGB (Red+Green+Blue) = 28+14+8=50 (6% of max value = 765). Red value is 28 (11.33% from 255 or 56% from 50); Green value is 14 (5.86% from 255 or 28% from 50); Blue value is 8 (3.52% from 255 or 16% from 50); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0E08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0E08 is #E3F1F7. Grayscale: #111111. Windows color (decimal): -14938616 or 527900. OLE color: 527900.
HSL color Cylindrical-coordinate representation of color #1C0E08: hue angle of 18º degrees, saturation: 0.56, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1C0E08 is Cyan = 0, Magento = 0.50, Yellow = 0.71 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 14 | 8 | - |
| CMYK | 0 | 0.50 | 0.71 | 0.89 |
| HSL | 18º | 0.56% | 0.07% | - |
| HSV(B) | 18º | 0.71% | 0.11% | - |
| XYZ | 0.68 | 0.58 | 0.31 | - |
| YUV | 17.5 | 122.64 | 135.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 14 | 8 | 0 | 0.50 | 0.71 | 0.89 | 18 | 0.56 | 0.07 |
| Hex | 1C | E | 8 | 0 | 32 | 47 | 59 | 12 | 38 | 7 |
| Octal | 34 | 16 | 10 | 0 | 62 | 107 | 131 | 22 | 70 | 7 |
| Binary | 11100 | 1110 | 1000 | 0 | 110010 | 1000111 | 1011001 | 10010 | 111000 | 111 |
Color Harmonies of #1C0E08
Complementary color
Monochromatic Colors of #1C0E08
Black with #1C0E08
Text Example
Text Example
White with #1C0E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0E08; }
p { color: rgb(28,14,8); }
H1.HeaderClassName
{
color: #1C0E08;
}
.AnyTagClassName
{
color: #1C0E08;
}
</style>
background-color css
<style>
a { background-color: #1C0E08; }
a { background-color: rgb(28,14,8); }
div.DivClassName
{
background-color: #1C0E08;
}
.BgClassName
{
background-color: #1C0E08;
}
</style>
border-color css
<style>
span { border-color: #1C0E08; }
span { border-color: rgb(28,14,8); }
td.TdClassName
{
border-color: #1C0E08;
}
.TagClassName
{
border-color: #1C0E08;
}
</style>