Shades of Seal Brown #3F1006
Tints of Seal Brown #3F1006
RGB
CMYK
RGB Variations
Color information
#3F1006 (or 0x3F1006) is known color: Seal Brown. HEX triplet: 3F, 10 and 06. RGB value is (63,16,6). Sum of RGB (Red+Green+Blue) = 63+16+6=85 (11% of max value = 765). Red value is 63 (25% from 255 or 74.12% from 85); Green value is 16 (6.64% from 255 or 18.82% from 85); Blue value is 6 (2.73% from 255 or 7.06% from 85); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1006 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F1006 is #C0EFF9. Grayscale: #1C1C1C. Windows color (decimal): -12644346 or 397375. OLE color: 397375.
HSL color Cylindrical-coordinate representation of color #3F1006: hue angle of 10.53º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3F1006 is Cyan = 0, Magento = 0.75, Yellow = 0.90 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 16 | 6 | - |
| CMYK | 0 | 0.75 | 0.90 | 0.75 |
| HSL | 10.53º | 0.83% | 0.14% | - |
| HSV(B) | 10.53º | 0.9% | 0.25% | - |
| XYZ | 2.27 | 1.44 | 0.33 | - |
| YUV | 28.91 | 115.07 | 152.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 16 | 6 | 0 | 0.75 | 0.90 | 0.75 | 10.53 | 0.83 | 0.14 |
| Hex | 3F | 10 | 6 | 0 | 4B | 5A | 4B | B | 53 | E |
| Octal | 77 | 20 | 6 | 0 | 113 | 132 | 113 | 13 | 123 | 16 |
| Binary | 111111 | 10000 | 110 | 0 | 1001011 | 1011010 | 1001011 | 1011 | 1010011 | 1110 |
Color Harmonies of #3F1006
Complementary color
Monochromatic Colors of #3F1006
Black with #3F1006
Text Example
Text Example
White with #3F1006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1006; }
p { color: rgb(63,16,6); }
H1.HeaderClassName
{
color: #3F1006;
}
.AnyTagClassName
{
color: #3F1006;
}
</style>
background-color css
<style>
a { background-color: #3F1006; }
a { background-color: rgb(63,16,6); }
div.DivClassName
{
background-color: #3F1006;
}
.BgClassName
{
background-color: #3F1006;
}
</style>
border-color css
<style>
span { border-color: #3F1006; }
span { border-color: rgb(63,16,6); }
td.TdClassName
{
border-color: #3F1006;
}
.TagClassName
{
border-color: #3F1006;
}
</style>