Shades of Seal Brown #1F110C
Tints of Seal Brown #1F110C
RGB
CMYK
RGB Variations
Color information
#1F110C (or 0x1F110C) is known color: Seal Brown. HEX triplet: 1F, 11 and 0C. RGB value is (31,17,12). Sum of RGB (Red+Green+Blue) = 31+17+12=60 (7% of max value = 765). Red value is 31 (12.5% from 255 or 51.67% from 60); Green value is 17 (7.03% from 255 or 28.33% from 60); Blue value is 12 (5.08% from 255 or 20% from 60); Max value from RGB is 31 - color contains mainly: red. Hex color #1F110C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F110C is #E0EEF3. Grayscale: #141414. Windows color (decimal): -14741236 or 790815. OLE color: 790815.
HSL color Cylindrical-coordinate representation of color #1F110C: hue angle of 15.79º degrees, saturation: 0.44, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1F110C is Cyan = 0, Magento = 0.45, Yellow = 0.61 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 17 | 12 | - |
| CMYK | 0 | 0.45 | 0.61 | 0.88 |
| HSL | 15.79º | 0.44% | 0.08% | - |
| HSV(B) | 15.79º | 0.61% | 0.12% | - |
| XYZ | 0.83 | 0.72 | 0.44 | - |
| YUV | 20.62 | 123.14 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 17 | 12 | 0 | 0.45 | 0.61 | 0.88 | 15.79 | 0.44 | 0.08 |
| Hex | 1F | 11 | C | 0 | 2D | 3D | 58 | 10 | 2C | 8 |
| Octal | 37 | 21 | 14 | 0 | 55 | 75 | 130 | 20 | 54 | 10 |
| Binary | 11111 | 10001 | 1100 | 0 | 101101 | 111101 | 1011000 | 10000 | 101100 | 1000 |
Color Harmonies of #1F110C
Complementary color
Monochromatic Colors of #1F110C
Black with #1F110C
Text Example
Text Example
White with #1F110C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F110C; }
p { color: rgb(31,17,12); }
H1.HeaderClassName
{
color: #1F110C;
}
.AnyTagClassName
{
color: #1F110C;
}
</style>
background-color css
<style>
a { background-color: #1F110C; }
a { background-color: rgb(31,17,12); }
div.DivClassName
{
background-color: #1F110C;
}
.BgClassName
{
background-color: #1F110C;
}
</style>
border-color css
<style>
span { border-color: #1F110C; }
span { border-color: rgb(31,17,12); }
td.TdClassName
{
border-color: #1F110C;
}
.TagClassName
{
border-color: #1F110C;
}
</style>