Shades of Seal Brown #3F100E
Tints of Seal Brown #3F100E
RGB
CMYK
RGB Variations
Color information
#3F100E (or 0x3F100E) is known color: Seal Brown. HEX triplet: 3F, 10 and 0E. RGB value is (63,16,14). Sum of RGB (Red+Green+Blue) = 63+16+14=93 (12% of max value = 765). Red value is 63 (25% from 255 or 67.74% from 93); Green value is 16 (6.64% from 255 or 17.20% from 93); Blue value is 14 (5.86% from 255 or 15.05% from 93); Max value from RGB is 63 - color contains mainly: red. Hex color #3F100E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F100E is #C0EFF1. Grayscale: #1D1D1D. Windows color (decimal): -12644338 or 921663. OLE color: 921663.
HSL color Cylindrical-coordinate representation of color #3F100E: hue angle of 2.45º degrees, saturation: 0.64, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3F100E is Cyan = 0, Magento = 0.75, Yellow = 0.78 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 16 | 14 | - |
| CMYK | 0 | 0.75 | 0.78 | 0.75 |
| HSL | 2.45º | 0.64% | 0.15% | - |
| HSV(B) | 2.45º | 0.78% | 0.25% | - |
| XYZ | 2.31 | 1.46 | 0.58 | - |
| YUV | 29.83 | 119.07 | 151.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 16 | 14 | 0 | 0.75 | 0.78 | 0.75 | 2.45 | 0.64 | 0.15 |
| Hex | 3F | 10 | E | 0 | 4B | 4E | 4B | 2 | 40 | F |
| Octal | 77 | 20 | 16 | 0 | 113 | 116 | 113 | 2 | 100 | 17 |
| Binary | 111111 | 10000 | 1110 | 0 | 1001011 | 1001110 | 1001011 | 10 | 1000000 | 1111 |
Color Harmonies of #3F100E
Complementary color
Monochromatic Colors of #3F100E
Black with #3F100E
Text Example
Text Example
White with #3F100E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F100E; }
p { color: rgb(63,16,14); }
H1.HeaderClassName
{
color: #3F100E;
}
.AnyTagClassName
{
color: #3F100E;
}
</style>
background-color css
<style>
a { background-color: #3F100E; }
a { background-color: rgb(63,16,14); }
div.DivClassName
{
background-color: #3F100E;
}
.BgClassName
{
background-color: #3F100E;
}
</style>
border-color css
<style>
span { border-color: #3F100E; }
span { border-color: rgb(63,16,14); }
td.TdClassName
{
border-color: #3F100E;
}
.TagClassName
{
border-color: #3F100E;
}
</style>