Shades of Seal Brown #3F1613
Tints of Seal Brown #3F1613
RGB
CMYK
RGB Variations
Color information
#3F1613 (or 0x3F1613) is known color: Seal Brown. HEX triplet: 3F, 16 and 13. RGB value is (63,22,19). Sum of RGB (Red+Green+Blue) = 63+22+19=104 (13% of max value = 765). Red value is 63 (25% from 255 or 60.58% from 104); Green value is 22 (8.98% from 255 or 21.15% from 104); Blue value is 19 (7.81% from 255 or 18.27% from 104); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1613 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F1613 is #C0E9EC. Grayscale: #212121. Windows color (decimal): -12642797 or 1250879. OLE color: 1250879.
HSL color Cylindrical-coordinate representation of color #3F1613: hue angle of 4.09º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3F1613 is Cyan = 0, Magento = 0.65, Yellow = 0.70 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 22 | 19 | - |
| CMYK | 0 | 0.65 | 0.70 | 0.75 |
| HSL | 4.09º | 0.54% | 0.16% | - |
| HSV(B) | 4.09º | 0.7% | 0.25% | - |
| XYZ | 2.45 | 1.68 | 0.81 | - |
| YUV | 33.92 | 119.58 | 148.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 22 | 19 | 0 | 0.65 | 0.70 | 0.75 | 4.09 | 0.54 | 0.16 |
| Hex | 3F | 16 | 13 | 0 | 41 | 46 | 4B | 4 | 36 | 10 |
| Octal | 77 | 26 | 23 | 0 | 101 | 106 | 113 | 4 | 66 | 20 |
| Binary | 111111 | 10110 | 10011 | 0 | 1000001 | 1000110 | 1001011 | 100 | 110110 | 10000 |
Color Harmonies of #3F1613
Complementary color
Monochromatic Colors of #3F1613
Black with #3F1613
Text Example
Text Example
White with #3F1613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1613; }
p { color: rgb(63,22,19); }
H1.HeaderClassName
{
color: #3F1613;
}
.AnyTagClassName
{
color: #3F1613;
}
</style>
background-color css
<style>
a { background-color: #3F1613; }
a { background-color: rgb(63,22,19); }
div.DivClassName
{
background-color: #3F1613;
}
.BgClassName
{
background-color: #3F1613;
}
</style>
border-color css
<style>
span { border-color: #3F1613; }
span { border-color: rgb(63,22,19); }
td.TdClassName
{
border-color: #3F1613;
}
.TagClassName
{
border-color: #3F1613;
}
</style>