Shades of Seal Brown #3F120E
Tints of Seal Brown #3F120E
RGB
CMYK
RGB Variations
Color information
#3F120E (or 0x3F120E) is known color: Seal Brown. HEX triplet: 3F, 12 and 0E. RGB value is (63,18,14). Sum of RGB (Red+Green+Blue) = 63+18+14=95 (12% of max value = 765). Red value is 63 (25% from 255 or 66.32% from 95); Green value is 18 (7.42% from 255 or 18.95% from 95); Blue value is 14 (5.86% from 255 or 14.74% from 95); Max value from RGB is 63 - color contains mainly: red. Hex color #3F120E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F120E is #C0EDF1. Grayscale: #1F1F1F. Windows color (decimal): -12643826 or 922175. OLE color: 922175.
HSL color Cylindrical-coordinate representation of color #3F120E: hue angle of 4.9º degrees, saturation: 0.64, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3F120E is Cyan = 0, Magento = 0.71, Yellow = 0.78 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 18 | 14 | - |
| CMYK | 0 | 0.71 | 0.78 | 0.75 |
| HSL | 4.9º | 0.64% | 0.15% | - |
| HSV(B) | 4.9º | 0.78% | 0.25% | - |
| XYZ | 2.35 | 1.52 | 0.59 | - |
| YUV | 31 | 118.41 | 150.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 18 | 14 | 0 | 0.71 | 0.78 | 0.75 | 4.9 | 0.64 | 0.15 |
| Hex | 3F | 12 | E | 0 | 47 | 4E | 4B | 5 | 40 | F |
| Octal | 77 | 22 | 16 | 0 | 107 | 116 | 113 | 5 | 100 | 17 |
| Binary | 111111 | 10010 | 1110 | 0 | 1000111 | 1001110 | 1001011 | 101 | 1000000 | 1111 |
Color Harmonies of #3F120E
Complementary color
Monochromatic Colors of #3F120E
Black with #3F120E
Text Example
Text Example
White with #3F120E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F120E; }
p { color: rgb(63,18,14); }
H1.HeaderClassName
{
color: #3F120E;
}
.AnyTagClassName
{
color: #3F120E;
}
</style>
background-color css
<style>
a { background-color: #3F120E; }
a { background-color: rgb(63,18,14); }
div.DivClassName
{
background-color: #3F120E;
}
.BgClassName
{
background-color: #3F120E;
}
</style>
border-color css
<style>
span { border-color: #3F120E; }
span { border-color: rgb(63,18,14); }
td.TdClassName
{
border-color: #3F120E;
}
.TagClassName
{
border-color: #3F120E;
}
</style>