Shades of Seal Brown #3F1410
Tints of Seal Brown #3F1410
RGB
CMYK
RGB Variations
Color information
#3F1410 (or 0x3F1410) is known color: Seal Brown. HEX triplet: 3F, 14 and 10. RGB value is (63,20,16). Sum of RGB (Red+Green+Blue) = 63+20+16=99 (13% of max value = 765). Red value is 63 (25% from 255 or 63.64% from 99); Green value is 20 (8.20% from 255 or 20.20% from 99); Blue value is 16 (6.64% from 255 or 16.16% from 99); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1410 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F1410 is #C0EBEF. Grayscale: #202020. Windows color (decimal): -12643312 or 1053759. OLE color: 1053759.
HSL color Cylindrical-coordinate representation of color #3F1410: hue angle of 5.11º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3F1410 is Cyan = 0, Magento = 0.68, Yellow = 0.75 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 20 | 16 | - |
| CMYK | 0 | 0.68 | 0.75 | 0.75 |
| HSL | 5.11º | 0.59% | 0.15% | - |
| HSV(B) | 5.11º | 0.75% | 0.25% | - |
| XYZ | 2.39 | 1.59 | 0.67 | - |
| YUV | 32.4 | 118.75 | 149.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 20 | 16 | 0 | 0.68 | 0.75 | 0.75 | 5.11 | 0.59 | 0.15 |
| Hex | 3F | 14 | 10 | 0 | 44 | 4B | 4B | 5 | 3B | F |
| Octal | 77 | 24 | 20 | 0 | 104 | 113 | 113 | 5 | 73 | 17 |
| Binary | 111111 | 10100 | 10000 | 0 | 1000100 | 1001011 | 1001011 | 101 | 111011 | 1111 |
Color Harmonies of #3F1410
Complementary color
Monochromatic Colors of #3F1410
Black with #3F1410
Text Example
Text Example
White with #3F1410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1410; }
p { color: rgb(63,20,16); }
H1.HeaderClassName
{
color: #3F1410;
}
.AnyTagClassName
{
color: #3F1410;
}
</style>
background-color css
<style>
a { background-color: #3F1410; }
a { background-color: rgb(63,20,16); }
div.DivClassName
{
background-color: #3F1410;
}
.BgClassName
{
background-color: #3F1410;
}
</style>
border-color css
<style>
span { border-color: #3F1410; }
span { border-color: rgb(63,20,16); }
td.TdClassName
{
border-color: #3F1410;
}
.TagClassName
{
border-color: #3F1410;
}
</style>