Shades of Seal Brown #4F0A08
Tints of Seal Brown #4F0A08
RGB
CMYK
RGB Variations
Color information
#4F0A08 (or 0x4F0A08) is known color: Seal Brown. HEX triplet: 4F, 0A and 08. RGB value is (79,10,8). Sum of RGB (Red+Green+Blue) = 79+10+8=97 (12% of max value = 765). Red value is 79 (31.25% from 255 or 81.44% from 97); Green value is 10 (4.30% from 255 or 10.31% from 97); Blue value is 8 (3.52% from 255 or 8.25% from 97); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0A08 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F0A08 is #B0F5F7. Grayscale: #1E1E1E. Windows color (decimal): -11597304 or 526927. OLE color: 526927.
HSL color Cylindrical-coordinate representation of color #4F0A08: hue angle of 1.69º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4F0A08 is Cyan = 0, Magento = 0.87, Yellow = 0.90 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 10 | 8 | - |
| CMYK | 0 | 0.87 | 0.90 | 0.69 |
| HSL | 1.69º | 0.82% | 0.17% | - |
| HSV(B) | 1.69º | 0.9% | 0.31% | - |
| XYZ | 3.38 | 1.9 | 0.42 | - |
| YUV | 30.4 | 115.36 | 162.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 10 | 8 | 0 | 0.87 | 0.90 | 0.69 | 1.69 | 0.82 | 0.17 |
| Hex | 4F | A | 8 | 0 | 57 | 5A | 45 | 2 | 52 | 11 |
| Octal | 117 | 12 | 10 | 0 | 127 | 132 | 105 | 2 | 122 | 21 |
| Binary | 1001111 | 1010 | 1000 | 0 | 1010111 | 1011010 | 1000101 | 10 | 1010010 | 10001 |
Color Harmonies of #4F0A08
Complementary color
Monochromatic Colors of #4F0A08
Black with #4F0A08
Text Example
Text Example
White with #4F0A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0A08; }
p { color: rgb(79,10,8); }
H1.HeaderClassName
{
color: #4F0A08;
}
.AnyTagClassName
{
color: #4F0A08;
}
</style>
background-color css
<style>
a { background-color: #4F0A08; }
a { background-color: rgb(79,10,8); }
div.DivClassName
{
background-color: #4F0A08;
}
.BgClassName
{
background-color: #4F0A08;
}
</style>
border-color css
<style>
span { border-color: #4F0A08; }
span { border-color: rgb(79,10,8); }
td.TdClassName
{
border-color: #4F0A08;
}
.TagClassName
{
border-color: #4F0A08;
}
</style>