Shades of Seal Brown #1C0A08
Tints of Seal Brown #1C0A08
RGB
CMYK
RGB Variations
Color information
#1C0A08 (or 0x1C0A08) is known color: Seal Brown. HEX triplet: 1C, 0A and 08. RGB value is (28,10,8). Sum of RGB (Red+Green+Blue) = 28+10+8=46 (6% of max value = 765). Red value is 28 (11.33% from 255 or 60.87% from 46); Green value is 10 (4.30% from 255 or 21.74% from 46); Blue value is 8 (3.52% from 255 or 17.39% from 46); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0A08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0A08 is #E3F5F7. Grayscale: #0F0F0F. Windows color (decimal): -14939640 or 526876. OLE color: 526876.
HSL color Cylindrical-coordinate representation of color #1C0A08: hue angle of 6º 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 #1C0A08 is Cyan = 0, Magento = 0.64, Yellow = 0.71 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 10 | 8 | - |
| CMYK | 0 | 0.64 | 0.71 | 0.89 |
| HSL | 6º | 0.56% | 0.07% | - |
| HSV(B) | 6º | 0.71% | 0.11% | - |
| XYZ | 0.63 | 0.48 | 0.29 | - |
| YUV | 15.15 | 123.96 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 10 | 8 | 0 | 0.64 | 0.71 | 0.89 | 6 | 0.56 | 0.07 |
| Hex | 1C | A | 8 | 0 | 40 | 47 | 59 | 6 | 38 | 7 |
| Octal | 34 | 12 | 10 | 0 | 100 | 107 | 131 | 6 | 70 | 7 |
| Binary | 11100 | 1010 | 1000 | 0 | 1000000 | 1000111 | 1011001 | 110 | 111000 | 111 |
Color Harmonies of #1C0A08
Complementary color
Monochromatic Colors of #1C0A08
Black with #1C0A08
Text Example
Text Example
White with #1C0A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0A08; }
p { color: rgb(28,10,8); }
H1.HeaderClassName
{
color: #1C0A08;
}
.AnyTagClassName
{
color: #1C0A08;
}
</style>
background-color css
<style>
a { background-color: #1C0A08; }
a { background-color: rgb(28,10,8); }
div.DivClassName
{
background-color: #1C0A08;
}
.BgClassName
{
background-color: #1C0A08;
}
</style>
border-color css
<style>
span { border-color: #1C0A08; }
span { border-color: rgb(28,10,8); }
td.TdClassName
{
border-color: #1C0A08;
}
.TagClassName
{
border-color: #1C0A08;
}
</style>