Shades of Seal Brown #1C0906
Tints of Seal Brown #1C0906
RGB
CMYK
RGB Variations
Color information
#1C0906 (or 0x1C0906) is known color: Seal Brown. HEX triplet: 1C, 09 and 06. RGB value is (28,9,6). Sum of RGB (Red+Green+Blue) = 28+9+6=43 (5% of max value = 765). Red value is 28 (11.33% from 255 or 65.12% from 43); Green value is 9 (3.91% from 255 or 20.93% from 43); Blue value is 6 (2.73% from 255 or 13.95% from 43); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0906 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0906 is #E3F6F9. Grayscale: #0E0E0E. Windows color (decimal): -14939898 or 395548. OLE color: 395548.
HSL color Cylindrical-coordinate representation of color #1C0906: hue angle of 8.18º degrees, saturation: 0.65, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1C0906 is Cyan = 0, Magento = 0.68, Yellow = 0.79 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 9 | 6 | - |
| CMYK | 0 | 0.68 | 0.79 | 0.89 |
| HSL | 8.18º | 0.65% | 0.07% | - |
| HSV(B) | 8.18º | 0.79% | 0.11% | - |
| XYZ | 0.61 | 0.46 | 0.23 | - |
| YUV | 14.34 | 123.29 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 9 | 6 | 0 | 0.68 | 0.79 | 0.89 | 8.18 | 0.65 | 0.07 |
| Hex | 1C | 9 | 6 | 0 | 44 | 4F | 59 | 8 | 41 | 7 |
| Octal | 34 | 11 | 6 | 0 | 104 | 117 | 131 | 10 | 101 | 7 |
| Binary | 11100 | 1001 | 110 | 0 | 1000100 | 1001111 | 1011001 | 1000 | 1000001 | 111 |
Color Harmonies of #1C0906
Complementary color
Monochromatic Colors of #1C0906
Black with #1C0906
Text Example
Text Example
White with #1C0906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0906; }
p { color: rgb(28,9,6); }
H1.HeaderClassName
{
color: #1C0906;
}
.AnyTagClassName
{
color: #1C0906;
}
</style>
background-color css
<style>
a { background-color: #1C0906; }
a { background-color: rgb(28,9,6); }
div.DivClassName
{
background-color: #1C0906;
}
.BgClassName
{
background-color: #1C0906;
}
</style>
border-color css
<style>
span { border-color: #1C0906; }
span { border-color: rgb(28,9,6); }
td.TdClassName
{
border-color: #1C0906;
}
.TagClassName
{
border-color: #1C0906;
}
</style>