Shades of Seal Brown #3F1212
Tints of Seal Brown #3F1212
RGB
CMYK
RGB Variations
Color information
#3F1212 (or 0x3F1212) is known color: Seal Brown. HEX triplet: 3F, 12 and 12. RGB value is (63,18,18). Sum of RGB (Red+Green+Blue) = 63+18+18=99 (13% of max value = 765). Red value is 63 (25% from 255 or 63.64% from 99); Green value is 18 (7.42% from 255 or 18.18% from 99); Blue value is 18 (7.42% from 255 or 18.18% from 99); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1212 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F1212 is #C0EDED. Grayscale: #1F1F1F. Windows color (decimal): -12643822 or 1184319. OLE color: 1184319.
HSL color Cylindrical-coordinate representation of color #3F1212: hue angle of 0º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3F1212 is Cyan = 0, Magento = 0.71, Yellow = 0.71 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 18 | 18 | - |
| CMYK | 0 | 0.71 | 0.71 | 0.75 |
| HSL | 0º | 0.56% | 0.16% | - |
| HSV(B) | 0º | 0.71% | 0.25% | - |
| XYZ | 2.38 | 1.53 | 0.74 | - |
| YUV | 31.46 | 120.41 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 18 | 18 | 0 | 0.71 | 0.71 | 0.75 | 0 | 0.56 | 0.16 |
| Hex | 3F | 12 | 12 | 0 | 47 | 47 | 4B | 0 | 38 | 10 |
| Octal | 77 | 22 | 22 | 0 | 107 | 107 | 113 | 0 | 70 | 20 |
| Binary | 111111 | 10010 | 10010 | 0 | 1000111 | 1000111 | 1001011 | 0 | 111000 | 10000 |
Color Harmonies of #3F1212
Complementary color
Monochromatic Colors of #3F1212
Black with #3F1212
Text Example
Text Example
White with #3F1212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1212; }
p { color: rgb(63,18,18); }
H1.HeaderClassName
{
color: #3F1212;
}
.AnyTagClassName
{
color: #3F1212;
}
</style>
background-color css
<style>
a { background-color: #3F1212; }
a { background-color: rgb(63,18,18); }
div.DivClassName
{
background-color: #3F1212;
}
.BgClassName
{
background-color: #3F1212;
}
</style>
border-color css
<style>
span { border-color: #3F1212; }
span { border-color: rgb(63,18,18); }
td.TdClassName
{
border-color: #3F1212;
}
.TagClassName
{
border-color: #3F1212;
}
</style>