Shades of Seal Brown #4F0201
Tints of Seal Brown #4F0201
RGB
CMYK
RGB Variations
Color information
#4F0201 (or 0x4F0201) is known color: Seal Brown. HEX triplet: 4F, 02 and 01. RGB value is (79,2,1). Sum of RGB (Red+Green+Blue) = 79+2+1=82 (10% of max value = 765). Red value is 79 (31.25% from 255 or 96.34% from 82); Green value is 2 (1.17% from 255 or 2.44% from 82); Blue value is 1 (0.78% from 255 or 1.22% from 82); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0201 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F0201 is #B0FDFE. Grayscale: #181818. Windows color (decimal): -11599359 or 66127. OLE color: 66127.
HSL color Cylindrical-coordinate representation of color #4F0201: hue angle of 0.77º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4F0201 is Cyan = 0, Magento = 0.97, Yellow = 0.99 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 2 | 1 | - |
| CMYK | 0 | 0.97 | 0.99 | 0.69 |
| HSL | 0.77º | 0.98% | 0.16% | - |
| HSV(B) | 0.77º | 0.99% | 0.31% | - |
| XYZ | 3.25 | 1.71 | 0.19 | - |
| YUV | 24.91 | 114.51 | 166.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 2 | 1 | 0 | 0.97 | 0.99 | 0.69 | 0.77 | 0.98 | 0.16 |
| Hex | 4F | 2 | 1 | 0 | 61 | 63 | 45 | 1 | 62 | 10 |
| Octal | 117 | 2 | 1 | 0 | 141 | 143 | 105 | 1 | 142 | 20 |
| Binary | 1001111 | 10 | 1 | 0 | 1100001 | 1100011 | 1000101 | 1 | 1100010 | 10000 |
Color Harmonies of #4F0201
Complementary color
Monochromatic Colors of #4F0201
Black with #4F0201
Text Example
Text Example
White with #4F0201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0201; }
p { color: rgb(79,2,1); }
H1.HeaderClassName
{
color: #4F0201;
}
.AnyTagClassName
{
color: #4F0201;
}
</style>
background-color css
<style>
a { background-color: #4F0201; }
a { background-color: rgb(79,2,1); }
div.DivClassName
{
background-color: #4F0201;
}
.BgClassName
{
background-color: #4F0201;
}
</style>
border-color css
<style>
span { border-color: #4F0201; }
span { border-color: rgb(79,2,1); }
td.TdClassName
{
border-color: #4F0201;
}
.TagClassName
{
border-color: #4F0201;
}
</style>