Shades of Seal Brown #1F0C07
Tints of Seal Brown #1F0C07
RGB
CMYK
RGB Variations
Color information
#1F0C07 (or 0x1F0C07) is known color: Seal Brown. HEX triplet: 1F, 0C and 07. RGB value is (31,12,7). Sum of RGB (Red+Green+Blue) = 31+12+7=50 (6% of max value = 765). Red value is 31 (12.5% from 255 or 62% from 50); Green value is 12 (5.08% from 255 or 24% from 50); Blue value is 7 (3.12% from 255 or 14% from 50); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0C07 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0C07 is #E0F3F8. Grayscale: #111111. Windows color (decimal): -14742521 or 461855. OLE color: 461855.
HSL color Cylindrical-coordinate representation of color #1F0C07: hue angle of 12.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 #1F0C07 is Cyan = 0, Magento = 0.61, Yellow = 0.77 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 12 | 7 | - |
| CMYK | 0 | 0.61 | 0.77 | 0.88 |
| HSL | 12.5º | 0.63% | 0.07% | - |
| HSV(B) | 12.5º | 0.77% | 0.12% | - |
| XYZ | 0.73 | 0.57 | 0.27 | - |
| YUV | 17.11 | 122.29 | 137.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 12 | 7 | 0 | 0.61 | 0.77 | 0.88 | 12.5 | 0.63 | 0.07 |
| Hex | 1F | C | 7 | 0 | 3D | 4D | 58 | C | 3F | 7 |
| Octal | 37 | 14 | 7 | 0 | 75 | 115 | 130 | 14 | 77 | 7 |
| Binary | 11111 | 1100 | 111 | 0 | 111101 | 1001101 | 1011000 | 1100 | 111111 | 111 |
Color Harmonies of #1F0C07
Complementary color
Monochromatic Colors of #1F0C07
Black with #1F0C07
Text Example
Text Example
White with #1F0C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0C07; }
p { color: rgb(31,12,7); }
H1.HeaderClassName
{
color: #1F0C07;
}
.AnyTagClassName
{
color: #1F0C07;
}
</style>
background-color css
<style>
a { background-color: #1F0C07; }
a { background-color: rgb(31,12,7); }
div.DivClassName
{
background-color: #1F0C07;
}
.BgClassName
{
background-color: #1F0C07;
}
</style>
border-color css
<style>
span { border-color: #1F0C07; }
span { border-color: rgb(31,12,7); }
td.TdClassName
{
border-color: #1F0C07;
}
.TagClassName
{
border-color: #1F0C07;
}
</style>