Shades of Seal Brown #19100C
Tints of Seal Brown #19100C
RGB
CMYK
RGB Variations
Color information
#19100C (or 0x19100C) is known color: Seal Brown. HEX triplet: 19, 10 and 0C. RGB value is (25,16,12). Sum of RGB (Red+Green+Blue) = 25+16+12=53 (7% of max value = 765). Red value is 25 (10.16% from 255 or 47.17% from 53); Green value is 16 (6.64% from 255 or 30.19% from 53); Blue value is 12 (5.08% from 255 or 22.64% from 53); Max value from RGB is 25 - color contains mainly: red. Hex color #19100C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #19100C is #E6EFF3. Grayscale: #121212. Windows color (decimal): -15134708 or 790553. OLE color: 790553.
HSL color Cylindrical-coordinate representation of color #19100C: hue angle of 18.46º degrees, saturation: 0.35, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #19100C is Cyan = 0, Magento = 0.36, Yellow = 0.52 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 16 | 12 | - |
| CMYK | 0 | 0.36 | 0.52 | 0.90 |
| HSL | 18.46º | 0.35% | 0.07% | - |
| HSV(B) | 18.46º | 0.52% | 0.1% | - |
| XYZ | 0.65 | 0.6 | 0.43 | - |
| YUV | 18.24 | 124.48 | 132.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 16 | 12 | 0 | 0.36 | 0.52 | 0.90 | 18.46 | 0.35 | 0.07 |
| Hex | 19 | 10 | C | 0 | 24 | 34 | 5A | 12 | 23 | 7 |
| Octal | 31 | 20 | 14 | 0 | 44 | 64 | 132 | 22 | 43 | 7 |
| Binary | 11001 | 10000 | 1100 | 0 | 100100 | 110100 | 1011010 | 10010 | 100011 | 111 |
Color Harmonies of #19100C
Complementary color
Monochromatic Colors of #19100C
Black with #19100C
Text Example
Text Example
White with #19100C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19100C; }
p { color: rgb(25,16,12); }
H1.HeaderClassName
{
color: #19100C;
}
.AnyTagClassName
{
color: #19100C;
}
</style>
background-color css
<style>
a { background-color: #19100C; }
a { background-color: rgb(25,16,12); }
div.DivClassName
{
background-color: #19100C;
}
.BgClassName
{
background-color: #19100C;
}
</style>
border-color css
<style>
span { border-color: #19100C; }
span { border-color: rgb(25,16,12); }
td.TdClassName
{
border-color: #19100C;
}
.TagClassName
{
border-color: #19100C;
}
</style>