Shades of Seal Brown #3F130C
Tints of Seal Brown #3F130C
RGB
CMYK
RGB Variations
Color information
#3F130C (or 0x3F130C) is known color: Seal Brown. HEX triplet: 3F, 13 and 0C. RGB value is (63,19,12). Sum of RGB (Red+Green+Blue) = 63+19+12=94 (12% of max value = 765). Red value is 63 (25% from 255 or 67.02% from 94); Green value is 19 (7.81% from 255 or 20.21% from 94); Blue value is 12 (5.08% from 255 or 12.77% from 94); Max value from RGB is 63 - color contains mainly: red. Hex color #3F130C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F130C is #C0ECF3. Grayscale: #1F1F1F. Windows color (decimal): -12643572 or 791359. OLE color: 791359.
HSL color Cylindrical-coordinate representation of color #3F130C: hue angle of 8.24º degrees, saturation: 0.68, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3F130C is Cyan = 0, Magento = 0.70, Yellow = 0.81 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 19 | 12 | - |
| CMYK | 0 | 0.70 | 0.81 | 0.75 |
| HSL | 8.24º | 0.68% | 0.15% | - |
| HSV(B) | 8.24º | 0.81% | 0.25% | - |
| XYZ | 2.35 | 1.55 | 0.52 | - |
| YUV | 31.36 | 117.08 | 150.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 19 | 12 | 0 | 0.70 | 0.81 | 0.75 | 8.24 | 0.68 | 0.15 |
| Hex | 3F | 13 | C | 0 | 46 | 51 | 4B | 8 | 44 | F |
| Octal | 77 | 23 | 14 | 0 | 106 | 121 | 113 | 10 | 104 | 17 |
| Binary | 111111 | 10011 | 1100 | 0 | 1000110 | 1010001 | 1001011 | 1000 | 1000100 | 1111 |
Color Harmonies of #3F130C
Complementary color
Monochromatic Colors of #3F130C
Black with #3F130C
Text Example
Text Example
White with #3F130C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F130C; }
p { color: rgb(63,19,12); }
H1.HeaderClassName
{
color: #3F130C;
}
.AnyTagClassName
{
color: #3F130C;
}
</style>
background-color css
<style>
a { background-color: #3F130C; }
a { background-color: rgb(63,19,12); }
div.DivClassName
{
background-color: #3F130C;
}
.BgClassName
{
background-color: #3F130C;
}
</style>
border-color css
<style>
span { border-color: #3F130C; }
span { border-color: rgb(63,19,12); }
td.TdClassName
{
border-color: #3F130C;
}
.TagClassName
{
border-color: #3F130C;
}
</style>