Shades of Seal Brown #3F0B08
Tints of Seal Brown #3F0B08
RGB
CMYK
RGB Variations
Color information
#3F0B08 (or 0x3F0B08) is known color: Seal Brown. HEX triplet: 3F, 0B and 08. RGB value is (63,11,8). Sum of RGB (Red+Green+Blue) = 63+11+8=82 (10% of max value = 765). Red value is 63 (25% from 255 or 76.83% from 82); Green value is 11 (4.69% from 255 or 13.41% from 82); Blue value is 8 (3.52% from 255 or 9.76% from 82); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0B08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F0B08 is #C0F4F7. Grayscale: #1A1A1A. Windows color (decimal): -12645624 or 527167. OLE color: 527167.
HSL color Cylindrical-coordinate representation of color #3F0B08: hue angle of 3.27º degrees, saturation: 0.77, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3F0B08 is Cyan = 0, Magento = 0.83, Yellow = 0.87 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 11 | 8 | - |
| CMYK | 0 | 0.83 | 0.87 | 0.75 |
| HSL | 3.27º | 0.77% | 0.14% | - |
| HSV(B) | 3.27º | 0.87% | 0.25% | - |
| XYZ | 2.21 | 1.31 | 0.37 | - |
| YUV | 26.21 | 117.73 | 154.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 11 | 8 | 0 | 0.83 | 0.87 | 0.75 | 3.27 | 0.77 | 0.14 |
| Hex | 3F | B | 8 | 0 | 53 | 57 | 4B | 3 | 4D | E |
| Octal | 77 | 13 | 10 | 0 | 123 | 127 | 113 | 3 | 115 | 16 |
| Binary | 111111 | 1011 | 1000 | 0 | 1010011 | 1010111 | 1001011 | 11 | 1001101 | 1110 |
Color Harmonies of #3F0B08
Complementary color
Monochromatic Colors of #3F0B08
Black with #3F0B08
Text Example
Text Example
White with #3F0B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0B08; }
p { color: rgb(63,11,8); }
H1.HeaderClassName
{
color: #3F0B08;
}
.AnyTagClassName
{
color: #3F0B08;
}
</style>
background-color css
<style>
a { background-color: #3F0B08; }
a { background-color: rgb(63,11,8); }
div.DivClassName
{
background-color: #3F0B08;
}
.BgClassName
{
background-color: #3F0B08;
}
</style>
border-color css
<style>
span { border-color: #3F0B08; }
span { border-color: rgb(63,11,8); }
td.TdClassName
{
border-color: #3F0B08;
}
.TagClassName
{
border-color: #3F0B08;
}
</style>