Shades of Seal Brown #4F0502
Tints of Seal Brown #4F0502
RGB
CMYK
RGB Variations
Color information
#4F0502 (or 0x4F0502) is known color: Seal Brown. HEX triplet: 4F, 05 and 02. RGB value is (79,5,2). Sum of RGB (Red+Green+Blue) = 79+5+2=86 (11% of max value = 765). Red value is 79 (31.25% from 255 or 91.86% from 86); Green value is 5 (2.34% from 255 or 5.81% from 86); Blue value is 2 (1.17% from 255 or 2.33% from 86); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0502 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F0502 is #B0FAFD. Grayscale: #1A1A1A. Windows color (decimal): -11598590 or 132431. OLE color: 132431.
HSL color Cylindrical-coordinate representation of color #4F0502: hue angle of 2.34º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4F0502 is Cyan = 0, Magento = 0.94, Yellow = 0.97 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 5 | 2 | - |
| CMYK | 0 | 0.94 | 0.97 | 0.69 |
| HSL | 2.34º | 0.95% | 0.16% | - |
| HSV(B) | 2.34º | 0.97% | 0.31% | - |
| XYZ | 3.29 | 1.78 | 0.23 | - |
| YUV | 26.78 | 114.02 | 165.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 5 | 2 | 0 | 0.94 | 0.97 | 0.69 | 2.34 | 0.95 | 0.16 |
| Hex | 4F | 5 | 2 | 0 | 5E | 61 | 45 | 2 | 5F | 10 |
| Octal | 117 | 5 | 2 | 0 | 136 | 141 | 105 | 2 | 137 | 20 |
| Binary | 1001111 | 101 | 10 | 0 | 1011110 | 1100001 | 1000101 | 10 | 1011111 | 10000 |
Color Harmonies of #4F0502
Complementary color
Monochromatic Colors of #4F0502
Black with #4F0502
Text Example
Text Example
White with #4F0502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0502; }
p { color: rgb(79,5,2); }
H1.HeaderClassName
{
color: #4F0502;
}
.AnyTagClassName
{
color: #4F0502;
}
</style>
background-color css
<style>
a { background-color: #4F0502; }
a { background-color: rgb(79,5,2); }
div.DivClassName
{
background-color: #4F0502;
}
.BgClassName
{
background-color: #4F0502;
}
</style>
border-color css
<style>
span { border-color: #4F0502; }
span { border-color: rgb(79,5,2); }
td.TdClassName
{
border-color: #4F0502;
}
.TagClassName
{
border-color: #4F0502;
}
</style>