Shades of Seal Brown #3F1713
Tints of Seal Brown #3F1713
RGB
CMYK
RGB Variations
Color information
#3F1713 (or 0x3F1713) is known color: Seal Brown. HEX triplet: 3F, 17 and 13. RGB value is (63,23,19). Sum of RGB (Red+Green+Blue) = 63+23+19=105 (13% of max value = 765). Red value is 63 (25% from 255 or 60% from 105); Green value is 23 (9.38% from 255 or 21.90% from 105); Blue value is 19 (7.81% from 255 or 18.10% from 105); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1713 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F1713 is #C0E8EC. Grayscale: #222222. Windows color (decimal): -12642541 or 1251135. OLE color: 1251135.
HSL color Cylindrical-coordinate representation of color #3F1713: hue angle of 5.45º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3F1713 is Cyan = 0, Magento = 0.63, Yellow = 0.70 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 23 | 19 | - |
| CMYK | 0 | 0.63 | 0.70 | 0.75 |
| HSL | 5.45º | 0.54% | 0.16% | - |
| HSV(B) | 5.45º | 0.7% | 0.25% | - |
| XYZ | 2.47 | 1.72 | 0.82 | - |
| YUV | 34.5 | 119.25 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 23 | 19 | 0 | 0.63 | 0.70 | 0.75 | 5.45 | 0.54 | 0.16 |
| Hex | 3F | 17 | 13 | 0 | 3F | 46 | 4B | 5 | 36 | 10 |
| Octal | 77 | 27 | 23 | 0 | 77 | 106 | 113 | 5 | 66 | 20 |
| Binary | 111111 | 10111 | 10011 | 0 | 111111 | 1000110 | 1001011 | 101 | 110110 | 10000 |
Color Harmonies of #3F1713
Complementary color
Monochromatic Colors of #3F1713
Black with #3F1713
Text Example
Text Example
White with #3F1713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1713; }
p { color: rgb(63,23,19); }
H1.HeaderClassName
{
color: #3F1713;
}
.AnyTagClassName
{
color: #3F1713;
}
</style>
background-color css
<style>
a { background-color: #3F1713; }
a { background-color: rgb(63,23,19); }
div.DivClassName
{
background-color: #3F1713;
}
.BgClassName
{
background-color: #3F1713;
}
</style>
border-color css
<style>
span { border-color: #3F1713; }
span { border-color: rgb(63,23,19); }
td.TdClassName
{
border-color: #3F1713;
}
.TagClassName
{
border-color: #3F1713;
}
</style>