Shades of Seal Brown #190C0A
Tints of Seal Brown #190C0A
RGB
CMYK
RGB Variations
Color information
#190C0A (or 0x190C0A) is known color: Seal Brown. HEX triplet: 19, 0C and 0A. RGB value is (25,12,10). Sum of RGB (Red+Green+Blue) = 25+12+10=47 (6% of max value = 765). Red value is 25 (10.16% from 255 or 53.19% from 47); Green value is 12 (5.08% from 255 or 25.53% from 47); Blue value is 10 (4.30% from 255 or 21.28% from 47); Max value from RGB is 25 - color contains mainly: red. Hex color #190C0A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190C0A is #E6F3F5. Grayscale: #0F0F0F. Windows color (decimal): -15135734 or 658457. OLE color: 658457.
HSL color Cylindrical-coordinate representation of color #190C0A: hue angle of 8º degrees, saturation: 0.43, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #190C0A is Cyan = 0, Magento = 0.52, Yellow = 0.60 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 12 | 10 | - |
| CMYK | 0 | 0.52 | 0.60 | 0.90 |
| HSL | 8º | 0.43% | 0.07% | - |
| HSV(B) | 8º | 0.6% | 0.1% | - |
| XYZ | 0.59 | 0.49 | 0.35 | - |
| YUV | 15.66 | 124.81 | 134.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 12 | 10 | 0 | 0.52 | 0.60 | 0.90 | 8 | 0.43 | 0.07 |
| Hex | 19 | C | A | 0 | 34 | 3C | 5A | 8 | 2B | 7 |
| Octal | 31 | 14 | 12 | 0 | 64 | 74 | 132 | 10 | 53 | 7 |
| Binary | 11001 | 1100 | 1010 | 0 | 110100 | 111100 | 1011010 | 1000 | 101011 | 111 |
Color Harmonies of #190C0A
Complementary color
Monochromatic Colors of #190C0A
Black with #190C0A
Text Example
Text Example
White with #190C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190C0A; }
p { color: rgb(25,12,10); }
H1.HeaderClassName
{
color: #190C0A;
}
.AnyTagClassName
{
color: #190C0A;
}
</style>
background-color css
<style>
a { background-color: #190C0A; }
a { background-color: rgb(25,12,10); }
div.DivClassName
{
background-color: #190C0A;
}
.BgClassName
{
background-color: #190C0A;
}
</style>
border-color css
<style>
span { border-color: #190C0A; }
span { border-color: rgb(25,12,10); }
td.TdClassName
{
border-color: #190C0A;
}
.TagClassName
{
border-color: #190C0A;
}
</style>