Shades of Seal Brown #1F0605
Tints of Seal Brown #1F0605
RGB
CMYK
RGB Variations
Color information
#1F0605 (or 0x1F0605) is known color: Seal Brown. HEX triplet: 1F, 06 and 05. RGB value is (31,6,5). Sum of RGB (Red+Green+Blue) = 31+6+5=42 (5% of max value = 765). Red value is 31 (12.5% from 255 or 73.81% from 42); Green value is 6 (2.73% from 255 or 14.29% from 42); Blue value is 5 (2.34% from 255 or 11.90% from 42); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0605 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0605 is #E0F9FA. Grayscale: #0D0D0D. Windows color (decimal): -14744059 or 329247. OLE color: 329247.
HSL color Cylindrical-coordinate representation of color #1F0605: hue angle of 2.31º degrees, saturation: 0.72, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1F0605 is Cyan = 0, Magento = 0.81, Yellow = 0.84 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 6 | 5 | - |
| CMYK | 0 | 0.81 | 0.84 | 0.88 |
| HSL | 2.31º | 0.72% | 0.07% | - |
| HSV(B) | 2.31º | 0.84% | 0.12% | - |
| XYZ | 0.66 | 0.43 | 0.19 | - |
| YUV | 13.36 | 123.28 | 140.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 6 | 5 | 0 | 0.81 | 0.84 | 0.88 | 2.31 | 0.72 | 0.07 |
| Hex | 1F | 6 | 5 | 0 | 51 | 54 | 58 | 2 | 48 | 7 |
| Octal | 37 | 6 | 5 | 0 | 121 | 124 | 130 | 2 | 110 | 7 |
| Binary | 11111 | 110 | 101 | 0 | 1010001 | 1010100 | 1011000 | 10 | 1001000 | 111 |
Color Harmonies of #1F0605
Complementary color
Monochromatic Colors of #1F0605
Black with #1F0605
Text Example
Text Example
White with #1F0605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0605; }
p { color: rgb(31,6,5); }
H1.HeaderClassName
{
color: #1F0605;
}
.AnyTagClassName
{
color: #1F0605;
}
</style>
background-color css
<style>
a { background-color: #1F0605; }
a { background-color: rgb(31,6,5); }
div.DivClassName
{
background-color: #1F0605;
}
.BgClassName
{
background-color: #1F0605;
}
</style>
border-color css
<style>
span { border-color: #1F0605; }
span { border-color: rgb(31,6,5); }
td.TdClassName
{
border-color: #1F0605;
}
.TagClassName
{
border-color: #1F0605;
}
</style>