Shades of Seal Brown #4F0B07
Tints of Seal Brown #4F0B07
RGB
CMYK
RGB Variations
Color information
#4F0B07 (or 0x4F0B07) is known color: Seal Brown. HEX triplet: 4F, 0B and 07. RGB value is (79,11,7). Sum of RGB (Red+Green+Blue) = 79+11+7=97 (12% of max value = 765). Red value is 79 (31.25% from 255 or 81.44% from 97); Green value is 11 (4.69% from 255 or 11.34% from 97); Blue value is 7 (3.12% from 255 or 7.22% from 97); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0B07 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F0B07 is #B0F4F8. Grayscale: #1E1E1E. Windows color (decimal): -11597049 or 461647. OLE color: 461647.
HSL color Cylindrical-coordinate representation of color #4F0B07: hue angle of 3.33º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4F0B07 is Cyan = 0, Magento = 0.86, Yellow = 0.91 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 11 | 7 | - |
| CMYK | 0 | 0.86 | 0.91 | 0.69 |
| HSL | 3.33º | 0.84% | 0.17% | - |
| HSV(B) | 3.33º | 0.91% | 0.31% | - |
| XYZ | 3.38 | 1.92 | 0.39 | - |
| YUV | 30.88 | 114.53 | 162.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 11 | 7 | 0 | 0.86 | 0.91 | 0.69 | 3.33 | 0.84 | 0.17 |
| Hex | 4F | B | 7 | 0 | 56 | 5B | 45 | 3 | 54 | 11 |
| Octal | 117 | 13 | 7 | 0 | 126 | 133 | 105 | 3 | 124 | 21 |
| Binary | 1001111 | 1011 | 111 | 0 | 1010110 | 1011011 | 1000101 | 11 | 1010100 | 10001 |
Color Harmonies of #4F0B07
Complementary color
Monochromatic Colors of #4F0B07
Black with #4F0B07
Text Example
Text Example
White with #4F0B07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0B07; }
p { color: rgb(79,11,7); }
H1.HeaderClassName
{
color: #4F0B07;
}
.AnyTagClassName
{
color: #4F0B07;
}
</style>
background-color css
<style>
a { background-color: #4F0B07; }
a { background-color: rgb(79,11,7); }
div.DivClassName
{
background-color: #4F0B07;
}
.BgClassName
{
background-color: #4F0B07;
}
</style>
border-color css
<style>
span { border-color: #4F0B07; }
span { border-color: rgb(79,11,7); }
td.TdClassName
{
border-color: #4F0B07;
}
.TagClassName
{
border-color: #4F0B07;
}
</style>