Shades of Seal Brown #3F140C
Tints of Seal Brown #3F140C
RGB
CMYK
RGB Variations
Color information
#3F140C (or 0x3F140C) is known color: Seal Brown. HEX triplet: 3F, 14 and 0C. RGB value is (63,20,12). Sum of RGB (Red+Green+Blue) = 63+20+12=95 (12% of max value = 765). Red value is 63 (25% from 255 or 66.32% from 95); Green value is 20 (8.20% from 255 or 21.05% from 95); Blue value is 12 (5.08% from 255 or 12.63% from 95); Max value from RGB is 63 - color contains mainly: red. Hex color #3F140C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F140C is #C0EBF3. Grayscale: #202020. Windows color (decimal): -12643316 or 791615. OLE color: 791615.
HSL color Cylindrical-coordinate representation of color #3F140C: hue angle of 9.41º 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 #3F140C is Cyan = 0, Magento = 0.68, Yellow = 0.81 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 20 | 12 | - |
| CMYK | 0 | 0.68 | 0.81 | 0.75 |
| HSL | 9.41º | 0.68% | 0.15% | - |
| HSV(B) | 9.41º | 0.81% | 0.25% | - |
| XYZ | 2.37 | 1.58 | 0.53 | - |
| YUV | 31.95 | 116.75 | 150.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 20 | 12 | 0 | 0.68 | 0.81 | 0.75 | 9.41 | 0.68 | 0.15 |
| Hex | 3F | 14 | C | 0 | 44 | 51 | 4B | 9 | 44 | F |
| Octal | 77 | 24 | 14 | 0 | 104 | 121 | 113 | 11 | 104 | 17 |
| Binary | 111111 | 10100 | 1100 | 0 | 1000100 | 1010001 | 1001011 | 1001 | 1000100 | 1111 |
Color Harmonies of #3F140C
Complementary color
Monochromatic Colors of #3F140C
Black with #3F140C
Text Example
Text Example
White with #3F140C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F140C; }
p { color: rgb(63,20,12); }
H1.HeaderClassName
{
color: #3F140C;
}
.AnyTagClassName
{
color: #3F140C;
}
</style>
background-color css
<style>
a { background-color: #3F140C; }
a { background-color: rgb(63,20,12); }
div.DivClassName
{
background-color: #3F140C;
}
.BgClassName
{
background-color: #3F140C;
}
</style>
border-color css
<style>
span { border-color: #3F140C; }
span { border-color: rgb(63,20,12); }
td.TdClassName
{
border-color: #3F140C;
}
.TagClassName
{
border-color: #3F140C;
}
</style>