Shades of Seal Brown #1C1212
Tints of Seal Brown #1C1212
RGB
CMYK
RGB Variations
Color information
#1C1212 (or 0x1C1212) is known color: Seal Brown. HEX triplet: 1C, 12 and 12. RGB value is (28,18,18). Sum of RGB (Red+Green+Blue) = 28+18+18=64 (8% of max value = 765). Red value is 28 (11.33% from 255 or 43.75% from 64); Green value is 18 (7.42% from 255 or 28.12% from 64); Blue value is 18 (7.42% from 255 or 28.12% from 64); Max value from RGB is 28 - color contains mainly: red. Hex color #1C1212 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C1212 is #E3EDED. Grayscale: #151515. Windows color (decimal): -14937582 or 1184284. OLE color: 1184284.
HSL color Cylindrical-coordinate representation of color #1C1212: hue angle of 0º degrees, saturation: 0.22, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #1C1212 is Cyan = 0, Magento = 0.36, Yellow = 0.36 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 18 | 18 | - |
| CMYK | 0 | 0.36 | 0.36 | 0.89 |
| HSL | 0º | 0.22% | 0.09% | - |
| HSV(B) | 0º | 0.36% | 0.11% | - |
| XYZ | 0.8 | 0.72 | 0.67 | - |
| YUV | 20.99 | 126.31 | 133 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 18 | 18 | 0 | 0.36 | 0.36 | 0.89 | 0 | 0.22 | 0.09 |
| Hex | 1C | 12 | 12 | 0 | 24 | 24 | 59 | 0 | 16 | 9 |
| Octal | 34 | 22 | 22 | 0 | 44 | 44 | 131 | 0 | 26 | 11 |
| Binary | 11100 | 10010 | 10010 | 0 | 100100 | 100100 | 1011001 | 0 | 10110 | 1001 |
Color Harmonies of #1C1212
Complementary color
Monochromatic Colors of #1C1212
Black with #1C1212
Text Example
Text Example
White with #1C1212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C1212; }
p { color: rgb(28,18,18); }
H1.HeaderClassName
{
color: #1C1212;
}
.AnyTagClassName
{
color: #1C1212;
}
</style>
background-color css
<style>
a { background-color: #1C1212; }
a { background-color: rgb(28,18,18); }
div.DivClassName
{
background-color: #1C1212;
}
.BgClassName
{
background-color: #1C1212;
}
</style>
border-color css
<style>
span { border-color: #1C1212; }
span { border-color: rgb(28,18,18); }
td.TdClassName
{
border-color: #1C1212;
}
.TagClassName
{
border-color: #1C1212;
}
</style>