Shades of Seal Brown #3F1003
Tints of Seal Brown #3F1003
RGB
CMYK
RGB Variations
Color information
#3F1003 (or 0x3F1003) is known color: Seal Brown. HEX triplet: 3F, 10 and 03. RGB value is (63,16,3). Sum of RGB (Red+Green+Blue) = 63+16+3=82 (10% of max value = 765). Red value is 63 (25% from 255 or 76.83% from 82); Green value is 16 (6.64% from 255 or 19.51% from 82); Blue value is 3 (1.56% from 255 or 3.66% from 82); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1003 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F1003 is #C0EFFC. Grayscale: #1C1C1C. Windows color (decimal): -12644349 or 200767. OLE color: 200767.
HSL color Cylindrical-coordinate representation of color #3F1003: hue angle of 13º 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 #3F1003 is Cyan = 0, Magento = 0.75, Yellow = 0.95 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 16 | 3 | - |
| CMYK | 0 | 0.75 | 0.95 | 0.75 |
| HSL | 13º | 0.91% | 0.13% | - |
| HSV(B) | 13º | 0.95% | 0.25% | - |
| XYZ | 2.25 | 1.43 | 0.24 | - |
| YUV | 28.57 | 113.57 | 152.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 16 | 3 | 0 | 0.75 | 0.95 | 0.75 | 13 | 0.91 | 0.13 |
| Hex | 3F | 10 | 3 | 0 | 4B | 5F | 4B | D | 5B | D |
| Octal | 77 | 20 | 3 | 0 | 113 | 137 | 113 | 15 | 133 | 15 |
| Binary | 111111 | 10000 | 11 | 0 | 1001011 | 1011111 | 1001011 | 1101 | 1011011 | 1101 |
Color Harmonies of #3F1003
Complementary color
Monochromatic Colors of #3F1003
Black with #3F1003
Text Example
Text Example
White with #3F1003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1003; }
p { color: rgb(63,16,3); }
H1.HeaderClassName
{
color: #3F1003;
}
.AnyTagClassName
{
color: #3F1003;
}
</style>
background-color css
<style>
a { background-color: #3F1003; }
a { background-color: rgb(63,16,3); }
div.DivClassName
{
background-color: #3F1003;
}
.BgClassName
{
background-color: #3F1003;
}
</style>
border-color css
<style>
span { border-color: #3F1003; }
span { border-color: rgb(63,16,3); }
td.TdClassName
{
border-color: #3F1003;
}
.TagClassName
{
border-color: #3F1003;
}
</style>