Shades of Seal Brown #3F0700
Tints of Seal Brown #3F0700
RGB
CMYK
RGB Variations
Color information
#3F0700 (or 0x3F0700) is known color: Seal Brown. HEX triplet: 3F, 07 and 00. RGB value is (63,7,0). Sum of RGB (Red+Green+Blue) = 63+7+0=70 (9% of max value = 765). Red value is 63 (25% from 255 or 90% from 70); Green value is 7 (3.12% from 255 or 10% from 70); Blue value is 0 (0.39% from 255 or 0% from 70); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0700 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F0700 is #C0F8FF. Grayscale: #171717. Windows color (decimal): -12646656 or 1855. OLE color: 1855.
HSL color Cylindrical-coordinate representation of color #3F0700: hue angle of 6.67º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3F0700 is Cyan = 0, Magento = 0.89, Yellow = 1 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 7 | 0 | - |
| CMYK | 0 | 0.89 | 1 | 0.75 |
| HSL | 6.67º | 1% | 0.12% | - |
| HSV(B) | 6.67º | 1% | 0.25% | - |
| XYZ | 2.13 | 1.21 | 0.12 | - |
| YUV | 22.95 | 115.05 | 156.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 7 | 0 | 0 | 0.89 | 1 | 0.75 | 6.67 | 1 | 0.12 |
| Hex | 3F | 7 | 0 | 0 | 59 | 64 | 4B | 7 | 64 | C |
| Octal | 77 | 7 | 0 | 0 | 131 | 144 | 113 | 7 | 144 | 14 |
| Binary | 111111 | 111 | 0 | 0 | 1011001 | 1100100 | 1001011 | 111 | 1100100 | 1100 |
Color Harmonies of #3F0700
Complementary color
Monochromatic Colors of #3F0700
Black with #3F0700
Text Example
Text Example
White with #3F0700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0700; }
p { color: rgb(63,7,0); }
H1.HeaderClassName
{
color: #3F0700;
}
.AnyTagClassName
{
color: #3F0700;
}
</style>
background-color css
<style>
a { background-color: #3F0700; }
a { background-color: rgb(63,7,0); }
div.DivClassName
{
background-color: #3F0700;
}
.BgClassName
{
background-color: #3F0700;
}
</style>
border-color css
<style>
span { border-color: #3F0700; }
span { border-color: rgb(63,7,0); }
td.TdClassName
{
border-color: #3F0700;
}
.TagClassName
{
border-color: #3F0700;
}
</style>