Shades of Seal Brown #19100F
Tints of Seal Brown #19100F
RGB
CMYK
RGB Variations
Color information
#19100F (or 0x19100F) is known color: Seal Brown. HEX triplet: 19, 10 and 0F. RGB value is (25,16,15). Sum of RGB (Red+Green+Blue) = 25+16+15=56 (7% of max value = 765). Red value is 25 (10.16% from 255 or 44.64% from 56); Green value is 16 (6.64% from 255 or 28.57% from 56); Blue value is 15 (6.25% from 255 or 26.79% from 56); Max value from RGB is 25 - color contains mainly: red. Hex color #19100F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #19100F is #E6EFF0. Grayscale: #121212. Windows color (decimal): -15134705 or 987161. OLE color: 987161.
HSL color Cylindrical-coordinate representation of color #19100F: hue angle of 6º degrees, saturation: 0.25, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #19100F is Cyan = 0, Magento = 0.36, Yellow = 0.40 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 16 | 15 | - |
| CMYK | 0 | 0.36 | 0.40 | 0.90 |
| HSL | 6º | 0.25% | 0.08% | - |
| HSV(B) | 6º | 0.4% | 0.1% | - |
| XYZ | 0.67 | 0.61 | 0.53 | - |
| YUV | 18.58 | 125.98 | 132.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 16 | 15 | 0 | 0.36 | 0.40 | 0.90 | 6 | 0.25 | 0.08 |
| Hex | 19 | 10 | F | 0 | 24 | 28 | 5A | 6 | 19 | 8 |
| Octal | 31 | 20 | 17 | 0 | 44 | 50 | 132 | 6 | 31 | 10 |
| Binary | 11001 | 10000 | 1111 | 0 | 100100 | 101000 | 1011010 | 110 | 11001 | 1000 |
Color Harmonies of #19100F
Complementary color
Monochromatic Colors of #19100F
Black with #19100F
Text Example
Text Example
White with #19100F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19100F; }
p { color: rgb(25,16,15); }
H1.HeaderClassName
{
color: #19100F;
}
.AnyTagClassName
{
color: #19100F;
}
</style>
background-color css
<style>
a { background-color: #19100F; }
a { background-color: rgb(25,16,15); }
div.DivClassName
{
background-color: #19100F;
}
.BgClassName
{
background-color: #19100F;
}
</style>
border-color css
<style>
span { border-color: #19100F; }
span { border-color: rgb(25,16,15); }
td.TdClassName
{
border-color: #19100F;
}
.TagClassName
{
border-color: #19100F;
}
</style>