Shades of Seal Brown #190E0C
Tints of Seal Brown #190E0C
RGB
CMYK
RGB Variations
Color information
#190E0C (or 0x190E0C) is known color: Seal Brown. HEX triplet: 19, 0E and 0C. RGB value is (25,14,12). Sum of RGB (Red+Green+Blue) = 25+14+12=51 (6% of max value = 765). Red value is 25 (10.16% from 255 or 49.02% from 51); Green value is 14 (5.86% from 255 or 27.45% from 51); Blue value is 12 (5.08% from 255 or 23.53% from 51); Max value from RGB is 25 - color contains mainly: red. Hex color #190E0C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190E0C is #E6F1F3. Grayscale: #111111. Windows color (decimal): -15135220 or 790041. OLE color: 790041.
HSL color Cylindrical-coordinate representation of color #190E0C: hue angle of 9.23º 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 #190E0C is Cyan = 0, Magento = 0.44, Yellow = 0.52 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 14 | 12 | - |
| CMYK | 0 | 0.44 | 0.52 | 0.90 |
| HSL | 9.23º | 0.35% | 0.07% | - |
| HSV(B) | 9.23º | 0.52% | 0.1% | - |
| XYZ | 0.62 | 0.55 | 0.42 | - |
| YUV | 17.06 | 125.14 | 133.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 14 | 12 | 0 | 0.44 | 0.52 | 0.90 | 9.23 | 0.35 | 0.07 |
| Hex | 19 | E | C | 0 | 2C | 34 | 5A | 9 | 23 | 7 |
| Octal | 31 | 16 | 14 | 0 | 54 | 64 | 132 | 11 | 43 | 7 |
| Binary | 11001 | 1110 | 1100 | 0 | 101100 | 110100 | 1011010 | 1001 | 100011 | 111 |
Color Harmonies of #190E0C
Complementary color
Monochromatic Colors of #190E0C
Black with #190E0C
Text Example
Text Example
White with #190E0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190E0C; }
p { color: rgb(25,14,12); }
H1.HeaderClassName
{
color: #190E0C;
}
.AnyTagClassName
{
color: #190E0C;
}
</style>
background-color css
<style>
a { background-color: #190E0C; }
a { background-color: rgb(25,14,12); }
div.DivClassName
{
background-color: #190E0C;
}
.BgClassName
{
background-color: #190E0C;
}
</style>
border-color css
<style>
span { border-color: #190E0C; }
span { border-color: rgb(25,14,12); }
td.TdClassName
{
border-color: #190E0C;
}
.TagClassName
{
border-color: #190E0C;
}
</style>