Shades of Seal Brown #3F0B00
Tints of Seal Brown #3F0B00
RGB
CMYK
RGB Variations
Color information
#3F0B00 (or 0x3F0B00) is known color: Seal Brown. HEX triplet: 3F, 0B and 00. RGB value is (63,11,0). Sum of RGB (Red+Green+Blue) = 63+11+0=74 (9% of max value = 765). Red value is 63 (25% from 255 or 85.14% from 74); Green value is 11 (4.69% from 255 or 14.86% from 74); Blue value is 0 (0.39% from 255 or 0% from 74); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0B00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F0B00 is #C0F4FF. Grayscale: #191919. Windows color (decimal): -12645632 or 2879. OLE color: 2879.
HSL color Cylindrical-coordinate representation of color #3F0B00: hue angle of 10.48º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3F0B00 is Cyan = 0, Magento = 0.83, Yellow = 1 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 11 | 0 | - |
| CMYK | 0 | 0.83 | 1 | 0.75 |
| HSL | 10.48º | 1% | 0.12% | - |
| HSV(B) | 10.48º | 1% | 0.25% | - |
| XYZ | 2.17 | 1.3 | 0.14 | - |
| YUV | 25.29 | 113.73 | 154.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 11 | 0 | 0 | 0.83 | 1 | 0.75 | 10.48 | 1 | 0.12 |
| Hex | 3F | B | 0 | 0 | 53 | 64 | 4B | A | 64 | C |
| Octal | 77 | 13 | 0 | 0 | 123 | 144 | 113 | 12 | 144 | 14 |
| Binary | 111111 | 1011 | 0 | 0 | 1010011 | 1100100 | 1001011 | 1010 | 1100100 | 1100 |
Color Harmonies of #3F0B00
Complementary color
Monochromatic Colors of #3F0B00
Black with #3F0B00
Text Example
Text Example
White with #3F0B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0B00; }
p { color: rgb(63,11,0); }
H1.HeaderClassName
{
color: #3F0B00;
}
.AnyTagClassName
{
color: #3F0B00;
}
</style>
background-color css
<style>
a { background-color: #3F0B00; }
a { background-color: rgb(63,11,0); }
div.DivClassName
{
background-color: #3F0B00;
}
.BgClassName
{
background-color: #3F0B00;
}
</style>
border-color css
<style>
span { border-color: #3F0B00; }
span { border-color: rgb(63,11,0); }
td.TdClassName
{
border-color: #3F0B00;
}
.TagClassName
{
border-color: #3F0B00;
}
</style>