Shades of Seal Brown #3F1815
Tints of Seal Brown #3F1815
RGB
CMYK
RGB Variations
Color information
#3F1815 (or 0x3F1815) is known color: Seal Brown. HEX triplet: 3F, 18 and 15. RGB value is (63,24,21). Sum of RGB (Red+Green+Blue) = 63+24+21=108 (14% of max value = 765). Red value is 63 (25% from 255 or 58.33% from 108); Green value is 24 (9.77% from 255 or 22.22% from 108); Blue value is 21 (8.59% from 255 or 19.44% from 108); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1815 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F1815 is #C0E7EA. Grayscale: #232323. Windows color (decimal): -12642283 or 1382463. OLE color: 1382463.
HSL color Cylindrical-coordinate representation of color #3F1815: hue angle of 4.29º degrees, saturation: 0.5, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3F1815 is Cyan = 0, Magento = 0.62, Yellow = 0.67 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 24 | 21 | - |
| CMYK | 0 | 0.62 | 0.67 | 0.75 |
| HSL | 4.29º | 0.5% | 0.16% | - |
| HSV(B) | 4.29º | 0.67% | 0.25% | - |
| XYZ | 2.51 | 1.76 | 0.92 | - |
| YUV | 35.32 | 119.92 | 147.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 24 | 21 | 0 | 0.62 | 0.67 | 0.75 | 4.29 | 0.5 | 0.16 |
| Hex | 3F | 18 | 15 | 0 | 3E | 43 | 4B | 4 | 32 | 10 |
| Octal | 77 | 30 | 25 | 0 | 76 | 103 | 113 | 4 | 62 | 20 |
| Binary | 111111 | 11000 | 10101 | 0 | 111110 | 1000011 | 1001011 | 100 | 110010 | 10000 |
Color Harmonies of #3F1815
Complementary color
Monochromatic Colors of #3F1815
Black with #3F1815
Text Example
Text Example
White with #3F1815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1815; }
p { color: rgb(63,24,21); }
H1.HeaderClassName
{
color: #3F1815;
}
.AnyTagClassName
{
color: #3F1815;
}
</style>
background-color css
<style>
a { background-color: #3F1815; }
a { background-color: rgb(63,24,21); }
div.DivClassName
{
background-color: #3F1815;
}
.BgClassName
{
background-color: #3F1815;
}
</style>
border-color css
<style>
span { border-color: #3F1815; }
span { border-color: rgb(63,24,21); }
td.TdClassName
{
border-color: #3F1815;
}
.TagClassName
{
border-color: #3F1815;
}
</style>