Shades of Seal Brown #3F201F
Tints of Seal Brown #3F201F
RGB
CMYK
RGB Variations
Color information
#3F201F (or 0x3F201F) is known color: Seal Brown. HEX triplet: 3F, 20 and 1F. RGB value is (63,32,31). Sum of RGB (Red+Green+Blue) = 63+32+31=126 (16% of max value = 765). Red value is 63 (25% from 255 or 50% from 126); Green value is 32 (12.89% from 255 or 25.40% from 126); Blue value is 31 (12.5% from 255 or 24.60% from 126); Max value from RGB is 63 - color contains mainly: red. Hex color #3F201F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F201F is #C0DFE0. Grayscale: #292929. Windows color (decimal): -12640225 or 2039871. OLE color: 2039871.
HSL color Cylindrical-coordinate representation of color #3F201F: hue angle of 1.88º degrees, saturation: 0.34, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3F201F is Cyan = 0, Magento = 0.49, Yellow = 0.51 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 32 | 31 | - |
| CMYK | 0 | 0.49 | 0.51 | 0.75 |
| HSL | 1.88º | 0.34% | 0.18% | - |
| HSV(B) | 1.88º | 0.51% | 0.25% | - |
| XYZ | 2.81 | 2.19 | 1.57 | - |
| YUV | 41.16 | 122.27 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 32 | 31 | 0 | 0.49 | 0.51 | 0.75 | 1.88 | 0.34 | 0.18 |
| Hex | 3F | 20 | 1F | 0 | 31 | 33 | 4B | 2 | 22 | 12 |
| Octal | 77 | 40 | 37 | 0 | 61 | 63 | 113 | 2 | 42 | 22 |
| Binary | 111111 | 100000 | 11111 | 0 | 110001 | 110011 | 1001011 | 10 | 100010 | 10010 |
Color Harmonies of #3F201F
Complementary color
Monochromatic Colors of #3F201F
Black with #3F201F
Text Example
Text Example
White with #3F201F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F201F; }
p { color: rgb(63,32,31); }
H1.HeaderClassName
{
color: #3F201F;
}
.AnyTagClassName
{
color: #3F201F;
}
</style>
background-color css
<style>
a { background-color: #3F201F; }
a { background-color: rgb(63,32,31); }
div.DivClassName
{
background-color: #3F201F;
}
.BgClassName
{
background-color: #3F201F;
}
</style>
border-color css
<style>
span { border-color: #3F201F; }
span { border-color: rgb(63,32,31); }
td.TdClassName
{
border-color: #3F201F;
}
.TagClassName
{
border-color: #3F201F;
}
</style>