Shades of Seal Brown #3F1717
Tints of Seal Brown #3F1717
RGB
CMYK
RGB Variations
Color information
#3F1717 (or 0x3F1717) is known color: Seal Brown. HEX triplet: 3F, 17 and 17. RGB value is (63,23,23). Sum of RGB (Red+Green+Blue) = 63+23+23=109 (14% of max value = 765). Red value is 63 (25% from 255 or 57.80% from 109); Green value is 23 (9.38% from 255 or 21.10% from 109); Blue value is 23 (9.38% from 255 or 21.10% from 109); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1717 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F1717 is #C0E8E8. Grayscale: #232323. Windows color (decimal): -12642537 or 1513279. OLE color: 1513279.
HSL color Cylindrical-coordinate representation of color #3F1717: hue angle of 0º degrees, saturation: 0.47, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3F1717 is Cyan = 0, Magento = 0.63, Yellow = 0.63 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 23 | 23 | - |
| CMYK | 0 | 0.63 | 0.63 | 0.75 |
| HSL | 0º | 0.47% | 0.17% | - |
| HSV(B) | 0º | 0.63% | 0.25% | - |
| XYZ | 2.51 | 1.73 | 1.01 | - |
| YUV | 34.96 | 121.25 | 148 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 23 | 23 | 0 | 0.63 | 0.63 | 0.75 | 0 | 0.47 | 0.17 |
| Hex | 3F | 17 | 17 | 0 | 3F | 3F | 4B | 0 | 2F | 11 |
| Octal | 77 | 27 | 27 | 0 | 77 | 77 | 113 | 0 | 57 | 21 |
| Binary | 111111 | 10111 | 10111 | 0 | 111111 | 111111 | 1001011 | 0 | 101111 | 10001 |
Color Harmonies of #3F1717
Complementary color
Monochromatic Colors of #3F1717
Black with #3F1717
Text Example
Text Example
White with #3F1717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1717; }
p { color: rgb(63,23,23); }
H1.HeaderClassName
{
color: #3F1717;
}
.AnyTagClassName
{
color: #3F1717;
}
</style>
background-color css
<style>
a { background-color: #3F1717; }
a { background-color: rgb(63,23,23); }
div.DivClassName
{
background-color: #3F1717;
}
.BgClassName
{
background-color: #3F1717;
}
</style>
border-color css
<style>
span { border-color: #3F1717; }
span { border-color: rgb(63,23,23); }
td.TdClassName
{
border-color: #3F1717;
}
.TagClassName
{
border-color: #3F1717;
}
</style>