Shades of Seal Brown #3F100A
Tints of Seal Brown #3F100A
RGB
CMYK
RGB Variations
Color information
#3F100A (or 0x3F100A) is known color: Seal Brown. HEX triplet: 3F, 10 and 0A. RGB value is (63,16,10). Sum of RGB (Red+Green+Blue) = 63+16+10=89 (11% of max value = 765). Red value is 63 (25% from 255 or 70.79% from 89); Green value is 16 (6.64% from 255 or 17.98% from 89); Blue value is 10 (4.30% from 255 or 11.24% from 89); Max value from RGB is 63 - color contains mainly: red. Hex color #3F100A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F100A is #C0EFF5. Grayscale: #1D1D1D. Windows color (decimal): -12644342 or 659519. OLE color: 659519.
HSL color Cylindrical-coordinate representation of color #3F100A: hue angle of 6.79º degrees, saturation: 0.73, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3F100A is Cyan = 0, Magento = 0.75, Yellow = 0.84 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 16 | 10 | - |
| CMYK | 0 | 0.75 | 0.84 | 0.75 |
| HSL | 6.79º | 0.73% | 0.14% | - |
| HSV(B) | 6.79º | 0.84% | 0.25% | - |
| XYZ | 2.29 | 1.45 | 0.45 | - |
| YUV | 29.37 | 117.07 | 151.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 16 | 10 | 0 | 0.75 | 0.84 | 0.75 | 6.79 | 0.73 | 0.14 |
| Hex | 3F | 10 | A | 0 | 4B | 54 | 4B | 7 | 49 | E |
| Octal | 77 | 20 | 12 | 0 | 113 | 124 | 113 | 7 | 111 | 16 |
| Binary | 111111 | 10000 | 1010 | 0 | 1001011 | 1010100 | 1001011 | 111 | 1001001 | 1110 |
Color Harmonies of #3F100A
Complementary color
Monochromatic Colors of #3F100A
Black with #3F100A
Text Example
Text Example
White with #3F100A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F100A; }
p { color: rgb(63,16,10); }
H1.HeaderClassName
{
color: #3F100A;
}
.AnyTagClassName
{
color: #3F100A;
}
</style>
background-color css
<style>
a { background-color: #3F100A; }
a { background-color: rgb(63,16,10); }
div.DivClassName
{
background-color: #3F100A;
}
.BgClassName
{
background-color: #3F100A;
}
</style>
border-color css
<style>
span { border-color: #3F100A; }
span { border-color: rgb(63,16,10); }
td.TdClassName
{
border-color: #3F100A;
}
.TagClassName
{
border-color: #3F100A;
}
</style>