Shades of Seal Brown #3F0B03
Tints of Seal Brown #3F0B03
RGB
CMYK
RGB Variations
Color information
#3F0B03 (or 0x3F0B03) is known color: Seal Brown. HEX triplet: 3F, 0B and 03. RGB value is (63,11,3). Sum of RGB (Red+Green+Blue) = 63+11+3=77 (10% of max value = 765). Red value is 63 (25% from 255 or 81.82% from 77); Green value is 11 (4.69% from 255 or 14.29% from 77); Blue value is 3 (1.56% from 255 or 3.90% from 77); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0B03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F0B03 is #C0F4FC. Grayscale: #191919. Windows color (decimal): -12645629 or 199487. OLE color: 199487.
HSL color Cylindrical-coordinate representation of color #3F0B03: hue angle of 8º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3F0B03 is Cyan = 0, Magento = 0.83, Yellow = 0.95 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 11 | 3 | - |
| CMYK | 0 | 0.83 | 0.95 | 0.75 |
| HSL | 8º | 0.91% | 0.13% | - |
| HSV(B) | 8º | 0.95% | 0.25% | - |
| XYZ | 2.19 | 1.3 | 0.22 | - |
| YUV | 25.64 | 115.23 | 154.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 11 | 3 | 0 | 0.83 | 0.95 | 0.75 | 8 | 0.91 | 0.13 |
| Hex | 3F | B | 3 | 0 | 53 | 5F | 4B | 8 | 5B | D |
| Octal | 77 | 13 | 3 | 0 | 123 | 137 | 113 | 10 | 133 | 15 |
| Binary | 111111 | 1011 | 11 | 0 | 1010011 | 1011111 | 1001011 | 1000 | 1011011 | 1101 |
Color Harmonies of #3F0B03
Complementary color
Monochromatic Colors of #3F0B03
Black with #3F0B03
Text Example
Text Example
White with #3F0B03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0B03; }
p { color: rgb(63,11,3); }
H1.HeaderClassName
{
color: #3F0B03;
}
.AnyTagClassName
{
color: #3F0B03;
}
</style>
background-color css
<style>
a { background-color: #3F0B03; }
a { background-color: rgb(63,11,3); }
div.DivClassName
{
background-color: #3F0B03;
}
.BgClassName
{
background-color: #3F0B03;
}
</style>
border-color css
<style>
span { border-color: #3F0B03; }
span { border-color: rgb(63,11,3); }
td.TdClassName
{
border-color: #3F0B03;
}
.TagClassName
{
border-color: #3F0B03;
}
</style>