Shades of Seal Brown #3F1611
Tints of Seal Brown #3F1611
RGB
CMYK
RGB Variations
Color information
#3F1611 (or 0x3F1611) is known color: Seal Brown. HEX triplet: 3F, 16 and 11. RGB value is (63,22,17). Sum of RGB (Red+Green+Blue) = 63+22+17=102 (13% of max value = 765). Red value is 63 (25% from 255 or 61.76% from 102); Green value is 22 (8.98% from 255 or 21.57% from 102); Blue value is 17 (7.03% from 255 or 16.67% from 102); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1611 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F1611 is #C0E9EE. Grayscale: #212121. Windows color (decimal): -12642799 or 1119807. OLE color: 1119807.
HSL color Cylindrical-coordinate representation of color #3F1611: hue angle of 6.52º 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 #3F1611 is Cyan = 0, Magento = 0.65, Yellow = 0.73 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 22 | 17 | - |
| CMYK | 0 | 0.65 | 0.73 | 0.75 |
| HSL | 6.52º | 0.58% | 0.16% | - |
| HSV(B) | 6.52º | 0.73% | 0.25% | - |
| XYZ | 2.44 | 1.67 | 0.72 | - |
| YUV | 33.69 | 118.58 | 148.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 22 | 17 | 0 | 0.65 | 0.73 | 0.75 | 6.52 | 0.58 | 0.16 |
| Hex | 3F | 16 | 11 | 0 | 41 | 49 | 4B | 7 | 3A | 10 |
| Octal | 77 | 26 | 21 | 0 | 101 | 111 | 113 | 7 | 72 | 20 |
| Binary | 111111 | 10110 | 10001 | 0 | 1000001 | 1001001 | 1001011 | 111 | 111010 | 10000 |
Color Harmonies of #3F1611
Complementary color
Monochromatic Colors of #3F1611
Black with #3F1611
Text Example
Text Example
White with #3F1611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1611; }
p { color: rgb(63,22,17); }
H1.HeaderClassName
{
color: #3F1611;
}
.AnyTagClassName
{
color: #3F1611;
}
</style>
background-color css
<style>
a { background-color: #3F1611; }
a { background-color: rgb(63,22,17); }
div.DivClassName
{
background-color: #3F1611;
}
.BgClassName
{
background-color: #3F1611;
}
</style>
border-color css
<style>
span { border-color: #3F1611; }
span { border-color: rgb(63,22,17); }
td.TdClassName
{
border-color: #3F1611;
}
.TagClassName
{
border-color: #3F1611;
}
</style>