Shades of Seal Brown #4D0E06
Tints of Seal Brown #4D0E06
RGB
CMYK
RGB Variations
Color information
#4D0E06 (or 0x4D0E06) is known color: Seal Brown. HEX triplet: 4D, 0E and 06. RGB value is (77,14,6). Sum of RGB (Red+Green+Blue) = 77+14+6=97 (12% of max value = 765). Red value is 77 (30.47% from 255 or 79.38% from 97); Green value is 14 (5.86% from 255 or 14.43% from 97); Blue value is 6 (2.73% from 255 or 6.19% from 97); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0E06 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D0E06 is #B2F1F9. Grayscale: #202020. Windows color (decimal): -11727354 or 396877. OLE color: 396877.
HSL color Cylindrical-coordinate representation of color #4D0E06: hue angle of 6.76º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4D0E06 is Cyan = 0, Magento = 0.82, Yellow = 0.92 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 14 | 6 | - |
| CMYK | 0 | 0.82 | 0.92 | 0.70 |
| HSL | 6.76º | 0.86% | 0.16% | - |
| HSV(B) | 6.76º | 0.92% | 0.3% | - |
| XYZ | 3.25 | 1.91 | 0.37 | - |
| YUV | 31.93 | 113.37 | 160.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 14 | 6 | 0 | 0.82 | 0.92 | 0.70 | 6.76 | 0.86 | 0.16 |
| Hex | 4D | E | 6 | 0 | 52 | 5C | 46 | 7 | 56 | 10 |
| Octal | 115 | 16 | 6 | 0 | 122 | 134 | 106 | 7 | 126 | 20 |
| Binary | 1001101 | 1110 | 110 | 0 | 1010010 | 1011100 | 1000110 | 111 | 1010110 | 10000 |
Color Harmonies of #4D0E06
Complementary color
Monochromatic Colors of #4D0E06
Black with #4D0E06
Text Example
Text Example
White with #4D0E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0E06; }
p { color: rgb(77,14,6); }
H1.HeaderClassName
{
color: #4D0E06;
}
.AnyTagClassName
{
color: #4D0E06;
}
</style>
background-color css
<style>
a { background-color: #4D0E06; }
a { background-color: rgb(77,14,6); }
div.DivClassName
{
background-color: #4D0E06;
}
.BgClassName
{
background-color: #4D0E06;
}
</style>
border-color css
<style>
span { border-color: #4D0E06; }
span { border-color: rgb(77,14,6); }
td.TdClassName
{
border-color: #4D0E06;
}
.TagClassName
{
border-color: #4D0E06;
}
</style>