Shades of Seal Brown #4E0F05
Tints of Seal Brown #4E0F05
RGB
CMYK
RGB Variations
Color information
#4E0F05 (or 0x4E0F05) is known color: Seal Brown. HEX triplet: 4E, 0F and 05. RGB value is (78,15,5). Sum of RGB (Red+Green+Blue) = 78+15+5=98 (12% of max value = 765). Red value is 78 (30.86% from 255 or 79.59% from 98); Green value is 15 (6.25% from 255 or 15.31% from 98); Blue value is 5 (2.34% from 255 or 5.10% from 98); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0F05 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E0F05 is #B1F0FA. Grayscale: #202020. Windows color (decimal): -11661563 or 331598. OLE color: 331598.
HSL color Cylindrical-coordinate representation of color #4E0F05: hue angle of 8.22º 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 #4E0F05 is Cyan = 0, Magento = 0.81, Yellow = 0.94 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 15 | 5 | - |
| CMYK | 0 | 0.81 | 0.94 | 0.69 |
| HSL | 8.22º | 0.88% | 0.16% | - |
| HSV(B) | 8.22º | 0.94% | 0.31% | - |
| XYZ | 3.34 | 1.97 | 0.35 | - |
| YUV | 32.7 | 112.37 | 160.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 15 | 5 | 0 | 0.81 | 0.94 | 0.69 | 8.22 | 0.88 | 0.16 |
| Hex | 4E | F | 5 | 0 | 51 | 5E | 45 | 8 | 58 | 10 |
| Octal | 116 | 17 | 5 | 0 | 121 | 136 | 105 | 10 | 130 | 20 |
| Binary | 1001110 | 1111 | 101 | 0 | 1010001 | 1011110 | 1000101 | 1000 | 1011000 | 10000 |
Color Harmonies of #4E0F05
Complementary color
Monochromatic Colors of #4E0F05
Black with #4E0F05
Text Example
Text Example
White with #4E0F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0F05; }
p { color: rgb(78,15,5); }
H1.HeaderClassName
{
color: #4E0F05;
}
.AnyTagClassName
{
color: #4E0F05;
}
</style>
background-color css
<style>
a { background-color: #4E0F05; }
a { background-color: rgb(78,15,5); }
div.DivClassName
{
background-color: #4E0F05;
}
.BgClassName
{
background-color: #4E0F05;
}
</style>
border-color css
<style>
span { border-color: #4E0F05; }
span { border-color: rgb(78,15,5); }
td.TdClassName
{
border-color: #4E0F05;
}
.TagClassName
{
border-color: #4E0F05;
}
</style>