Shades of Seal Brown #3F1311
Tints of Seal Brown #3F1311
RGB
CMYK
RGB Variations
Color information
#3F1311 (or 0x3F1311) is known color: Seal Brown. HEX triplet: 3F, 13 and 11. RGB value is (63,19,17). Sum of RGB (Red+Green+Blue) = 63+19+17=99 (13% of max value = 765). Red value is 63 (25% from 255 or 63.64% from 99); Green value is 19 (7.81% from 255 or 19.19% from 99); Blue value is 17 (7.03% from 255 or 17.17% from 99); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1311 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F1311 is #C0ECEE. Grayscale: #1F1F1F. Windows color (decimal): -12643567 or 1119039. OLE color: 1119039.
HSL color Cylindrical-coordinate representation of color #3F1311: hue angle of 2.61º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3F1311 is Cyan = 0, Magento = 0.70, Yellow = 0.73 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 19 | 17 | - |
| CMYK | 0 | 0.70 | 0.73 | 0.75 |
| HSL | 2.61º | 0.58% | 0.16% | - |
| HSV(B) | 2.61º | 0.73% | 0.25% | - |
| XYZ | 2.38 | 1.56 | 0.71 | - |
| YUV | 31.93 | 119.58 | 150.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 19 | 17 | 0 | 0.70 | 0.73 | 0.75 | 2.61 | 0.58 | 0.16 |
| Hex | 3F | 13 | 11 | 0 | 46 | 49 | 4B | 3 | 3A | 10 |
| Octal | 77 | 23 | 21 | 0 | 106 | 111 | 113 | 3 | 72 | 20 |
| Binary | 111111 | 10011 | 10001 | 0 | 1000110 | 1001001 | 1001011 | 11 | 111010 | 10000 |
Color Harmonies of #3F1311
Complementary color
Monochromatic Colors of #3F1311
Black with #3F1311
Text Example
Text Example
White with #3F1311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1311; }
p { color: rgb(63,19,17); }
H1.HeaderClassName
{
color: #3F1311;
}
.AnyTagClassName
{
color: #3F1311;
}
</style>
background-color css
<style>
a { background-color: #3F1311; }
a { background-color: rgb(63,19,17); }
div.DivClassName
{
background-color: #3F1311;
}
.BgClassName
{
background-color: #3F1311;
}
</style>
border-color css
<style>
span { border-color: #3F1311; }
span { border-color: rgb(63,19,17); }
td.TdClassName
{
border-color: #3F1311;
}
.TagClassName
{
border-color: #3F1311;
}
</style>