Shades of Seal Brown #4F0805
Tints of Seal Brown #4F0805
RGB
CMYK
RGB Variations
Color information
#4F0805 (or 0x4F0805) is known color: Seal Brown. HEX triplet: 4F, 08 and 05. RGB value is (79,8,5). Sum of RGB (Red+Green+Blue) = 79+8+5=92 (12% of max value = 765). Red value is 79 (31.25% from 255 or 85.87% from 92); Green value is 8 (3.52% from 255 or 8.70% from 92); Blue value is 5 (2.34% from 255 or 5.43% from 92); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0805 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F0805 is #B0F7FA. Grayscale: #1C1C1C. Windows color (decimal): -11597819 or 329807. OLE color: 329807.
HSL color Cylindrical-coordinate representation of color #4F0805: hue angle of 2.43º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4F0805 is Cyan = 0, Magento = 0.90, Yellow = 0.94 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 8 | 5 | - |
| CMYK | 0 | 0.90 | 0.94 | 0.69 |
| HSL | 2.43º | 0.88% | 0.16% | - |
| HSV(B) | 2.43º | 0.94% | 0.31% | - |
| XYZ | 3.34 | 1.85 | 0.32 | - |
| YUV | 28.89 | 114.52 | 163.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 8 | 5 | 0 | 0.90 | 0.94 | 0.69 | 2.43 | 0.88 | 0.16 |
| Hex | 4F | 8 | 5 | 0 | 5A | 5E | 45 | 2 | 58 | 10 |
| Octal | 117 | 10 | 5 | 0 | 132 | 136 | 105 | 2 | 130 | 20 |
| Binary | 1001111 | 1000 | 101 | 0 | 1011010 | 1011110 | 1000101 | 10 | 1011000 | 10000 |
Color Harmonies of #4F0805
Complementary color
Monochromatic Colors of #4F0805
Black with #4F0805
Text Example
Text Example
White with #4F0805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0805; }
p { color: rgb(79,8,5); }
H1.HeaderClassName
{
color: #4F0805;
}
.AnyTagClassName
{
color: #4F0805;
}
</style>
background-color css
<style>
a { background-color: #4F0805; }
a { background-color: rgb(79,8,5); }
div.DivClassName
{
background-color: #4F0805;
}
.BgClassName
{
background-color: #4F0805;
}
</style>
border-color css
<style>
span { border-color: #4F0805; }
span { border-color: rgb(79,8,5); }
td.TdClassName
{
border-color: #4F0805;
}
.TagClassName
{
border-color: #4F0805;
}
</style>