Shades of Seal Brown #4F0701
Tints of Seal Brown #4F0701
RGB
CMYK
RGB Variations
Color information
#4F0701 (or 0x4F0701) is known color: Seal Brown. HEX triplet: 4F, 07 and 01. RGB value is (79,7,1). Sum of RGB (Red+Green+Blue) = 79+7+1=87 (11% of max value = 765). Red value is 79 (31.25% from 255 or 90.80% from 87); Green value is 7 (3.12% from 255 or 8.05% from 87); Blue value is 1 (0.78% from 255 or 1.15% from 87); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0701 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F0701 is #B0F8FE. Grayscale: #1B1B1B. Windows color (decimal): -11598079 or 67407. OLE color: 67407.
HSL color Cylindrical-coordinate representation of color #4F0701: hue angle of 4.62º 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 #4F0701 is Cyan = 0, Magento = 0.91, Yellow = 0.99 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 7 | 1 | - |
| CMYK | 0 | 0.91 | 0.99 | 0.69 |
| HSL | 4.62º | 0.98% | 0.16% | - |
| HSV(B) | 4.62º | 0.99% | 0.31% | - |
| XYZ | 3.31 | 1.82 | 0.21 | - |
| YUV | 27.84 | 112.85 | 164.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 7 | 1 | 0 | 0.91 | 0.99 | 0.69 | 4.62 | 0.98 | 0.16 |
| Hex | 4F | 7 | 1 | 0 | 5B | 63 | 45 | 5 | 62 | 10 |
| Octal | 117 | 7 | 1 | 0 | 133 | 143 | 105 | 5 | 142 | 20 |
| Binary | 1001111 | 111 | 1 | 0 | 1011011 | 1100011 | 1000101 | 101 | 1100010 | 10000 |
Color Harmonies of #4F0701
Complementary color
Monochromatic Colors of #4F0701
Black with #4F0701
Text Example
Text Example
White with #4F0701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0701; }
p { color: rgb(79,7,1); }
H1.HeaderClassName
{
color: #4F0701;
}
.AnyTagClassName
{
color: #4F0701;
}
</style>
background-color css
<style>
a { background-color: #4F0701; }
a { background-color: rgb(79,7,1); }
div.DivClassName
{
background-color: #4F0701;
}
.BgClassName
{
background-color: #4F0701;
}
</style>
border-color css
<style>
span { border-color: #4F0701; }
span { border-color: rgb(79,7,1); }
td.TdClassName
{
border-color: #4F0701;
}
.TagClassName
{
border-color: #4F0701;
}
</style>