Shades of Seal Brown #4E0A07
Tints of Seal Brown #4E0A07
RGB
CMYK
RGB Variations
Color information
#4E0A07 (or 0x4E0A07) is known color: Seal Brown. HEX triplet: 4E, 0A and 07. RGB value is (78,10,7). Sum of RGB (Red+Green+Blue) = 78+10+7=95 (12% of max value = 765). Red value is 78 (30.86% from 255 or 82.11% from 95); Green value is 10 (4.30% from 255 or 10.53% from 95); Blue value is 7 (3.12% from 255 or 7.37% from 95); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0A07 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E0A07 is #B1F5F8. Grayscale: #1E1E1E. Windows color (decimal): -11662841 or 461390. OLE color: 461390.
HSL color Cylindrical-coordinate representation of color #4E0A07: hue angle of 2.54º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4E0A07 is Cyan = 0, Magento = 0.87, Yellow = 0.91 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 10 | 7 | - |
| CMYK | 0 | 0.87 | 0.91 | 0.69 |
| HSL | 2.54º | 0.84% | 0.17% | - |
| HSV(B) | 2.54º | 0.91% | 0.31% | - |
| XYZ | 3.29 | 1.85 | 0.39 | - |
| YUV | 29.99 | 115.03 | 162.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 10 | 7 | 0 | 0.87 | 0.91 | 0.69 | 2.54 | 0.84 | 0.17 |
| Hex | 4E | A | 7 | 0 | 57 | 5B | 45 | 3 | 54 | 11 |
| Octal | 116 | 12 | 7 | 0 | 127 | 133 | 105 | 3 | 124 | 21 |
| Binary | 1001110 | 1010 | 111 | 0 | 1010111 | 1011011 | 1000101 | 11 | 1010100 | 10001 |
Color Harmonies of #4E0A07
Complementary color
Monochromatic Colors of #4E0A07
Black with #4E0A07
Text Example
Text Example
White with #4E0A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0A07; }
p { color: rgb(78,10,7); }
H1.HeaderClassName
{
color: #4E0A07;
}
.AnyTagClassName
{
color: #4E0A07;
}
</style>
background-color css
<style>
a { background-color: #4E0A07; }
a { background-color: rgb(78,10,7); }
div.DivClassName
{
background-color: #4E0A07;
}
.BgClassName
{
background-color: #4E0A07;
}
</style>
border-color css
<style>
span { border-color: #4E0A07; }
span { border-color: rgb(78,10,7); }
td.TdClassName
{
border-color: #4E0A07;
}
.TagClassName
{
border-color: #4E0A07;
}
</style>