Shades of Seal Brown #3F0806
Tints of Seal Brown #3F0806
RGB
CMYK
RGB Variations
Color information
#3F0806 (or 0x3F0806) is known color: Seal Brown. HEX triplet: 3F, 08 and 06. RGB value is (63,8,6). Sum of RGB (Red+Green+Blue) = 63+8+6=77 (10% of max value = 765). Red value is 63 (25% from 255 or 81.82% from 77); Green value is 8 (3.52% from 255 or 10.39% from 77); Blue value is 6 (2.73% from 255 or 7.79% from 77); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0806 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F0806 is #C0F7F9. Grayscale: #181818. Windows color (decimal): -12646394 or 395327. OLE color: 395327.
HSL color Cylindrical-coordinate representation of color #3F0806: hue angle of 2.11º 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 #3F0806 is Cyan = 0, Magento = 0.87, Yellow = 0.90 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 8 | 6 | - |
| CMYK | 0 | 0.87 | 0.90 | 0.75 |
| HSL | 2.11º | 0.83% | 0.14% | - |
| HSV(B) | 2.11º | 0.9% | 0.25% | - |
| XYZ | 2.17 | 1.24 | 0.3 | - |
| YUV | 24.22 | 117.72 | 155.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 8 | 6 | 0 | 0.87 | 0.90 | 0.75 | 2.11 | 0.83 | 0.14 |
| Hex | 3F | 8 | 6 | 0 | 57 | 5A | 4B | 2 | 53 | E |
| Octal | 77 | 10 | 6 | 0 | 127 | 132 | 113 | 2 | 123 | 16 |
| Binary | 111111 | 1000 | 110 | 0 | 1010111 | 1011010 | 1001011 | 10 | 1010011 | 1110 |
Color Harmonies of #3F0806
Complementary color
Monochromatic Colors of #3F0806
Black with #3F0806
Text Example
Text Example
White with #3F0806
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0806; }
p { color: rgb(63,8,6); }
H1.HeaderClassName
{
color: #3F0806;
}
.AnyTagClassName
{
color: #3F0806;
}
</style>
background-color css
<style>
a { background-color: #3F0806; }
a { background-color: rgb(63,8,6); }
div.DivClassName
{
background-color: #3F0806;
}
.BgClassName
{
background-color: #3F0806;
}
</style>
border-color css
<style>
span { border-color: #3F0806; }
span { border-color: rgb(63,8,6); }
td.TdClassName
{
border-color: #3F0806;
}
.TagClassName
{
border-color: #3F0806;
}
</style>