Shades of Seal Brown #1F0E06
Tints of Seal Brown #1F0E06
RGB
CMYK
RGB Variations
Color information
#1F0E06 (or 0x1F0E06) is known color: Seal Brown. HEX triplet: 1F, 0E and 06. RGB value is (31,14,6). Sum of RGB (Red+Green+Blue) = 31+14+6=51 (6% of max value = 765). Red value is 31 (12.5% from 255 or 60.78% from 51); Green value is 14 (5.86% from 255 or 27.45% from 51); Blue value is 6 (2.73% from 255 or 11.76% from 51); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0E06 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0E06 is #E0F1F9. Grayscale: #121212. Windows color (decimal): -14742010 or 396831. OLE color: 396831.
HSL color Cylindrical-coordinate representation of color #1F0E06: hue angle of 19.2º degrees, saturation: 0.68, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1F0E06 is Cyan = 0, Magento = 0.55, Yellow = 0.81 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 14 | 6 | - |
| CMYK | 0 | 0.55 | 0.81 | 0.88 |
| HSL | 19.2º | 0.68% | 0.07% | - |
| HSV(B) | 19.2º | 0.81% | 0.12% | - |
| XYZ | 0.75 | 0.62 | 0.25 | - |
| YUV | 18.17 | 121.13 | 137.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 14 | 6 | 0 | 0.55 | 0.81 | 0.88 | 19.2 | 0.68 | 0.07 |
| Hex | 1F | E | 6 | 0 | 37 | 51 | 58 | 13 | 44 | 7 |
| Octal | 37 | 16 | 6 | 0 | 67 | 121 | 130 | 23 | 104 | 7 |
| Binary | 11111 | 1110 | 110 | 0 | 110111 | 1010001 | 1011000 | 10011 | 1000100 | 111 |
Color Harmonies of #1F0E06
Complementary color
Monochromatic Colors of #1F0E06
Black with #1F0E06
Text Example
Text Example
White with #1F0E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0E06; }
p { color: rgb(31,14,6); }
H1.HeaderClassName
{
color: #1F0E06;
}
.AnyTagClassName
{
color: #1F0E06;
}
</style>
background-color css
<style>
a { background-color: #1F0E06; }
a { background-color: rgb(31,14,6); }
div.DivClassName
{
background-color: #1F0E06;
}
.BgClassName
{
background-color: #1F0E06;
}
</style>
border-color css
<style>
span { border-color: #1F0E06; }
span { border-color: rgb(31,14,6); }
td.TdClassName
{
border-color: #1F0E06;
}
.TagClassName
{
border-color: #1F0E06;
}
</style>