Shades of Seal Brown #3F120A
Tints of Seal Brown #3F120A
RGB
CMYK
RGB Variations
Color information
#3F120A (or 0x3F120A) is known color: Seal Brown. HEX triplet: 3F, 12 and 0A. RGB value is (63,18,10). Sum of RGB (Red+Green+Blue) = 63+18+10=91 (12% of max value = 765). Red value is 63 (25% from 255 or 69.23% from 91); Green value is 18 (7.42% from 255 or 19.78% from 91); Blue value is 10 (4.30% from 255 or 10.99% from 91); Max value from RGB is 63 - color contains mainly: red. Hex color #3F120A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F120A is #C0EDF5. Grayscale: #1E1E1E. Windows color (decimal): -12643830 or 660031. OLE color: 660031.
HSL color Cylindrical-coordinate representation of color #3F120A: hue angle of 9.06º degrees, saturation: 0.73, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3F120A is Cyan = 0, Magento = 0.71, Yellow = 0.84 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 18 | 10 | - |
| CMYK | 0 | 0.71 | 0.84 | 0.75 |
| HSL | 9.06º | 0.73% | 0.14% | - |
| HSV(B) | 9.06º | 0.84% | 0.25% | - |
| XYZ | 2.32 | 1.51 | 0.46 | - |
| YUV | 30.54 | 116.41 | 151.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 18 | 10 | 0 | 0.71 | 0.84 | 0.75 | 9.06 | 0.73 | 0.14 |
| Hex | 3F | 12 | A | 0 | 47 | 54 | 4B | 9 | 49 | E |
| Octal | 77 | 22 | 12 | 0 | 107 | 124 | 113 | 11 | 111 | 16 |
| Binary | 111111 | 10010 | 1010 | 0 | 1000111 | 1010100 | 1001011 | 1001 | 1001001 | 1110 |
Color Harmonies of #3F120A
Complementary color
Monochromatic Colors of #3F120A
Black with #3F120A
Text Example
Text Example
White with #3F120A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F120A; }
p { color: rgb(63,18,10); }
H1.HeaderClassName
{
color: #3F120A;
}
.AnyTagClassName
{
color: #3F120A;
}
</style>
background-color css
<style>
a { background-color: #3F120A; }
a { background-color: rgb(63,18,10); }
div.DivClassName
{
background-color: #3F120A;
}
.BgClassName
{
background-color: #3F120A;
}
</style>
border-color css
<style>
span { border-color: #3F120A; }
span { border-color: rgb(63,18,10); }
td.TdClassName
{
border-color: #3F120A;
}
.TagClassName
{
border-color: #3F120A;
}
</style>