Shades of Seal Brown #3F150C
Tints of Seal Brown #3F150C
RGB
CMYK
RGB Variations
Color information
#3F150C (or 0x3F150C) is known color: Seal Brown. HEX triplet: 3F, 15 and 0C. RGB value is (63,21,12). Sum of RGB (Red+Green+Blue) = 63+21+12=96 (12% of max value = 765). Red value is 63 (25% from 255 or 65.62% from 96); Green value is 21 (8.59% from 255 or 21.88% from 96); Blue value is 12 (5.08% from 255 or 12.5% from 96); Max value from RGB is 63 - color contains mainly: red. Hex color #3F150C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F150C is #C0EAF3. Grayscale: #202020. Windows color (decimal): -12643060 or 791871. OLE color: 791871.
HSL color Cylindrical-coordinate representation of color #3F150C: hue angle of 10.59º degrees, saturation: 0.68, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3F150C is Cyan = 0, Magento = 0.67, Yellow = 0.81 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 21 | 12 | - |
| CMYK | 0 | 0.67 | 0.81 | 0.75 |
| HSL | 10.59º | 0.68% | 0.15% | - |
| HSV(B) | 10.59º | 0.81% | 0.25% | - |
| XYZ | 2.38 | 1.62 | 0.53 | - |
| YUV | 32.53 | 116.41 | 149.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 21 | 12 | 0 | 0.67 | 0.81 | 0.75 | 10.59 | 0.68 | 0.15 |
| Hex | 3F | 15 | C | 0 | 43 | 51 | 4B | B | 44 | F |
| Octal | 77 | 25 | 14 | 0 | 103 | 121 | 113 | 13 | 104 | 17 |
| Binary | 111111 | 10101 | 1100 | 0 | 1000011 | 1010001 | 1001011 | 1011 | 1000100 | 1111 |
Color Harmonies of #3F150C
Complementary color
Monochromatic Colors of #3F150C
Black with #3F150C
Text Example
Text Example
White with #3F150C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F150C; }
p { color: rgb(63,21,12); }
H1.HeaderClassName
{
color: #3F150C;
}
.AnyTagClassName
{
color: #3F150C;
}
</style>
background-color css
<style>
a { background-color: #3F150C; }
a { background-color: rgb(63,21,12); }
div.DivClassName
{
background-color: #3F150C;
}
.BgClassName
{
background-color: #3F150C;
}
</style>
border-color css
<style>
span { border-color: #3F150C; }
span { border-color: rgb(63,21,12); }
td.TdClassName
{
border-color: #3F150C;
}
.TagClassName
{
border-color: #3F150C;
}
</style>