Shades of Seal Brown #3F1818
Tints of Seal Brown #3F1818
RGB
CMYK
RGB Variations
Color information
#3F1818 (or 0x3F1818) is known color: Seal Brown. HEX triplet: 3F, 18 and 18. RGB value is (63,24,24). Sum of RGB (Red+Green+Blue) = 63+24+24=111 (14% of max value = 765). Red value is 63 (25% from 255 or 56.76% from 111); Green value is 24 (9.77% from 255 or 21.62% from 111); Blue value is 24 (9.77% from 255 or 21.62% from 111); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1818 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F1818 is #C0E7E7. Grayscale: #232323. Windows color (decimal): -12642280 or 1579071. OLE color: 1579071.
HSL color Cylindrical-coordinate representation of color #3F1818: hue angle of 0º degrees, saturation: 0.45, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3F1818 is Cyan = 0, Magento = 0.62, Yellow = 0.62 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 24 | 24 | - |
| CMYK | 0 | 0.62 | 0.62 | 0.75 |
| HSL | 0º | 0.45% | 0.17% | - |
| HSV(B) | 0º | 0.62% | 0.25% | - |
| XYZ | 2.54 | 1.78 | 1.07 | - |
| YUV | 35.66 | 121.42 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 24 | 24 | 0 | 0.62 | 0.62 | 0.75 | 0 | 0.45 | 0.17 |
| Hex | 3F | 18 | 18 | 0 | 3E | 3E | 4B | 0 | 2D | 11 |
| Octal | 77 | 30 | 30 | 0 | 76 | 76 | 113 | 0 | 55 | 21 |
| Binary | 111111 | 11000 | 11000 | 0 | 111110 | 111110 | 1001011 | 0 | 101101 | 10001 |
Color Harmonies of #3F1818
Complementary color
Monochromatic Colors of #3F1818
Black with #3F1818
Text Example
Text Example
White with #3F1818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1818; }
p { color: rgb(63,24,24); }
H1.HeaderClassName
{
color: #3F1818;
}
.AnyTagClassName
{
color: #3F1818;
}
</style>
background-color css
<style>
a { background-color: #3F1818; }
a { background-color: rgb(63,24,24); }
div.DivClassName
{
background-color: #3F1818;
}
.BgClassName
{
background-color: #3F1818;
}
</style>
border-color css
<style>
span { border-color: #3F1818; }
span { border-color: rgb(63,24,24); }
td.TdClassName
{
border-color: #3F1818;
}
.TagClassName
{
border-color: #3F1818;
}
</style>