Shades of Seal Brown #4F0200
Tints of Seal Brown #4F0200
RGB
CMYK
RGB Variations
Color information
#4F0200 (or 0x4F0200) is known color: Seal Brown. HEX triplet: 4F, 02 and 00. RGB value is (79,2,0). Sum of RGB (Red+Green+Blue) = 79+2+0=81 (10% of max value = 765). Red value is 79 (31.25% from 255 or 97.53% from 81); Green value is 2 (1.17% from 255 or 2.47% from 81); Blue value is 0 (0.39% from 255 or 0% from 81); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0200 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F0200 is #B0FDFF. Grayscale: #181818. Windows color (decimal): -11599360 or 591. OLE color: 591.
HSL color Cylindrical-coordinate representation of color #4F0200: hue angle of 1.52º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4F0200 is Cyan = 0, Magento = 0.97, Yellow = 1 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 2 | 0 | - |
| CMYK | 0 | 0.97 | 1 | 0.69 |
| HSL | 1.52º | 1% | 0.15% | - |
| HSV(B) | 1.52º | 1% | 0.31% | - |
| XYZ | 3.25 | 1.71 | 0.16 | - |
| YUV | 24.8 | 114.01 | 166.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 2 | 0 | 0 | 0.97 | 1 | 0.69 | 1.52 | 1 | 0.15 |
| Hex | 4F | 2 | 0 | 0 | 61 | 64 | 45 | 2 | 64 | F |
| Octal | 117 | 2 | 0 | 0 | 141 | 144 | 105 | 2 | 144 | 17 |
| Binary | 1001111 | 10 | 0 | 0 | 1100001 | 1100100 | 1000101 | 10 | 1100100 | 1111 |
Color Harmonies of #4F0200
Complementary color
Monochromatic Colors of #4F0200
Black with #4F0200
Text Example
Text Example
White with #4F0200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0200; }
p { color: rgb(79,2,0); }
H1.HeaderClassName
{
color: #4F0200;
}
.AnyTagClassName
{
color: #4F0200;
}
</style>
background-color css
<style>
a { background-color: #4F0200; }
a { background-color: rgb(79,2,0); }
div.DivClassName
{
background-color: #4F0200;
}
.BgClassName
{
background-color: #4F0200;
}
</style>
border-color css
<style>
span { border-color: #4F0200; }
span { border-color: rgb(79,2,0); }
td.TdClassName
{
border-color: #4F0200;
}
.TagClassName
{
border-color: #4F0200;
}
</style>