Shades of Seal Brown #3F0D02
Tints of Seal Brown #3F0D02
RGB
CMYK
RGB Variations
Color information
#3F0D02 (or 0x3F0D02) is known color: Seal Brown. HEX triplet: 3F, 0D and 02. RGB value is (63,13,2). Sum of RGB (Red+Green+Blue) = 63+13+2=78 (10% of max value = 765). Red value is 63 (25% from 255 or 80.77% from 78); Green value is 13 (5.47% from 255 or 16.67% from 78); Blue value is 2 (1.17% from 255 or 2.56% from 78); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0D02 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F0D02 is #C0F2FD. Grayscale: #1A1A1A. Windows color (decimal): -12645118 or 134463. OLE color: 134463.
HSL color Cylindrical-coordinate representation of color #3F0D02: hue angle of 10.82º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3F0D02 is Cyan = 0, Magento = 0.79, Yellow = 0.97 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 13 | 2 | - |
| CMYK | 0 | 0.79 | 0.97 | 0.75 |
| HSL | 10.82º | 0.94% | 0.13% | - |
| HSV(B) | 10.82º | 0.97% | 0.25% | - |
| XYZ | 2.2 | 1.35 | 0.2 | - |
| YUV | 26.7 | 114.07 | 153.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 13 | 2 | 0 | 0.79 | 0.97 | 0.75 | 10.82 | 0.94 | 0.13 |
| Hex | 3F | D | 2 | 0 | 4F | 61 | 4B | B | 5E | D |
| Octal | 77 | 15 | 2 | 0 | 117 | 141 | 113 | 13 | 136 | 15 |
| Binary | 111111 | 1101 | 10 | 0 | 1001111 | 1100001 | 1001011 | 1011 | 1011110 | 1101 |
Color Harmonies of #3F0D02
Complementary color
Monochromatic Colors of #3F0D02
Black with #3F0D02
Text Example
Text Example
White with #3F0D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0D02; }
p { color: rgb(63,13,2); }
H1.HeaderClassName
{
color: #3F0D02;
}
.AnyTagClassName
{
color: #3F0D02;
}
</style>
background-color css
<style>
a { background-color: #3F0D02; }
a { background-color: rgb(63,13,2); }
div.DivClassName
{
background-color: #3F0D02;
}
.BgClassName
{
background-color: #3F0D02;
}
</style>
border-color css
<style>
span { border-color: #3F0D02; }
span { border-color: rgb(63,13,2); }
td.TdClassName
{
border-color: #3F0D02;
}
.TagClassName
{
border-color: #3F0D02;
}
</style>