Shades of Seal Brown #3F0902
Tints of Seal Brown #3F0902
RGB
CMYK
RGB Variations
Color information
#3F0902 (or 0x3F0902) is known color: Seal Brown. HEX triplet: 3F, 09 and 02. RGB value is (63,9,2). Sum of RGB (Red+Green+Blue) = 63+9+2=74 (9% of max value = 765). Red value is 63 (25% from 255 or 85.14% from 74); Green value is 9 (3.91% from 255 or 12.16% from 74); Blue value is 2 (1.17% from 255 or 2.70% from 74); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0902 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F0902 is #C0F6FD. Grayscale: #181818. Windows color (decimal): -12646142 or 133439. OLE color: 133439.
HSL color Cylindrical-coordinate representation of color #3F0902: hue angle of 6.89º 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 #3F0902 is Cyan = 0, Magento = 0.86, Yellow = 0.97 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 9 | 2 | - |
| CMYK | 0 | 0.86 | 0.97 | 0.75 |
| HSL | 6.89º | 0.94% | 0.13% | - |
| HSV(B) | 6.89º | 0.97% | 0.25% | - |
| XYZ | 2.16 | 1.26 | 0.19 | - |
| YUV | 24.35 | 115.39 | 155.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 9 | 2 | 0 | 0.86 | 0.97 | 0.75 | 6.89 | 0.94 | 0.13 |
| Hex | 3F | 9 | 2 | 0 | 56 | 61 | 4B | 7 | 5E | D |
| Octal | 77 | 11 | 2 | 0 | 126 | 141 | 113 | 7 | 136 | 15 |
| Binary | 111111 | 1001 | 10 | 0 | 1010110 | 1100001 | 1001011 | 111 | 1011110 | 1101 |
Color Harmonies of #3F0902
Complementary color
Monochromatic Colors of #3F0902
Black with #3F0902
Text Example
Text Example
White with #3F0902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0902; }
p { color: rgb(63,9,2); }
H1.HeaderClassName
{
color: #3F0902;
}
.AnyTagClassName
{
color: #3F0902;
}
</style>
background-color css
<style>
a { background-color: #3F0902; }
a { background-color: rgb(63,9,2); }
div.DivClassName
{
background-color: #3F0902;
}
.BgClassName
{
background-color: #3F0902;
}
</style>
border-color css
<style>
span { border-color: #3F0902; }
span { border-color: rgb(63,9,2); }
td.TdClassName
{
border-color: #3F0902;
}
.TagClassName
{
border-color: #3F0902;
}
</style>