Shades of Seal Brown #1C0A09
Tints of Seal Brown #1C0A09
RGB
CMYK
RGB Variations
Color information
#1C0A09 (or 0x1C0A09) is known color: Seal Brown. HEX triplet: 1C, 0A and 09. RGB value is (28,10,9). Sum of RGB (Red+Green+Blue) = 28+10+9=47 (6% of max value = 765). Red value is 28 (11.33% from 255 or 59.57% from 47); Green value is 10 (4.30% from 255 or 21.28% from 47); Blue value is 9 (3.91% from 255 or 19.15% from 47); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0A09 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0A09 is #E3F5F6. Grayscale: #0F0F0F. Windows color (decimal): -14939639 or 592412. OLE color: 592412.
HSL color Cylindrical-coordinate representation of color #1C0A09: hue angle of 3.16º degrees, saturation: 0.51, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1C0A09 is Cyan = 0, Magento = 0.64, Yellow = 0.68 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 10 | 9 | - |
| CMYK | 0 | 0.64 | 0.68 | 0.89 |
| HSL | 3.16º | 0.51% | 0.07% | - |
| HSV(B) | 3.16º | 0.68% | 0.11% | - |
| XYZ | 0.64 | 0.48 | 0.32 | - |
| YUV | 15.27 | 124.46 | 137.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 10 | 9 | 0 | 0.64 | 0.68 | 0.89 | 3.16 | 0.51 | 0.07 |
| Hex | 1C | A | 9 | 0 | 40 | 44 | 59 | 3 | 33 | 7 |
| Octal | 34 | 12 | 11 | 0 | 100 | 104 | 131 | 3 | 63 | 7 |
| Binary | 11100 | 1010 | 1001 | 0 | 1000000 | 1000100 | 1011001 | 11 | 110011 | 111 |
Color Harmonies of #1C0A09
Complementary color
Monochromatic Colors of #1C0A09
Black with #1C0A09
Text Example
Text Example
White with #1C0A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0A09; }
p { color: rgb(28,10,9); }
H1.HeaderClassName
{
color: #1C0A09;
}
.AnyTagClassName
{
color: #1C0A09;
}
</style>
background-color css
<style>
a { background-color: #1C0A09; }
a { background-color: rgb(28,10,9); }
div.DivClassName
{
background-color: #1C0A09;
}
.BgClassName
{
background-color: #1C0A09;
}
</style>
border-color css
<style>
span { border-color: #1C0A09; }
span { border-color: rgb(28,10,9); }
td.TdClassName
{
border-color: #1C0A09;
}
.TagClassName
{
border-color: #1C0A09;
}
</style>