Shades of Seal Brown #4E0E04
Tints of Seal Brown #4E0E04
RGB
CMYK
RGB Variations
Color information
#4E0E04 (or 0x4E0E04) is known color: Seal Brown. HEX triplet: 4E, 0E and 04. RGB value is (78,14,4). Sum of RGB (Red+Green+Blue) = 78+14+4=96 (12% of max value = 765). Red value is 78 (30.86% from 255 or 81.25% from 96); Green value is 14 (5.86% from 255 or 14.58% from 96); Blue value is 4 (1.95% from 255 or 4.17% from 96); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0E04 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E0E04 is #B1F1FB. Grayscale: #202020. Windows color (decimal): -11661820 or 265806. OLE color: 265806.
HSL color Cylindrical-coordinate representation of color #4E0E04: hue angle of 8.11º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4E0E04 is Cyan = 0, Magento = 0.82, Yellow = 0.95 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 14 | 4 | - |
| CMYK | 0 | 0.82 | 0.95 | 0.69 |
| HSL | 8.11º | 0.9% | 0.16% | - |
| HSV(B) | 8.11º | 0.95% | 0.31% | - |
| XYZ | 3.32 | 1.94 | 0.31 | - |
| YUV | 32 | 112.2 | 160.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 14 | 4 | 0 | 0.82 | 0.95 | 0.69 | 8.11 | 0.9 | 0.16 |
| Hex | 4E | E | 4 | 0 | 52 | 5F | 45 | 8 | 5A | 10 |
| Octal | 116 | 16 | 4 | 0 | 122 | 137 | 105 | 10 | 132 | 20 |
| Binary | 1001110 | 1110 | 100 | 0 | 1010010 | 1011111 | 1000101 | 1000 | 1011010 | 10000 |
Color Harmonies of #4E0E04
Complementary color
Monochromatic Colors of #4E0E04
Black with #4E0E04
Text Example
Text Example
White with #4E0E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0E04; }
p { color: rgb(78,14,4); }
H1.HeaderClassName
{
color: #4E0E04;
}
.AnyTagClassName
{
color: #4E0E04;
}
</style>
background-color css
<style>
a { background-color: #4E0E04; }
a { background-color: rgb(78,14,4); }
div.DivClassName
{
background-color: #4E0E04;
}
.BgClassName
{
background-color: #4E0E04;
}
</style>
border-color css
<style>
span { border-color: #4E0E04; }
span { border-color: rgb(78,14,4); }
td.TdClassName
{
border-color: #4E0E04;
}
.TagClassName
{
border-color: #4E0E04;
}
</style>