Shades of Seal Brown #3F1002
Tints of Seal Brown #3F1002
RGB
CMYK
RGB Variations
Color information
#3F1002 (or 0x3F1002) is known color: Seal Brown. HEX triplet: 3F, 10 and 02. RGB value is (63,16,2). Sum of RGB (Red+Green+Blue) = 63+16+2=81 (10% of max value = 765). Red value is 63 (25% from 255 or 77.78% from 81); Green value is 16 (6.64% from 255 or 19.75% from 81); Blue value is 2 (1.17% from 255 or 2.47% from 81); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1002 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F1002 is #C0EFFD. Grayscale: #1C1C1C. Windows color (decimal): -12644350 or 135231. OLE color: 135231.
HSL color Cylindrical-coordinate representation of color #3F1002: hue angle of 13.77º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3F1002 is Cyan = 0, Magento = 0.75, Yellow = 0.97 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 16 | 2 | - |
| CMYK | 0 | 0.75 | 0.97 | 0.75 |
| HSL | 13.77º | 0.94% | 0.13% | - |
| HSV(B) | 13.77º | 0.97% | 0.25% | - |
| XYZ | 2.25 | 1.43 | 0.22 | - |
| YUV | 28.46 | 113.07 | 152.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 16 | 2 | 0 | 0.75 | 0.97 | 0.75 | 13.77 | 0.94 | 0.13 |
| Hex | 3F | 10 | 2 | 0 | 4B | 61 | 4B | E | 5E | D |
| Octal | 77 | 20 | 2 | 0 | 113 | 141 | 113 | 16 | 136 | 15 |
| Binary | 111111 | 10000 | 10 | 0 | 1001011 | 1100001 | 1001011 | 1110 | 1011110 | 1101 |
Color Harmonies of #3F1002
Complementary color
Monochromatic Colors of #3F1002
Black with #3F1002
Text Example
Text Example
White with #3F1002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1002; }
p { color: rgb(63,16,2); }
H1.HeaderClassName
{
color: #3F1002;
}
.AnyTagClassName
{
color: #3F1002;
}
</style>
background-color css
<style>
a { background-color: #3F1002; }
a { background-color: rgb(63,16,2); }
div.DivClassName
{
background-color: #3F1002;
}
.BgClassName
{
background-color: #3F1002;
}
</style>
border-color css
<style>
span { border-color: #3F1002; }
span { border-color: rgb(63,16,2); }
td.TdClassName
{
border-color: #3F1002;
}
.TagClassName
{
border-color: #3F1002;
}
</style>