Shades of Seal Brown #3F130D
Tints of Seal Brown #3F130D
RGB
CMYK
RGB Variations
Color information
#3F130D (or 0x3F130D) is known color: Seal Brown. HEX triplet: 3F, 13 and 0D. RGB value is (63,19,13). Sum of RGB (Red+Green+Blue) = 63+19+13=95 (12% of max value = 765). Red value is 63 (25% from 255 or 66.32% from 95); Green value is 19 (7.81% from 255 or 20% from 95); Blue value is 13 (5.47% from 255 or 13.68% from 95); Max value from RGB is 63 - color contains mainly: red. Hex color #3F130D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F130D is #C0ECF2. Grayscale: #1F1F1F. Windows color (decimal): -12643571 or 856895. OLE color: 856895.
HSL color Cylindrical-coordinate representation of color #3F130D: hue angle of 7.2º degrees, saturation: 0.66, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3F130D is Cyan = 0, Magento = 0.70, Yellow = 0.79 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 19 | 13 | - |
| CMYK | 0 | 0.70 | 0.79 | 0.75 |
| HSL | 7.2º | 0.66% | 0.15% | - |
| HSV(B) | 7.2º | 0.79% | 0.25% | - |
| XYZ | 2.36 | 1.55 | 0.56 | - |
| YUV | 31.47 | 117.58 | 150.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 19 | 13 | 0 | 0.70 | 0.79 | 0.75 | 7.2 | 0.66 | 0.15 |
| Hex | 3F | 13 | D | 0 | 46 | 4F | 4B | 7 | 42 | F |
| Octal | 77 | 23 | 15 | 0 | 106 | 117 | 113 | 7 | 102 | 17 |
| Binary | 111111 | 10011 | 1101 | 0 | 1000110 | 1001111 | 1001011 | 111 | 1000010 | 1111 |
Color Harmonies of #3F130D
Complementary color
Monochromatic Colors of #3F130D
Black with #3F130D
Text Example
Text Example
White with #3F130D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F130D; }
p { color: rgb(63,19,13); }
H1.HeaderClassName
{
color: #3F130D;
}
.AnyTagClassName
{
color: #3F130D;
}
</style>
background-color css
<style>
a { background-color: #3F130D; }
a { background-color: rgb(63,19,13); }
div.DivClassName
{
background-color: #3F130D;
}
.BgClassName
{
background-color: #3F130D;
}
</style>
border-color css
<style>
span { border-color: #3F130D; }
span { border-color: rgb(63,19,13); }
td.TdClassName
{
border-color: #3F130D;
}
.TagClassName
{
border-color: #3F130D;
}
</style>