Shades of Seal Brown #3F0909
Tints of Seal Brown #3F0909
RGB
CMYK
RGB Variations
Color information
#3F0909 (or 0x3F0909) is known color: Seal Brown. HEX triplet: 3F, 09 and 09. RGB value is (63,9,9). Sum of RGB (Red+Green+Blue) = 63+9+9=81 (10% of max value = 765). Red value is 63 (25% from 255 or 77.78% from 81); Green value is 9 (3.91% from 255 or 11.11% from 81); Blue value is 9 (3.91% from 255 or 11.11% from 81); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0909 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F0909 is #C0F6F6. Grayscale: #191919. Windows color (decimal): -12646135 or 592191. OLE color: 592191.
HSL color Cylindrical-coordinate representation of color #3F0909: hue angle of 0º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3F0909 is Cyan = 0, Magento = 0.86, Yellow = 0.86 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 9 | 9 | - |
| CMYK | 0 | 0.86 | 0.86 | 0.75 |
| HSL | 0º | 0.75% | 0.14% | - |
| HSV(B) | 0º | 0.86% | 0.25% | - |
| XYZ | 2.2 | 1.27 | 0.39 | - |
| YUV | 25.15 | 118.89 | 155 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 9 | 9 | 0 | 0.86 | 0.86 | 0.75 | 0 | 0.75 | 0.14 |
| Hex | 3F | 9 | 9 | 0 | 56 | 56 | 4B | 0 | 4B | E |
| Octal | 77 | 11 | 11 | 0 | 126 | 126 | 113 | 0 | 113 | 16 |
| Binary | 111111 | 1001 | 1001 | 0 | 1010110 | 1010110 | 1001011 | 0 | 1001011 | 1110 |
Color Harmonies of #3F0909
Complementary color
Monochromatic Colors of #3F0909
Black with #3F0909
Text Example
Text Example
White with #3F0909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0909; }
p { color: rgb(63,9,9); }
H1.HeaderClassName
{
color: #3F0909;
}
.AnyTagClassName
{
color: #3F0909;
}
</style>
background-color css
<style>
a { background-color: #3F0909; }
a { background-color: rgb(63,9,9); }
div.DivClassName
{
background-color: #3F0909;
}
.BgClassName
{
background-color: #3F0909;
}
</style>
border-color css
<style>
span { border-color: #3F0909; }
span { border-color: rgb(63,9,9); }
td.TdClassName
{
border-color: #3F0909;
}
.TagClassName
{
border-color: #3F0909;
}
</style>