Shades of Seal Brown #4E0301
Tints of Seal Brown #4E0301
RGB
CMYK
RGB Variations
Color information
#4E0301 (or 0x4E0301) is known color: Seal Brown. HEX triplet: 4E, 03 and 01. RGB value is (78,3,1). Sum of RGB (Red+Green+Blue) = 78+3+1=82 (10% of max value = 765). Red value is 78 (30.86% from 255 or 95.12% from 82); Green value is 3 (1.56% from 255 or 3.66% from 82); Blue value is 1 (0.78% from 255 or 1.22% from 82); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0301 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E0301 is #B1FCFE. Grayscale: #191919. Windows color (decimal): -11664639 or 66382. OLE color: 66382.
HSL color Cylindrical-coordinate representation of color #4E0301: hue angle of 1.56º 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 #4E0301 is Cyan = 0, Magento = 0.96, Yellow = 0.99 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 3 | 1 | - |
| CMYK | 0 | 0.96 | 0.99 | 0.69 |
| HSL | 1.56º | 0.97% | 0.15% | - |
| HSV(B) | 1.56º | 0.99% | 0.31% | - |
| XYZ | 3.18 | 1.69 | 0.19 | - |
| YUV | 25.2 | 114.35 | 165.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 3 | 1 | 0 | 0.96 | 0.99 | 0.69 | 1.56 | 0.97 | 0.15 |
| Hex | 4E | 3 | 1 | 0 | 60 | 63 | 45 | 2 | 61 | F |
| Octal | 116 | 3 | 1 | 0 | 140 | 143 | 105 | 2 | 141 | 17 |
| Binary | 1001110 | 11 | 1 | 0 | 1100000 | 1100011 | 1000101 | 10 | 1100001 | 1111 |
Color Harmonies of #4E0301
Complementary color
Monochromatic Colors of #4E0301
Black with #4E0301
Text Example
Text Example
White with #4E0301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0301; }
p { color: rgb(78,3,1); }
H1.HeaderClassName
{
color: #4E0301;
}
.AnyTagClassName
{
color: #4E0301;
}
</style>
background-color css
<style>
a { background-color: #4E0301; }
a { background-color: rgb(78,3,1); }
div.DivClassName
{
background-color: #4E0301;
}
.BgClassName
{
background-color: #4E0301;
}
</style>
border-color css
<style>
span { border-color: #4E0301; }
span { border-color: rgb(78,3,1); }
td.TdClassName
{
border-color: #4E0301;
}
.TagClassName
{
border-color: #4E0301;
}
</style>