Shades of Seal Brown #3F0D0D
Tints of Seal Brown #3F0D0D
RGB
CMYK
RGB Variations
Color information
#3F0D0D (or 0x3F0D0D) is known color: Seal Brown. HEX triplet: 3F, 0D and 0D. RGB value is (63,13,13). Sum of RGB (Red+Green+Blue) = 63+13+13=89 (11% of max value = 765). Red value is 63 (25% from 255 or 70.79% from 89); Green value is 13 (5.47% from 255 or 14.61% from 89); Blue value is 13 (5.47% from 255 or 14.61% from 89); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0D0D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F0D0D is #C0F2F2. Grayscale: #1C1C1C. Windows color (decimal): -12645107 or 855359. OLE color: 855359.
HSL color Cylindrical-coordinate representation of color #3F0D0D: hue angle of 0º 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 #3F0D0D is Cyan = 0, Magento = 0.79, Yellow = 0.79 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 13 | 13 | - |
| CMYK | 0 | 0.79 | 0.79 | 0.75 |
| HSL | 0º | 0.66% | 0.15% | - |
| HSV(B) | 0º | 0.79% | 0.25% | - |
| XYZ | 2.27 | 1.37 | 0.53 | - |
| YUV | 27.95 | 119.57 | 153 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 13 | 13 | 0 | 0.79 | 0.79 | 0.75 | 0 | 0.66 | 0.15 |
| Hex | 3F | D | D | 0 | 4F | 4F | 4B | 0 | 42 | F |
| Octal | 77 | 15 | 15 | 0 | 117 | 117 | 113 | 0 | 102 | 17 |
| Binary | 111111 | 1101 | 1101 | 0 | 1001111 | 1001111 | 1001011 | 0 | 1000010 | 1111 |
Color Harmonies of #3F0D0D
Complementary color
Monochromatic Colors of #3F0D0D
Black with #3F0D0D
Text Example
Text Example
White with #3F0D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0D0D; }
p { color: rgb(63,13,13); }
H1.HeaderClassName
{
color: #3F0D0D;
}
.AnyTagClassName
{
color: #3F0D0D;
}
</style>
background-color css
<style>
a { background-color: #3F0D0D; }
a { background-color: rgb(63,13,13); }
div.DivClassName
{
background-color: #3F0D0D;
}
.BgClassName
{
background-color: #3F0D0D;
}
</style>
border-color css
<style>
span { border-color: #3F0D0D; }
span { border-color: rgb(63,13,13); }
td.TdClassName
{
border-color: #3F0D0D;
}
.TagClassName
{
border-color: #3F0D0D;
}
</style>