Shades of Seal Brown #3F0B01
Tints of Seal Brown #3F0B01
RGB
CMYK
RGB Variations
Color information
#3F0B01 (or 0x3F0B01) is known color: Seal Brown. HEX triplet: 3F, 0B and 01. RGB value is (63,11,1). Sum of RGB (Red+Green+Blue) = 63+11+1=75 (9% of max value = 765). Red value is 63 (25% from 255 or 84% from 75); Green value is 11 (4.69% from 255 or 14.67% from 75); Blue value is 1 (0.78% from 255 or 1.33% from 75); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0B01 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F0B01 is #C0F4FE. Grayscale: #191919. Windows color (decimal): -12645631 or 68415. OLE color: 68415.
HSL color Cylindrical-coordinate representation of color #3F0B01: hue angle of 9.68º 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 #3F0B01 is Cyan = 0, Magento = 0.83, Yellow = 0.98 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 11 | 1 | - |
| CMYK | 0 | 0.83 | 0.98 | 0.75 |
| HSL | 9.68º | 0.97% | 0.13% | - |
| HSV(B) | 9.68º | 0.98% | 0.25% | - |
| XYZ | 2.18 | 1.3 | 0.16 | - |
| YUV | 25.41 | 114.23 | 154.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 11 | 1 | 0 | 0.83 | 0.98 | 0.75 | 9.68 | 0.97 | 0.13 |
| Hex | 3F | B | 1 | 0 | 53 | 62 | 4B | A | 61 | D |
| Octal | 77 | 13 | 1 | 0 | 123 | 142 | 113 | 12 | 141 | 15 |
| Binary | 111111 | 1011 | 1 | 0 | 1010011 | 1100010 | 1001011 | 1010 | 1100001 | 1101 |
Color Harmonies of #3F0B01
Complementary color
Monochromatic Colors of #3F0B01
Black with #3F0B01
Text Example
Text Example
White with #3F0B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0B01; }
p { color: rgb(63,11,1); }
H1.HeaderClassName
{
color: #3F0B01;
}
.AnyTagClassName
{
color: #3F0B01;
}
</style>
background-color css
<style>
a { background-color: #3F0B01; }
a { background-color: rgb(63,11,1); }
div.DivClassName
{
background-color: #3F0B01;
}
.BgClassName
{
background-color: #3F0B01;
}
</style>
border-color css
<style>
span { border-color: #3F0B01; }
span { border-color: rgb(63,11,1); }
td.TdClassName
{
border-color: #3F0B01;
}
.TagClassName
{
border-color: #3F0B01;
}
</style>