Shades of Seal Brown #19100D
Tints of Seal Brown #19100D
RGB
CMYK
RGB Variations
Color information
#19100D (or 0x19100D) is known color: Seal Brown. HEX triplet: 19, 10 and 0D. RGB value is (25,16,13). Sum of RGB (Red+Green+Blue) = 25+16+13=54 (7% of max value = 765). Red value is 25 (10.16% from 255 or 46.30% from 54); Green value is 16 (6.64% from 255 or 29.63% from 54); Blue value is 13 (5.47% from 255 or 24.07% from 54); Max value from RGB is 25 - color contains mainly: red. Hex color #19100D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #19100D is #E6EFF2. Grayscale: #121212. Windows color (decimal): -15134707 or 856089. OLE color: 856089.
HSL color Cylindrical-coordinate representation of color #19100D: hue angle of 15º degrees, saturation: 0.32, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #19100D is Cyan = 0, Magento = 0.36, Yellow = 0.48 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 16 | 13 | - |
| CMYK | 0 | 0.36 | 0.48 | 0.90 |
| HSL | 15º | 0.32% | 0.07% | - |
| HSV(B) | 15º | 0.48% | 0.1% | - |
| XYZ | 0.66 | 0.61 | 0.46 | - |
| YUV | 18.35 | 124.98 | 132.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 16 | 13 | 0 | 0.36 | 0.48 | 0.90 | 15 | 0.32 | 0.07 |
| Hex | 19 | 10 | D | 0 | 24 | 30 | 5A | F | 20 | 7 |
| Octal | 31 | 20 | 15 | 0 | 44 | 60 | 132 | 17 | 40 | 7 |
| Binary | 11001 | 10000 | 1101 | 0 | 100100 | 110000 | 1011010 | 1111 | 100000 | 111 |
Color Harmonies of #19100D
Complementary color
Monochromatic Colors of #19100D
Black with #19100D
Text Example
Text Example
White with #19100D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19100D; }
p { color: rgb(25,16,13); }
H1.HeaderClassName
{
color: #19100D;
}
.AnyTagClassName
{
color: #19100D;
}
</style>
background-color css
<style>
a { background-color: #19100D; }
a { background-color: rgb(25,16,13); }
div.DivClassName
{
background-color: #19100D;
}
.BgClassName
{
background-color: #19100D;
}
</style>
border-color css
<style>
span { border-color: #19100D; }
span { border-color: rgb(25,16,13); }
td.TdClassName
{
border-color: #19100D;
}
.TagClassName
{
border-color: #19100D;
}
</style>