Shades of Seal Brown #1F0905
Tints of Seal Brown #1F0905
RGB
CMYK
RGB Variations
Color information
#1F0905 (or 0x1F0905) is known color: Seal Brown. HEX triplet: 1F, 09 and 05. RGB value is (31,9,5). Sum of RGB (Red+Green+Blue) = 31+9+5=45 (5% of max value = 765). Red value is 31 (12.5% from 255 or 68.89% from 45); Green value is 9 (3.91% from 255 or 20% from 45); Blue value is 5 (2.34% from 255 or 11.11% from 45); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0905 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0905 is #E0F6FA. Grayscale: #0F0F0F. Windows color (decimal): -14743291 or 330015. OLE color: 330015.
HSL color Cylindrical-coordinate representation of color #1F0905: hue angle of 9.23º 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 #1F0905 is Cyan = 0, Magento = 0.71, Yellow = 0.84 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 9 | 5 | - |
| CMYK | 0 | 0.71 | 0.84 | 0.88 |
| HSL | 9.23º | 0.72% | 0.07% | - |
| HSV(B) | 9.23º | 0.84% | 0.12% | - |
| XYZ | 0.69 | 0.5 | 0.2 | - |
| YUV | 15.12 | 122.29 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 9 | 5 | 0 | 0.71 | 0.84 | 0.88 | 9.23 | 0.72 | 0.07 |
| Hex | 1F | 9 | 5 | 0 | 47 | 54 | 58 | 9 | 48 | 7 |
| Octal | 37 | 11 | 5 | 0 | 107 | 124 | 130 | 11 | 110 | 7 |
| Binary | 11111 | 1001 | 101 | 0 | 1000111 | 1010100 | 1011000 | 1001 | 1001000 | 111 |
Color Harmonies of #1F0905
Complementary color
Monochromatic Colors of #1F0905
Black with #1F0905
Text Example
Text Example
White with #1F0905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0905; }
p { color: rgb(31,9,5); }
H1.HeaderClassName
{
color: #1F0905;
}
.AnyTagClassName
{
color: #1F0905;
}
</style>
background-color css
<style>
a { background-color: #1F0905; }
a { background-color: rgb(31,9,5); }
div.DivClassName
{
background-color: #1F0905;
}
.BgClassName
{
background-color: #1F0905;
}
</style>
border-color css
<style>
span { border-color: #1F0905; }
span { border-color: rgb(31,9,5); }
td.TdClassName
{
border-color: #1F0905;
}
.TagClassName
{
border-color: #1F0905;
}
</style>