Shades of Seal Brown #3F0401
Tints of Seal Brown #3F0401
RGB
CMYK
RGB Variations
Color information
#3F0401 (or 0x3F0401) is known color: Seal Brown. HEX triplet: 3F, 04 and 01. RGB value is (63,4,1). Sum of RGB (Red+Green+Blue) = 63+4+1=68 (9% of max value = 765). Red value is 63 (25% from 255 or 92.65% from 68); Green value is 4 (1.95% from 255 or 5.88% from 68); Blue value is 1 (0.78% from 255 or 1.47% from 68); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0401 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F0401 is #C0FBFE. Grayscale: #151515. Windows color (decimal): -12647423 or 66623. OLE color: 66623.
HSL color Cylindrical-coordinate representation of color #3F0401: hue angle of 2.9º 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 #3F0401 is Cyan = 0, Magento = 0.94, Yellow = 0.98 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 4 | 1 | - |
| CMYK | 0 | 0.94 | 0.98 | 0.75 |
| HSL | 2.9º | 0.97% | 0.13% | - |
| HSV(B) | 2.9º | 0.98% | 0.25% | - |
| XYZ | 2.1 | 1.15 | 0.14 | - |
| YUV | 21.3 | 116.55 | 157.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 4 | 1 | 0 | 0.94 | 0.98 | 0.75 | 2.9 | 0.97 | 0.13 |
| Hex | 3F | 4 | 1 | 0 | 5E | 62 | 4B | 3 | 61 | D |
| Octal | 77 | 4 | 1 | 0 | 136 | 142 | 113 | 3 | 141 | 15 |
| Binary | 111111 | 100 | 1 | 0 | 1011110 | 1100010 | 1001011 | 11 | 1100001 | 1101 |
Color Harmonies of #3F0401
Complementary color
Monochromatic Colors of #3F0401
Black with #3F0401
Text Example
Text Example
White with #3F0401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0401; }
p { color: rgb(63,4,1); }
H1.HeaderClassName
{
color: #3F0401;
}
.AnyTagClassName
{
color: #3F0401;
}
</style>
background-color css
<style>
a { background-color: #3F0401; }
a { background-color: rgb(63,4,1); }
div.DivClassName
{
background-color: #3F0401;
}
.BgClassName
{
background-color: #3F0401;
}
</style>
border-color css
<style>
span { border-color: #3F0401; }
span { border-color: rgb(63,4,1); }
td.TdClassName
{
border-color: #3F0401;
}
.TagClassName
{
border-color: #3F0401;
}
</style>