Shades of Seal Brown #1F1412
Tints of Seal Brown #1F1412
RGB
CMYK
RGB Variations
Color information
#1F1412 (or 0x1F1412) is known color: Seal Brown. HEX triplet: 1F, 14 and 12. RGB value is (31,20,18). Sum of RGB (Red+Green+Blue) = 31+20+18=69 (9% of max value = 765). Red value is 31 (12.5% from 255 or 44.93% from 69); Green value is 20 (8.20% from 255 or 28.99% from 69); Blue value is 18 (7.42% from 255 or 26.09% from 69); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1412 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1412 is #E0EBED. Grayscale: #171717. Windows color (decimal): -14740462 or 1184799. OLE color: 1184799.
HSL color Cylindrical-coordinate representation of color #1F1412: hue angle of 9.23º degrees, saturation: 0.27, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #1F1412 is Cyan = 0, Magento = 0.35, Yellow = 0.42 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 20 | 18 | - |
| CMYK | 0 | 0.35 | 0.42 | 0.88 |
| HSL | 9.23º | 0.27% | 0.1% | - |
| HSV(B) | 9.23º | 0.42% | 0.12% | - |
| XYZ | 0.92 | 0.84 | 0.68 | - |
| YUV | 23.06 | 125.14 | 133.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 20 | 18 | 0 | 0.35 | 0.42 | 0.88 | 9.23 | 0.27 | 0.1 |
| Hex | 1F | 14 | 12 | 0 | 23 | 2A | 58 | 9 | 1B | A |
| Octal | 37 | 24 | 22 | 0 | 43 | 52 | 130 | 11 | 33 | 12 |
| Binary | 11111 | 10100 | 10010 | 0 | 100011 | 101010 | 1011000 | 1001 | 11011 | 1010 |
Color Harmonies of #1F1412
Complementary color
Monochromatic Colors of #1F1412
Black with #1F1412
Text Example
Text Example
White with #1F1412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1412; }
p { color: rgb(31,20,18); }
H1.HeaderClassName
{
color: #1F1412;
}
.AnyTagClassName
{
color: #1F1412;
}
</style>
background-color css
<style>
a { background-color: #1F1412; }
a { background-color: rgb(31,20,18); }
div.DivClassName
{
background-color: #1F1412;
}
.BgClassName
{
background-color: #1F1412;
}
</style>
border-color css
<style>
span { border-color: #1F1412; }
span { border-color: rgb(31,20,18); }
td.TdClassName
{
border-color: #1F1412;
}
.TagClassName
{
border-color: #1F1412;
}
</style>