Shades of Seal Brown #4E0E01
Tints of Seal Brown #4E0E01
RGB
CMYK
RGB Variations
Color information
#4E0E01 (or 0x4E0E01) is known color: Seal Brown. HEX triplet: 4E, 0E and 01. RGB value is (78,14,1). Sum of RGB (Red+Green+Blue) = 78+14+1=93 (12% of max value = 765). Red value is 78 (30.86% from 255 or 83.87% from 93); Green value is 14 (5.86% from 255 or 15.05% from 93); Blue value is 1 (0.78% from 255 or 1.08% from 93); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0E01 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E0E01 is #B1F1FE. Grayscale: #1F1F1F. Windows color (decimal): -11661823 or 69198. OLE color: 69198.
HSL color Cylindrical-coordinate representation of color #4E0E01: hue angle of 10.13º 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 #4E0E01 is Cyan = 0, Magento = 0.82, Yellow = 0.99 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 14 | 1 | - |
| CMYK | 0 | 0.82 | 0.99 | 0.69 |
| HSL | 10.13º | 0.97% | 0.15% | - |
| HSV(B) | 10.13º | 0.99% | 0.31% | - |
| XYZ | 3.3 | 1.94 | 0.23 | - |
| YUV | 31.65 | 110.7 | 161.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 14 | 1 | 0 | 0.82 | 0.99 | 0.69 | 10.13 | 0.97 | 0.15 |
| Hex | 4E | E | 1 | 0 | 52 | 63 | 45 | A | 61 | F |
| Octal | 116 | 16 | 1 | 0 | 122 | 143 | 105 | 12 | 141 | 17 |
| Binary | 1001110 | 1110 | 1 | 0 | 1010010 | 1100011 | 1000101 | 1010 | 1100001 | 1111 |
Color Harmonies of #4E0E01
Complementary color
Monochromatic Colors of #4E0E01
Black with #4E0E01
Text Example
Text Example
White with #4E0E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0E01; }
p { color: rgb(78,14,1); }
H1.HeaderClassName
{
color: #4E0E01;
}
.AnyTagClassName
{
color: #4E0E01;
}
</style>
background-color css
<style>
a { background-color: #4E0E01; }
a { background-color: rgb(78,14,1); }
div.DivClassName
{
background-color: #4E0E01;
}
.BgClassName
{
background-color: #4E0E01;
}
</style>
border-color css
<style>
span { border-color: #4E0E01; }
span { border-color: rgb(78,14,1); }
td.TdClassName
{
border-color: #4E0E01;
}
.TagClassName
{
border-color: #4E0E01;
}
</style>