Shades of Seal Brown #4F0403
Tints of Seal Brown #4F0403
RGB
CMYK
RGB Variations
Color information
#4F0403 (or 0x4F0403) is known color: Seal Brown. HEX triplet: 4F, 04 and 03. RGB value is (79,4,3). Sum of RGB (Red+Green+Blue) = 79+4+3=86 (11% of max value = 765). Red value is 79 (31.25% from 255 or 91.86% from 86); Green value is 4 (1.95% from 255 or 4.65% from 86); Blue value is 3 (1.56% from 255 or 3.49% from 86); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0403 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F0403 is #B0FBFC. Grayscale: #1A1A1A. Windows color (decimal): -11598845 or 197711. OLE color: 197711.
HSL color Cylindrical-coordinate representation of color #4F0403: hue angle of 0.79º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4F0403 is Cyan = 0, Magento = 0.95, Yellow = 0.96 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 4 | 3 | - |
| CMYK | 0 | 0.95 | 0.96 | 0.69 |
| HSL | 0.79º | 0.93% | 0.16% | - |
| HSV(B) | 0.79º | 0.96% | 0.31% | - |
| XYZ | 3.28 | 1.76 | 0.25 | - |
| YUV | 26.31 | 114.85 | 165.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 4 | 3 | 0 | 0.95 | 0.96 | 0.69 | 0.79 | 0.93 | 0.16 |
| Hex | 4F | 4 | 3 | 0 | 5F | 60 | 45 | 1 | 5D | 10 |
| Octal | 117 | 4 | 3 | 0 | 137 | 140 | 105 | 1 | 135 | 20 |
| Binary | 1001111 | 100 | 11 | 0 | 1011111 | 1100000 | 1000101 | 1 | 1011101 | 10000 |
Color Harmonies of #4F0403
Complementary color
Monochromatic Colors of #4F0403
Black with #4F0403
Text Example
Text Example
White with #4F0403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0403; }
p { color: rgb(79,4,3); }
H1.HeaderClassName
{
color: #4F0403;
}
.AnyTagClassName
{
color: #4F0403;
}
</style>
background-color css
<style>
a { background-color: #4F0403; }
a { background-color: rgb(79,4,3); }
div.DivClassName
{
background-color: #4F0403;
}
.BgClassName
{
background-color: #4F0403;
}
</style>
border-color css
<style>
span { border-color: #4F0403; }
span { border-color: rgb(79,4,3); }
td.TdClassName
{
border-color: #4F0403;
}
.TagClassName
{
border-color: #4F0403;
}
</style>