Shades of Seal Brown #1F0907
Tints of Seal Brown #1F0907
RGB
CMYK
RGB Variations
Color information
#1F0907 (or 0x1F0907) is known color: Seal Brown. HEX triplet: 1F, 09 and 07. RGB value is (31,9,7). Sum of RGB (Red+Green+Blue) = 31+9+7=47 (6% of max value = 765). Red value is 31 (12.5% from 255 or 65.96% from 47); Green value is 9 (3.91% from 255 or 19.15% from 47); Blue value is 7 (3.12% from 255 or 14.89% from 47); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0907 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0907 is #E0F6F8. Grayscale: #0F0F0F. Windows color (decimal): -14743289 or 461087. OLE color: 461087.
HSL color Cylindrical-coordinate representation of color #1F0907: hue angle of 5º degrees, saturation: 0.63, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F0907 is Cyan = 0, Magento = 0.71, Yellow = 0.77 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 9 | 7 | - |
| CMYK | 0 | 0.71 | 0.77 | 0.88 |
| HSL | 5º | 0.63% | 0.07% | - |
| HSV(B) | 5º | 0.77% | 0.12% | - |
| XYZ | 0.7 | 0.5 | 0.26 | - |
| YUV | 15.35 | 123.29 | 139.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 9 | 7 | 0 | 0.71 | 0.77 | 0.88 | 5 | 0.63 | 0.07 |
| Hex | 1F | 9 | 7 | 0 | 47 | 4D | 58 | 5 | 3F | 7 |
| Octal | 37 | 11 | 7 | 0 | 107 | 115 | 130 | 5 | 77 | 7 |
| Binary | 11111 | 1001 | 111 | 0 | 1000111 | 1001101 | 1011000 | 101 | 111111 | 111 |
Color Harmonies of #1F0907
Complementary color
Monochromatic Colors of #1F0907
Black with #1F0907
Text Example
Text Example
White with #1F0907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0907; }
p { color: rgb(31,9,7); }
H1.HeaderClassName
{
color: #1F0907;
}
.AnyTagClassName
{
color: #1F0907;
}
</style>
background-color css
<style>
a { background-color: #1F0907; }
a { background-color: rgb(31,9,7); }
div.DivClassName
{
background-color: #1F0907;
}
.BgClassName
{
background-color: #1F0907;
}
</style>
border-color css
<style>
span { border-color: #1F0907; }
span { border-color: rgb(31,9,7); }
td.TdClassName
{
border-color: #1F0907;
}
.TagClassName
{
border-color: #1F0907;
}
</style>