Shades of Seal Brown #3F130A
Tints of Seal Brown #3F130A
RGB
CMYK
RGB Variations
Color information
#3F130A (or 0x3F130A) is known color: Seal Brown. HEX triplet: 3F, 13 and 0A. RGB value is (63,19,10). Sum of RGB (Red+Green+Blue) = 63+19+10=92 (12% of max value = 765). Red value is 63 (25% from 255 or 68.48% from 92); Green value is 19 (7.81% from 255 or 20.65% from 92); Blue value is 10 (4.30% from 255 or 10.87% from 92); Max value from RGB is 63 - color contains mainly: red. Hex color #3F130A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F130A is #C0ECF5. Grayscale: #1F1F1F. Windows color (decimal): -12643574 or 660287. OLE color: 660287.
HSL color Cylindrical-coordinate representation of color #3F130A: hue angle of 10.19º degrees, saturation: 0.73, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3F130A is Cyan = 0, Magento = 0.70, Yellow = 0.84 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 19 | 10 | - |
| CMYK | 0 | 0.70 | 0.84 | 0.75 |
| HSL | 10.19º | 0.73% | 0.14% | - |
| HSV(B) | 10.19º | 0.84% | 0.25% | - |
| XYZ | 2.34 | 1.54 | 0.46 | - |
| YUV | 31.13 | 116.08 | 150.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 19 | 10 | 0 | 0.70 | 0.84 | 0.75 | 10.19 | 0.73 | 0.14 |
| Hex | 3F | 13 | A | 0 | 46 | 54 | 4B | A | 49 | E |
| Octal | 77 | 23 | 12 | 0 | 106 | 124 | 113 | 12 | 111 | 16 |
| Binary | 111111 | 10011 | 1010 | 0 | 1000110 | 1010100 | 1001011 | 1010 | 1001001 | 1110 |
Color Harmonies of #3F130A
Complementary color
Monochromatic Colors of #3F130A
Black with #3F130A
Text Example
Text Example
White with #3F130A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F130A; }
p { color: rgb(63,19,10); }
H1.HeaderClassName
{
color: #3F130A;
}
.AnyTagClassName
{
color: #3F130A;
}
</style>
background-color css
<style>
a { background-color: #3F130A; }
a { background-color: rgb(63,19,10); }
div.DivClassName
{
background-color: #3F130A;
}
.BgClassName
{
background-color: #3F130A;
}
</style>
border-color css
<style>
span { border-color: #3F130A; }
span { border-color: rgb(63,19,10); }
td.TdClassName
{
border-color: #3F130A;
}
.TagClassName
{
border-color: #3F130A;
}
</style>