Shades of Seal Brown #3F0D01
Tints of Seal Brown #3F0D01
RGB
CMYK
RGB Variations
Color information
#3F0D01 (or 0x3F0D01) is known color: Seal Brown. HEX triplet: 3F, 0D and 01. RGB value is (63,13,1). Sum of RGB (Red+Green+Blue) = 63+13+1=77 (10% of max value = 765). Red value is 63 (25% from 255 or 81.82% from 77); Green value is 13 (5.47% from 255 or 16.88% from 77); Blue value is 1 (0.78% from 255 or 1.30% from 77); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0D01 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F0D01 is #C0F2FE. Grayscale: #1A1A1A. Windows color (decimal): -12645119 or 68927. OLE color: 68927.
HSL color Cylindrical-coordinate representation of color #3F0D01: hue angle of 11.61º 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 #3F0D01 is Cyan = 0, Magento = 0.79, Yellow = 0.98 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 13 | 1 | - |
| CMYK | 0 | 0.79 | 0.98 | 0.75 |
| HSL | 11.61º | 0.97% | 0.13% | - |
| HSV(B) | 11.61º | 0.98% | 0.25% | - |
| XYZ | 2.2 | 1.35 | 0.17 | - |
| YUV | 26.58 | 113.57 | 153.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 13 | 1 | 0 | 0.79 | 0.98 | 0.75 | 11.61 | 0.97 | 0.13 |
| Hex | 3F | D | 1 | 0 | 4F | 62 | 4B | C | 61 | D |
| Octal | 77 | 15 | 1 | 0 | 117 | 142 | 113 | 14 | 141 | 15 |
| Binary | 111111 | 1101 | 1 | 0 | 1001111 | 1100010 | 1001011 | 1100 | 1100001 | 1101 |
Color Harmonies of #3F0D01
Complementary color
Monochromatic Colors of #3F0D01
Black with #3F0D01
Text Example
Text Example
White with #3F0D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0D01; }
p { color: rgb(63,13,1); }
H1.HeaderClassName
{
color: #3F0D01;
}
.AnyTagClassName
{
color: #3F0D01;
}
</style>
background-color css
<style>
a { background-color: #3F0D01; }
a { background-color: rgb(63,13,1); }
div.DivClassName
{
background-color: #3F0D01;
}
.BgClassName
{
background-color: #3F0D01;
}
</style>
border-color css
<style>
span { border-color: #3F0D01; }
span { border-color: rgb(63,13,1); }
td.TdClassName
{
border-color: #3F0D01;
}
.TagClassName
{
border-color: #3F0D01;
}
</style>