Shades of Seal Brown #3F100B
Tints of Seal Brown #3F100B
RGB
CMYK
RGB Variations
Color information
#3F100B (or 0x3F100B) is known color: Seal Brown. HEX triplet: 3F, 10 and 0B. RGB value is (63,16,11). Sum of RGB (Red+Green+Blue) = 63+16+11=90 (11% of max value = 765). Red value is 63 (25% from 255 or 70% from 90); Green value is 16 (6.64% from 255 or 17.78% from 90); Blue value is 11 (4.69% from 255 or 12.22% from 90); Max value from RGB is 63 - color contains mainly: red. Hex color #3F100B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F100B is #C0EFF4. Grayscale: #1D1D1D. Windows color (decimal): -12644341 or 725055. OLE color: 725055.
HSL color Cylindrical-coordinate representation of color #3F100B: hue angle of 5.77º degrees, saturation: 0.7, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3F100B is Cyan = 0, Magento = 0.75, Yellow = 0.83 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 16 | 11 | - |
| CMYK | 0 | 0.75 | 0.83 | 0.75 |
| HSL | 5.77º | 0.7% | 0.15% | - |
| HSV(B) | 5.77º | 0.83% | 0.25% | - |
| XYZ | 2.3 | 1.45 | 0.48 | - |
| YUV | 29.48 | 117.57 | 151.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 16 | 11 | 0 | 0.75 | 0.83 | 0.75 | 5.77 | 0.7 | 0.15 |
| Hex | 3F | 10 | B | 0 | 4B | 53 | 4B | 6 | 46 | F |
| Octal | 77 | 20 | 13 | 0 | 113 | 123 | 113 | 6 | 106 | 17 |
| Binary | 111111 | 10000 | 1011 | 0 | 1001011 | 1010011 | 1001011 | 110 | 1000110 | 1111 |
Color Harmonies of #3F100B
Complementary color
Monochromatic Colors of #3F100B
Black with #3F100B
Text Example
Text Example
White with #3F100B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F100B; }
p { color: rgb(63,16,11); }
H1.HeaderClassName
{
color: #3F100B;
}
.AnyTagClassName
{
color: #3F100B;
}
</style>
background-color css
<style>
a { background-color: #3F100B; }
a { background-color: rgb(63,16,11); }
div.DivClassName
{
background-color: #3F100B;
}
.BgClassName
{
background-color: #3F100B;
}
</style>
border-color css
<style>
span { border-color: #3F100B; }
span { border-color: rgb(63,16,11); }
td.TdClassName
{
border-color: #3F100B;
}
.TagClassName
{
border-color: #3F100B;
}
</style>