Shades of Seal Brown #1F0A07
Tints of Seal Brown #1F0A07
RGB
CMYK
RGB Variations
Color information
#1F0A07 (or 0x1F0A07) is known color: Seal Brown. HEX triplet: 1F, 0A and 07. RGB value is (31,10,7). Sum of RGB (Red+Green+Blue) = 31+10+7=48 (6% of max value = 765). Red value is 31 (12.5% from 255 or 64.58% from 48); Green value is 10 (4.30% from 255 or 20.83% from 48); Blue value is 7 (3.12% from 255 or 14.58% from 48); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0A07 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0A07 is #E0F5F8. Grayscale: #0F0F0F. Windows color (decimal): -14743033 or 461343. OLE color: 461343.
HSL color Cylindrical-coordinate representation of color #1F0A07: hue angle of 7.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 #1F0A07 is Cyan = 0, Magento = 0.68, Yellow = 0.77 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 10 | 7 | - |
| CMYK | 0 | 0.68 | 0.77 | 0.88 |
| HSL | 7.5º | 0.63% | 0.07% | - |
| HSV(B) | 7.5º | 0.77% | 0.12% | - |
| XYZ | 0.71 | 0.52 | 0.26 | - |
| YUV | 15.94 | 122.96 | 138.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 10 | 7 | 0 | 0.68 | 0.77 | 0.88 | 7.5 | 0.63 | 0.07 |
| Hex | 1F | A | 7 | 0 | 44 | 4D | 58 | 8 | 3F | 7 |
| Octal | 37 | 12 | 7 | 0 | 104 | 115 | 130 | 10 | 77 | 7 |
| Binary | 11111 | 1010 | 111 | 0 | 1000100 | 1001101 | 1011000 | 1000 | 111111 | 111 |
Color Harmonies of #1F0A07
Complementary color
Monochromatic Colors of #1F0A07
Black with #1F0A07
Text Example
Text Example
White with #1F0A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0A07; }
p { color: rgb(31,10,7); }
H1.HeaderClassName
{
color: #1F0A07;
}
.AnyTagClassName
{
color: #1F0A07;
}
</style>
background-color css
<style>
a { background-color: #1F0A07; }
a { background-color: rgb(31,10,7); }
div.DivClassName
{
background-color: #1F0A07;
}
.BgClassName
{
background-color: #1F0A07;
}
</style>
border-color css
<style>
span { border-color: #1F0A07; }
span { border-color: rgb(31,10,7); }
td.TdClassName
{
border-color: #1F0A07;
}
.TagClassName
{
border-color: #1F0A07;
}
</style>