Shades of Seal Brown #4F0504
Tints of Seal Brown #4F0504
RGB
CMYK
RGB Variations
Color information
#4F0504 (or 0x4F0504) is known color: Seal Brown. HEX triplet: 4F, 05 and 04. RGB value is (79,5,4). Sum of RGB (Red+Green+Blue) = 79+5+4=88 (11% of max value = 765). Red value is 79 (31.25% from 255 or 89.77% from 88); Green value is 5 (2.34% from 255 or 5.68% from 88); Blue value is 4 (1.95% from 255 or 4.55% from 88); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0504 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F0504 is #B0FAFB. Grayscale: #1B1B1B. Windows color (decimal): -11598588 or 263503. OLE color: 263503.
HSL color Cylindrical-coordinate representation of color #4F0504: hue angle of 0.8º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4F0504 is Cyan = 0, Magento = 0.94, Yellow = 0.95 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 5 | 4 | - |
| CMYK | 0 | 0.94 | 0.95 | 0.69 |
| HSL | 0.8º | 0.9% | 0.16% | - |
| HSV(B) | 0.8º | 0.95% | 0.31% | - |
| XYZ | 3.3 | 1.78 | 0.28 | - |
| YUV | 27.01 | 115.02 | 165.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 5 | 4 | 0 | 0.94 | 0.95 | 0.69 | 0.8 | 0.9 | 0.16 |
| Hex | 4F | 5 | 4 | 0 | 5E | 5F | 45 | 1 | 5A | 10 |
| Octal | 117 | 5 | 4 | 0 | 136 | 137 | 105 | 1 | 132 | 20 |
| Binary | 1001111 | 101 | 100 | 0 | 1011110 | 1011111 | 1000101 | 1 | 1011010 | 10000 |
Color Harmonies of #4F0504
Complementary color
Monochromatic Colors of #4F0504
Black with #4F0504
Text Example
Text Example
White with #4F0504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0504; }
p { color: rgb(79,5,4); }
H1.HeaderClassName
{
color: #4F0504;
}
.AnyTagClassName
{
color: #4F0504;
}
</style>
background-color css
<style>
a { background-color: #4F0504; }
a { background-color: rgb(79,5,4); }
div.DivClassName
{
background-color: #4F0504;
}
.BgClassName
{
background-color: #4F0504;
}
</style>
border-color css
<style>
span { border-color: #4F0504; }
span { border-color: rgb(79,5,4); }
td.TdClassName
{
border-color: #4F0504;
}
.TagClassName
{
border-color: #4F0504;
}
</style>