Shades of Seal Brown #3F0504
Tints of Seal Brown #3F0504
RGB
CMYK
RGB Variations
Color information
#3F0504 (or 0x3F0504) is known color: Seal Brown. HEX triplet: 3F, 05 and 04. RGB value is (63,5,4). Sum of RGB (Red+Green+Blue) = 63+5+4=72 (9% of max value = 765). Red value is 63 (25% from 255 or 87.5% from 72); Green value is 5 (2.34% from 255 or 6.94% from 72); Blue value is 4 (1.95% from 255 or 5.56% from 72); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0504 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F0504 is #C0FAFB. Grayscale: #161616. Windows color (decimal): -12647164 or 263487. OLE color: 263487.
HSL color Cylindrical-coordinate representation of color #3F0504: hue angle of 1.02º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3F0504 is Cyan = 0, Magento = 0.92, Yellow = 0.94 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 5 | 4 | - |
| CMYK | 0 | 0.92 | 0.94 | 0.75 |
| HSL | 1.02º | 0.88% | 0.13% | - |
| HSV(B) | 1.02º | 0.94% | 0.25% | - |
| XYZ | 2.13 | 1.17 | 0.23 | - |
| YUV | 22.23 | 117.72 | 157.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 5 | 4 | 0 | 0.92 | 0.94 | 0.75 | 1.02 | 0.88 | 0.13 |
| Hex | 3F | 5 | 4 | 0 | 5C | 5E | 4B | 1 | 58 | D |
| Octal | 77 | 5 | 4 | 0 | 134 | 136 | 113 | 1 | 130 | 15 |
| Binary | 111111 | 101 | 100 | 0 | 1011100 | 1011110 | 1001011 | 1 | 1011000 | 1101 |
Color Harmonies of #3F0504
Complementary color
Monochromatic Colors of #3F0504
Black with #3F0504
Text Example
Text Example
White with #3F0504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0504; }
p { color: rgb(63,5,4); }
H1.HeaderClassName
{
color: #3F0504;
}
.AnyTagClassName
{
color: #3F0504;
}
</style>
background-color css
<style>
a { background-color: #3F0504; }
a { background-color: rgb(63,5,4); }
div.DivClassName
{
background-color: #3F0504;
}
.BgClassName
{
background-color: #3F0504;
}
</style>
border-color css
<style>
span { border-color: #3F0504; }
span { border-color: rgb(63,5,4); }
td.TdClassName
{
border-color: #3F0504;
}
.TagClassName
{
border-color: #3F0504;
}
</style>