Shades of Seal Brown #3F100D
Tints of Seal Brown #3F100D
RGB
CMYK
RGB Variations
Color information
#3F100D (or 0x3F100D) is known color: Seal Brown. HEX triplet: 3F, 10 and 0D. RGB value is (63,16,13). Sum of RGB (Red+Green+Blue) = 63+16+13=92 (12% of max value = 765). Red value is 63 (25% from 255 or 68.48% from 92); Green value is 16 (6.64% from 255 or 17.39% from 92); Blue value is 13 (5.47% from 255 or 14.13% from 92); Max value from RGB is 63 - color contains mainly: red. Hex color #3F100D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F100D is #C0EFF2. Grayscale: #1D1D1D. Windows color (decimal): -12644339 or 856127. OLE color: 856127.
HSL color Cylindrical-coordinate representation of color #3F100D: hue angle of 3.6º degrees, saturation: 0.66, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3F100D is Cyan = 0, Magento = 0.75, Yellow = 0.79 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 16 | 13 | - |
| CMYK | 0 | 0.75 | 0.79 | 0.75 |
| HSL | 3.6º | 0.66% | 0.15% | - |
| HSV(B) | 3.6º | 0.79% | 0.25% | - |
| XYZ | 2.31 | 1.46 | 0.54 | - |
| YUV | 29.71 | 118.57 | 151.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 16 | 13 | 0 | 0.75 | 0.79 | 0.75 | 3.6 | 0.66 | 0.15 |
| Hex | 3F | 10 | D | 0 | 4B | 4F | 4B | 4 | 42 | F |
| Octal | 77 | 20 | 15 | 0 | 113 | 117 | 113 | 4 | 102 | 17 |
| Binary | 111111 | 10000 | 1101 | 0 | 1001011 | 1001111 | 1001011 | 100 | 1000010 | 1111 |
Color Harmonies of #3F100D
Complementary color
Monochromatic Colors of #3F100D
Black with #3F100D
Text Example
Text Example
White with #3F100D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F100D; }
p { color: rgb(63,16,13); }
H1.HeaderClassName
{
color: #3F100D;
}
.AnyTagClassName
{
color: #3F100D;
}
</style>
background-color css
<style>
a { background-color: #3F100D; }
a { background-color: rgb(63,16,13); }
div.DivClassName
{
background-color: #3F100D;
}
.BgClassName
{
background-color: #3F100D;
}
</style>
border-color css
<style>
span { border-color: #3F100D; }
span { border-color: rgb(63,16,13); }
td.TdClassName
{
border-color: #3F100D;
}
.TagClassName
{
border-color: #3F100D;
}
</style>