Shades of Seal Brown #4E0706
Tints of Seal Brown #4E0706
RGB
CMYK
RGB Variations
Color information
#4E0706 (or 0x4E0706) is known color: Seal Brown. HEX triplet: 4E, 07 and 06. RGB value is (78,7,6). Sum of RGB (Red+Green+Blue) = 78+7+6=91 (12% of max value = 765). Red value is 78 (30.86% from 255 or 85.71% from 91); Green value is 7 (3.12% from 255 or 7.69% from 91); Blue value is 6 (2.73% from 255 or 6.59% from 91); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0706 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E0706 is #B1F8F9. Grayscale: #1C1C1C. Windows color (decimal): -11663610 or 395086. OLE color: 395086.
HSL color Cylindrical-coordinate representation of color #4E0706: hue angle of 0.83º 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 #4E0706 is Cyan = 0, Magento = 0.91, Yellow = 0.92 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 7 | 6 | - |
| CMYK | 0 | 0.91 | 0.92 | 0.69 |
| HSL | 0.83º | 0.86% | 0.16% | - |
| HSV(B) | 0.83º | 0.92% | 0.31% | - |
| XYZ | 3.25 | 1.78 | 0.35 | - |
| YUV | 28.12 | 115.52 | 163.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 7 | 6 | 0 | 0.91 | 0.92 | 0.69 | 0.83 | 0.86 | 0.16 |
| Hex | 4E | 7 | 6 | 0 | 5B | 5C | 45 | 1 | 56 | 10 |
| Octal | 116 | 7 | 6 | 0 | 133 | 134 | 105 | 1 | 126 | 20 |
| Binary | 1001110 | 111 | 110 | 0 | 1011011 | 1011100 | 1000101 | 1 | 1010110 | 10000 |
Color Harmonies of #4E0706
Complementary color
Monochromatic Colors of #4E0706
Black with #4E0706
Text Example
Text Example
White with #4E0706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0706; }
p { color: rgb(78,7,6); }
H1.HeaderClassName
{
color: #4E0706;
}
.AnyTagClassName
{
color: #4E0706;
}
</style>
background-color css
<style>
a { background-color: #4E0706; }
a { background-color: rgb(78,7,6); }
div.DivClassName
{
background-color: #4E0706;
}
.BgClassName
{
background-color: #4E0706;
}
</style>
border-color css
<style>
span { border-color: #4E0706; }
span { border-color: rgb(78,7,6); }
td.TdClassName
{
border-color: #4E0706;
}
.TagClassName
{
border-color: #4E0706;
}
</style>