Shades of Seal Brown #1F0504
Tints of Seal Brown #1F0504
RGB
CMYK
RGB Variations
Color information
#1F0504 (or 0x1F0504) is known color: Seal Brown. HEX triplet: 1F, 05 and 04. RGB value is (31,5,4). Sum of RGB (Red+Green+Blue) = 31+5+4=40 (5% of max value = 765). Red value is 31 (12.5% from 255 or 77.5% from 40); Green value is 5 (2.34% from 255 or 12.5% from 40); Blue value is 4 (1.95% from 255 or 10% from 40); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0504 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0504 is #E0FAFB. Grayscale: #0C0C0C. Windows color (decimal): -14744316 or 263455. OLE color: 263455.
HSL color Cylindrical-coordinate representation of color #1F0504: hue angle of 2.22º degrees, saturation: 0.77, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1F0504 is Cyan = 0, Magento = 0.84, Yellow = 0.87 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 5 | 4 | - |
| CMYK | 0 | 0.84 | 0.87 | 0.88 |
| HSL | 2.22º | 0.77% | 0.07% | - |
| HSV(B) | 2.22º | 0.87% | 0.12% | - |
| XYZ | 0.64 | 0.41 | 0.16 | - |
| YUV | 12.66 | 123.11 | 141.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 5 | 4 | 0 | 0.84 | 0.87 | 0.88 | 2.22 | 0.77 | 0.07 |
| Hex | 1F | 5 | 4 | 0 | 54 | 57 | 58 | 2 | 4D | 7 |
| Octal | 37 | 5 | 4 | 0 | 124 | 127 | 130 | 2 | 115 | 7 |
| Binary | 11111 | 101 | 100 | 0 | 1010100 | 1010111 | 1011000 | 10 | 1001101 | 111 |
Color Harmonies of #1F0504
Complementary color
Monochromatic Colors of #1F0504
Black with #1F0504
Text Example
Text Example
White with #1F0504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0504; }
p { color: rgb(31,5,4); }
H1.HeaderClassName
{
color: #1F0504;
}
.AnyTagClassName
{
color: #1F0504;
}
</style>
background-color css
<style>
a { background-color: #1F0504; }
a { background-color: rgb(31,5,4); }
div.DivClassName
{
background-color: #1F0504;
}
.BgClassName
{
background-color: #1F0504;
}
</style>
border-color css
<style>
span { border-color: #1F0504; }
span { border-color: rgb(31,5,4); }
td.TdClassName
{
border-color: #1F0504;
}
.TagClassName
{
border-color: #1F0504;
}
</style>