Shades of Seal Brown #4E0E05
Tints of Seal Brown #4E0E05
RGB
CMYK
RGB Variations
Color information
#4E0E05 (or 0x4E0E05) is known color: Seal Brown. HEX triplet: 4E, 0E and 05. RGB value is (78,14,5). Sum of RGB (Red+Green+Blue) = 78+14+5=97 (12% of max value = 765). Red value is 78 (30.86% from 255 or 80.41% from 97); Green value is 14 (5.86% from 255 or 14.43% from 97); Blue value is 5 (2.34% from 255 or 5.15% from 97); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0E05 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E0E05 is #B1F1FA. Grayscale: #202020. Windows color (decimal): -11661819 or 331342. OLE color: 331342.
HSL color Cylindrical-coordinate representation of color #4E0E05: hue angle of 7.4º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4E0E05 is Cyan = 0, Magento = 0.82, Yellow = 0.94 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 14 | 5 | - |
| CMYK | 0 | 0.82 | 0.94 | 0.69 |
| HSL | 7.4º | 0.88% | 0.16% | - |
| HSV(B) | 7.4º | 0.94% | 0.31% | - |
| XYZ | 3.33 | 1.94 | 0.34 | - |
| YUV | 32.11 | 112.7 | 160.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 14 | 5 | 0 | 0.82 | 0.94 | 0.69 | 7.4 | 0.88 | 0.16 |
| Hex | 4E | E | 5 | 0 | 52 | 5E | 45 | 7 | 58 | 10 |
| Octal | 116 | 16 | 5 | 0 | 122 | 136 | 105 | 7 | 130 | 20 |
| Binary | 1001110 | 1110 | 101 | 0 | 1010010 | 1011110 | 1000101 | 111 | 1011000 | 10000 |
Color Harmonies of #4E0E05
Complementary color
Monochromatic Colors of #4E0E05
Black with #4E0E05
Text Example
Text Example
White with #4E0E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0E05; }
p { color: rgb(78,14,5); }
H1.HeaderClassName
{
color: #4E0E05;
}
.AnyTagClassName
{
color: #4E0E05;
}
</style>
background-color css
<style>
a { background-color: #4E0E05; }
a { background-color: rgb(78,14,5); }
div.DivClassName
{
background-color: #4E0E05;
}
.BgClassName
{
background-color: #4E0E05;
}
</style>
border-color css
<style>
span { border-color: #4E0E05; }
span { border-color: rgb(78,14,5); }
td.TdClassName
{
border-color: #4E0E05;
}
.TagClassName
{
border-color: #4E0E05;
}
</style>