Shades of Seal Brown #1C100C
Tints of Seal Brown #1C100C
RGB
CMYK
RGB Variations
Color information
#1C100C (or 0x1C100C) is known color: Seal Brown. HEX triplet: 1C, 10 and 0C. RGB value is (28,16,12). Sum of RGB (Red+Green+Blue) = 28+16+12=56 (7% of max value = 765). Red value is 28 (11.33% from 255 or 50% from 56); Green value is 16 (6.64% from 255 or 28.57% from 56); Blue value is 12 (5.08% from 255 or 21.43% from 56); Max value from RGB is 28 - color contains mainly: red. Hex color #1C100C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C100C is #E3EFF3. Grayscale: #131313. Windows color (decimal): -14938100 or 790556. OLE color: 790556.
HSL color Cylindrical-coordinate representation of color #1C100C: hue angle of 15º degrees, saturation: 0.4, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #1C100C is Cyan = 0, Magento = 0.43, Yellow = 0.57 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 16 | 12 | - |
| CMYK | 0 | 0.43 | 0.57 | 0.89 |
| HSL | 15º | 0.4% | 0.08% | - |
| HSV(B) | 15º | 0.57% | 0.11% | - |
| XYZ | 0.73 | 0.64 | 0.43 | - |
| YUV | 19.13 | 123.98 | 134.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 16 | 12 | 0 | 0.43 | 0.57 | 0.89 | 15 | 0.4 | 0.08 |
| Hex | 1C | 10 | C | 0 | 2B | 39 | 59 | F | 28 | 8 |
| Octal | 34 | 20 | 14 | 0 | 53 | 71 | 131 | 17 | 50 | 10 |
| Binary | 11100 | 10000 | 1100 | 0 | 101011 | 111001 | 1011001 | 1111 | 101000 | 1000 |
Color Harmonies of #1C100C
Complementary color
Monochromatic Colors of #1C100C
Black with #1C100C
Text Example
Text Example
White with #1C100C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C100C; }
p { color: rgb(28,16,12); }
H1.HeaderClassName
{
color: #1C100C;
}
.AnyTagClassName
{
color: #1C100C;
}
</style>
background-color css
<style>
a { background-color: #1C100C; }
a { background-color: rgb(28,16,12); }
div.DivClassName
{
background-color: #1C100C;
}
.BgClassName
{
background-color: #1C100C;
}
</style>
border-color css
<style>
span { border-color: #1C100C; }
span { border-color: rgb(28,16,12); }
td.TdClassName
{
border-color: #1C100C;
}
.TagClassName
{
border-color: #1C100C;
}
</style>