Shades of Seal Brown #1F0B06
Tints of Seal Brown #1F0B06
RGB
CMYK
RGB Variations
Color information
#1F0B06 (or 0x1F0B06) is known color: Seal Brown. HEX triplet: 1F, 0B and 06. RGB value is (31,11,6). Sum of RGB (Red+Green+Blue) = 31+11+6=48 (6% of max value = 765). Red value is 31 (12.5% from 255 or 64.58% from 48); Green value is 11 (4.69% from 255 or 22.92% from 48); Blue value is 6 (2.73% from 255 or 12.5% from 48); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0B06 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0B06 is #E0F4F9. Grayscale: #101010. Windows color (decimal): -14742778 or 396063. OLE color: 396063.
HSL color Cylindrical-coordinate representation of color #1F0B06: hue angle of 12º 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 #1F0B06 is Cyan = 0, Magento = 0.65, Yellow = 0.81 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 11 | 6 | - |
| CMYK | 0 | 0.65 | 0.81 | 0.88 |
| HSL | 12º | 0.68% | 0.07% | - |
| HSV(B) | 12º | 0.81% | 0.12% | - |
| XYZ | 0.72 | 0.54 | 0.24 | - |
| YUV | 16.41 | 122.13 | 138.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 11 | 6 | 0 | 0.65 | 0.81 | 0.88 | 12 | 0.68 | 0.07 |
| Hex | 1F | B | 6 | 0 | 41 | 51 | 58 | C | 44 | 7 |
| Octal | 37 | 13 | 6 | 0 | 101 | 121 | 130 | 14 | 104 | 7 |
| Binary | 11111 | 1011 | 110 | 0 | 1000001 | 1010001 | 1011000 | 1100 | 1000100 | 111 |
Color Harmonies of #1F0B06
Complementary color
Monochromatic Colors of #1F0B06
Black with #1F0B06
Text Example
Text Example
White with #1F0B06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0B06; }
p { color: rgb(31,11,6); }
H1.HeaderClassName
{
color: #1F0B06;
}
.AnyTagClassName
{
color: #1F0B06;
}
</style>
background-color css
<style>
a { background-color: #1F0B06; }
a { background-color: rgb(31,11,6); }
div.DivClassName
{
background-color: #1F0B06;
}
.BgClassName
{
background-color: #1F0B06;
}
</style>
border-color css
<style>
span { border-color: #1F0B06; }
span { border-color: rgb(31,11,6); }
td.TdClassName
{
border-color: #1F0B06;
}
.TagClassName
{
border-color: #1F0B06;
}
</style>