Shades of Seal Brown #3F0A01
Tints of Seal Brown #3F0A01
RGB
CMYK
RGB Variations
Color information
#3F0A01 (or 0x3F0A01) is known color: Seal Brown. HEX triplet: 3F, 0A and 01. RGB value is (63,10,1). Sum of RGB (Red+Green+Blue) = 63+10+1=74 (9% of max value = 765). Red value is 63 (25% from 255 or 85.14% from 74); Green value is 10 (4.30% from 255 or 13.51% from 74); Blue value is 1 (0.78% from 255 or 1.35% from 74); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0A01 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F0A01 is #C0F5FE. Grayscale: #181818. Windows color (decimal): -12645887 or 68159. OLE color: 68159.
HSL color Cylindrical-coordinate representation of color #3F0A01: hue angle of 8.71º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3F0A01 is Cyan = 0, Magento = 0.84, Yellow = 0.98 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 10 | 1 | - |
| CMYK | 0 | 0.84 | 0.98 | 0.75 |
| HSL | 8.71º | 0.97% | 0.13% | - |
| HSV(B) | 8.71º | 0.98% | 0.25% | - |
| XYZ | 2.16 | 1.28 | 0.16 | - |
| YUV | 24.82 | 114.56 | 155.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 10 | 1 | 0 | 0.84 | 0.98 | 0.75 | 8.71 | 0.97 | 0.13 |
| Hex | 3F | A | 1 | 0 | 54 | 62 | 4B | 9 | 61 | D |
| Octal | 77 | 12 | 1 | 0 | 124 | 142 | 113 | 11 | 141 | 15 |
| Binary | 111111 | 1010 | 1 | 0 | 1010100 | 1100010 | 1001011 | 1001 | 1100001 | 1101 |
Color Harmonies of #3F0A01
Complementary color
Monochromatic Colors of #3F0A01
Black with #3F0A01
Text Example
Text Example
White with #3F0A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0A01; }
p { color: rgb(63,10,1); }
H1.HeaderClassName
{
color: #3F0A01;
}
.AnyTagClassName
{
color: #3F0A01;
}
</style>
background-color css
<style>
a { background-color: #3F0A01; }
a { background-color: rgb(63,10,1); }
div.DivClassName
{
background-color: #3F0A01;
}
.BgClassName
{
background-color: #3F0A01;
}
</style>
border-color css
<style>
span { border-color: #3F0A01; }
span { border-color: rgb(63,10,1); }
td.TdClassName
{
border-color: #3F0A01;
}
.TagClassName
{
border-color: #3F0A01;
}
</style>