Shades of Seal Brown #4E0E06
Tints of Seal Brown #4E0E06
RGB
CMYK
RGB Variations
Color information
#4E0E06 (or 0x4E0E06) is known color: Seal Brown. HEX triplet: 4E, 0E and 06. RGB value is (78,14,6). Sum of RGB (Red+Green+Blue) = 78+14+6=98 (12% of max value = 765). Red value is 78 (30.86% from 255 or 79.59% from 98); Green value is 14 (5.86% from 255 or 14.29% from 98); Blue value is 6 (2.73% from 255 or 6.12% from 98); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0E06 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E0E06 is #B1F1F9. Grayscale: #202020. Windows color (decimal): -11661818 or 396878. OLE color: 396878.
HSL color Cylindrical-coordinate representation of color #4E0E06: hue angle of 6.67º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4E0E06 is Cyan = 0, Magento = 0.82, Yellow = 0.92 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 14 | 6 | - |
| CMYK | 0 | 0.82 | 0.92 | 0.69 |
| HSL | 6.67º | 0.86% | 0.16% | - |
| HSV(B) | 6.67º | 0.92% | 0.31% | - |
| XYZ | 3.33 | 1.95 | 0.37 | - |
| YUV | 32.22 | 113.2 | 160.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 14 | 6 | 0 | 0.82 | 0.92 | 0.69 | 6.67 | 0.86 | 0.16 |
| Hex | 4E | E | 6 | 0 | 52 | 5C | 45 | 7 | 56 | 10 |
| Octal | 116 | 16 | 6 | 0 | 122 | 134 | 105 | 7 | 126 | 20 |
| Binary | 1001110 | 1110 | 110 | 0 | 1010010 | 1011100 | 1000101 | 111 | 1010110 | 10000 |
Color Harmonies of #4E0E06
Complementary color
Monochromatic Colors of #4E0E06
Black with #4E0E06
Text Example
Text Example
White with #4E0E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0E06; }
p { color: rgb(78,14,6); }
H1.HeaderClassName
{
color: #4E0E06;
}
.AnyTagClassName
{
color: #4E0E06;
}
</style>
background-color css
<style>
a { background-color: #4E0E06; }
a { background-color: rgb(78,14,6); }
div.DivClassName
{
background-color: #4E0E06;
}
.BgClassName
{
background-color: #4E0E06;
}
</style>
border-color css
<style>
span { border-color: #4E0E06; }
span { border-color: rgb(78,14,6); }
td.TdClassName
{
border-color: #4E0E06;
}
.TagClassName
{
border-color: #4E0E06;
}
</style>