Shades of Seal Brown #1F0801
Tints of Seal Brown #1F0801
RGB
CMYK
RGB Variations
Color information
#1F0801 (or 0x1F0801) is known color: Seal Brown. HEX triplet: 1F, 08 and 01. RGB value is (31,8,1). Sum of RGB (Red+Green+Blue) = 31+8+1=40 (5% of max value = 765). Red value is 31 (12.5% from 255 or 77.5% from 40); Green value is 8 (3.52% from 255 or 20% from 40); Blue value is 1 (0.78% from 255 or 2.5% from 40); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0801 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0801 is #E0F7FE. Grayscale: #0E0E0E. Windows color (decimal): -14743551 or 67615. OLE color: 67615.
HSL color Cylindrical-coordinate representation of color #1F0801: hue angle of 14º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1F0801 is Cyan = 0, Magento = 0.74, Yellow = 0.97 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 8 | 1 | - |
| CMYK | 0 | 0.74 | 0.97 | 0.88 |
| HSL | 14º | 0.94% | 0.06% | - |
| HSV(B) | 14º | 0.97% | 0.12% | - |
| XYZ | 0.66 | 0.47 | 0.08 | - |
| YUV | 14.08 | 120.62 | 140.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 8 | 1 | 0 | 0.74 | 0.97 | 0.88 | 14 | 0.94 | 0.06 |
| Hex | 1F | 8 | 1 | 0 | 4A | 61 | 58 | E | 5E | 6 |
| Octal | 37 | 10 | 1 | 0 | 112 | 141 | 130 | 16 | 136 | 6 |
| Binary | 11111 | 1000 | 1 | 0 | 1001010 | 1100001 | 1011000 | 1110 | 1011110 | 110 |
Color Harmonies of #1F0801
Complementary color
Monochromatic Colors of #1F0801
Black with #1F0801
Text Example
Text Example
White with #1F0801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0801; }
p { color: rgb(31,8,1); }
H1.HeaderClassName
{
color: #1F0801;
}
.AnyTagClassName
{
color: #1F0801;
}
</style>
background-color css
<style>
a { background-color: #1F0801; }
a { background-color: rgb(31,8,1); }
div.DivClassName
{
background-color: #1F0801;
}
.BgClassName
{
background-color: #1F0801;
}
</style>
border-color css
<style>
span { border-color: #1F0801; }
span { border-color: rgb(31,8,1); }
td.TdClassName
{
border-color: #1F0801;
}
.TagClassName
{
border-color: #1F0801;
}
</style>