Shades of Seal Brown #4E0501
Tints of Seal Brown #4E0501
RGB
CMYK
RGB Variations
Color information
#4E0501 (or 0x4E0501) is known color: Seal Brown. HEX triplet: 4E, 05 and 01. RGB value is (78,5,1). Sum of RGB (Red+Green+Blue) = 78+5+1=84 (11% of max value = 765). Red value is 78 (30.86% from 255 or 92.86% from 84); Green value is 5 (2.34% from 255 or 5.95% from 84); Blue value is 1 (0.78% from 255 or 1.19% from 84); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0501 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E0501 is #B1FAFE. Grayscale: #1A1A1A. Windows color (decimal): -11664127 or 66894. OLE color: 66894.
HSL color Cylindrical-coordinate representation of color #4E0501: hue angle of 3.12º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4E0501 is Cyan = 0, Magento = 0.94, Yellow = 0.99 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 5 | 1 | - |
| CMYK | 0 | 0.94 | 0.99 | 0.69 |
| HSL | 3.12º | 0.97% | 0.15% | - |
| HSV(B) | 3.12º | 0.99% | 0.31% | - |
| XYZ | 3.2 | 1.73 | 0.19 | - |
| YUV | 26.37 | 113.68 | 164.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 5 | 1 | 0 | 0.94 | 0.99 | 0.69 | 3.12 | 0.97 | 0.15 |
| Hex | 4E | 5 | 1 | 0 | 5E | 63 | 45 | 3 | 61 | F |
| Octal | 116 | 5 | 1 | 0 | 136 | 143 | 105 | 3 | 141 | 17 |
| Binary | 1001110 | 101 | 1 | 0 | 1011110 | 1100011 | 1000101 | 11 | 1100001 | 1111 |
Color Harmonies of #4E0501
Complementary color
Monochromatic Colors of #4E0501
Black with #4E0501
Text Example
Text Example
White with #4E0501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0501; }
p { color: rgb(78,5,1); }
H1.HeaderClassName
{
color: #4E0501;
}
.AnyTagClassName
{
color: #4E0501;
}
</style>
background-color css
<style>
a { background-color: #4E0501; }
a { background-color: rgb(78,5,1); }
div.DivClassName
{
background-color: #4E0501;
}
.BgClassName
{
background-color: #4E0501;
}
</style>
border-color css
<style>
span { border-color: #4E0501; }
span { border-color: rgb(78,5,1); }
td.TdClassName
{
border-color: #4E0501;
}
.TagClassName
{
border-color: #4E0501;
}
</style>