Shades of Seal Brown #4F0202
Tints of Seal Brown #4F0202
RGB
CMYK
RGB Variations
Color information
#4F0202 (or 0x4F0202) is known color: Seal Brown. HEX triplet: 4F, 02 and 02. RGB value is (79,2,2). Sum of RGB (Red+Green+Blue) = 79+2+2=83 (10% of max value = 765). Red value is 79 (31.25% from 255 or 95.18% from 83); Green value is 2 (1.17% from 255 or 2.41% from 83); Blue value is 2 (1.17% from 255 or 2.41% from 83); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0202 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F0202 is #B0FDFD. Grayscale: #191919. Windows color (decimal): -11599358 or 131663. OLE color: 131663.
HSL color Cylindrical-coordinate representation of color #4F0202: hue angle of 0º 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 #4F0202 is Cyan = 0, Magento = 0.97, Yellow = 0.97 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 2 | 2 | - |
| CMYK | 0 | 0.97 | 0.97 | 0.69 |
| HSL | 0º | 0.95% | 0.16% | - |
| HSV(B) | 0º | 0.97% | 0.31% | - |
| XYZ | 3.26 | 1.71 | 0.22 | - |
| YUV | 25.02 | 115.01 | 166.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 2 | 2 | 0 | 0.97 | 0.97 | 0.69 | 0 | 0.95 | 0.16 |
| Hex | 4F | 2 | 2 | 0 | 61 | 61 | 45 | 0 | 5F | 10 |
| Octal | 117 | 2 | 2 | 0 | 141 | 141 | 105 | 0 | 137 | 20 |
| Binary | 1001111 | 10 | 10 | 0 | 1100001 | 1100001 | 1000101 | 0 | 1011111 | 10000 |
Color Harmonies of #4F0202
Complementary color
Monochromatic Colors of #4F0202
Black with #4F0202
Text Example
Text Example
White with #4F0202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0202; }
p { color: rgb(79,2,2); }
H1.HeaderClassName
{
color: #4F0202;
}
.AnyTagClassName
{
color: #4F0202;
}
</style>
background-color css
<style>
a { background-color: #4F0202; }
a { background-color: rgb(79,2,2); }
div.DivClassName
{
background-color: #4F0202;
}
.BgClassName
{
background-color: #4F0202;
}
</style>
border-color css
<style>
span { border-color: #4F0202; }
span { border-color: rgb(79,2,2); }
td.TdClassName
{
border-color: #4F0202;
}
.TagClassName
{
border-color: #4F0202;
}
</style>