Shades of Seal Brown #1F1614
Tints of Seal Brown #1F1614
RGB
CMYK
RGB Variations
Color information
#1F1614 (or 0x1F1614) is known color: Seal Brown. HEX triplet: 1F, 16 and 14. RGB value is (31,22,20). Sum of RGB (Red+Green+Blue) = 31+22+20=73 (9% of max value = 765). Red value is 31 (12.5% from 255 or 42.47% from 73); Green value is 22 (8.98% from 255 or 30.14% from 73); Blue value is 20 (8.20% from 255 or 27.40% from 73); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1614 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1614 is #E0E9EB. Grayscale: #181818. Windows color (decimal): -14739948 or 1316383. OLE color: 1316383.
HSL color Cylindrical-coordinate representation of color #1F1614: hue angle of 10.91º degrees, saturation: 0.22, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #1F1614 is Cyan = 0, Magento = 0.29, Yellow = 0.35 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 22 | 20 | - |
| CMYK | 0 | 0.29 | 0.35 | 0.88 |
| HSL | 10.91º | 0.22% | 0.1% | - |
| HSV(B) | 10.91º | 0.35% | 0.12% | - |
| XYZ | 0.98 | 0.92 | 0.79 | - |
| YUV | 24.46 | 125.48 | 132.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 22 | 20 | 0 | 0.29 | 0.35 | 0.88 | 10.91 | 0.22 | 0.1 |
| Hex | 1F | 16 | 14 | 0 | 1D | 23 | 58 | B | 16 | A |
| Octal | 37 | 26 | 24 | 0 | 35 | 43 | 130 | 13 | 26 | 12 |
| Binary | 11111 | 10110 | 10100 | 0 | 11101 | 100011 | 1011000 | 1011 | 10110 | 1010 |
Color Harmonies of #1F1614
Complementary color
Monochromatic Colors of #1F1614
Black with #1F1614
Text Example
Text Example
White with #1F1614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1614; }
p { color: rgb(31,22,20); }
H1.HeaderClassName
{
color: #1F1614;
}
.AnyTagClassName
{
color: #1F1614;
}
</style>
background-color css
<style>
a { background-color: #1F1614; }
a { background-color: rgb(31,22,20); }
div.DivClassName
{
background-color: #1F1614;
}
.BgClassName
{
background-color: #1F1614;
}
</style>
border-color css
<style>
span { border-color: #1F1614; }
span { border-color: rgb(31,22,20); }
td.TdClassName
{
border-color: #1F1614;
}
.TagClassName
{
border-color: #1F1614;
}
</style>