Shades of Seal Brown #3F1008
Tints of Seal Brown #3F1008
RGB
CMYK
RGB Variations
Color information
#3F1008 (or 0x3F1008) is known color: Seal Brown. HEX triplet: 3F, 10 and 08. RGB value is (63,16,8). Sum of RGB (Red+Green+Blue) = 63+16+8=87 (11% of max value = 765). Red value is 63 (25% from 255 or 72.41% from 87); Green value is 16 (6.64% from 255 or 18.39% from 87); Blue value is 8 (3.52% from 255 or 9.20% from 87); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1008 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F1008 is #C0EFF7. Grayscale: #1D1D1D. Windows color (decimal): -12644344 or 528447. OLE color: 528447.
HSL color Cylindrical-coordinate representation of color #3F1008: hue angle of 8.73º 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 #3F1008 is Cyan = 0, Magento = 0.75, Yellow = 0.87 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 16 | 8 | - |
| CMYK | 0 | 0.75 | 0.87 | 0.75 |
| HSL | 8.73º | 0.77% | 0.14% | - |
| HSV(B) | 8.73º | 0.87% | 0.25% | - |
| XYZ | 2.28 | 1.44 | 0.39 | - |
| YUV | 29.14 | 116.07 | 152.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 16 | 8 | 0 | 0.75 | 0.87 | 0.75 | 8.73 | 0.77 | 0.14 |
| Hex | 3F | 10 | 8 | 0 | 4B | 57 | 4B | 9 | 4D | E |
| Octal | 77 | 20 | 10 | 0 | 113 | 127 | 113 | 11 | 115 | 16 |
| Binary | 111111 | 10000 | 1000 | 0 | 1001011 | 1010111 | 1001011 | 1001 | 1001101 | 1110 |
Color Harmonies of #3F1008
Complementary color
Monochromatic Colors of #3F1008
Black with #3F1008
Text Example
Text Example
White with #3F1008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1008; }
p { color: rgb(63,16,8); }
H1.HeaderClassName
{
color: #3F1008;
}
.AnyTagClassName
{
color: #3F1008;
}
</style>
background-color css
<style>
a { background-color: #3F1008; }
a { background-color: rgb(63,16,8); }
div.DivClassName
{
background-color: #3F1008;
}
.BgClassName
{
background-color: #3F1008;
}
</style>
border-color css
<style>
span { border-color: #3F1008; }
span { border-color: rgb(63,16,8); }
td.TdClassName
{
border-color: #3F1008;
}
.TagClassName
{
border-color: #3F1008;
}
</style>