Shades of Seal Brown #4D0706
Tints of Seal Brown #4D0706
RGB
CMYK
RGB Variations
Color information
#4D0706 (or 0x4D0706) is known color: Seal Brown. HEX triplet: 4D, 07 and 06. RGB value is (77,7,6). Sum of RGB (Red+Green+Blue) = 77+7+6=90 (11% of max value = 765). Red value is 77 (30.47% from 255 or 85.56% from 90); Green value is 7 (3.12% from 255 or 7.78% from 90); Blue value is 6 (2.73% from 255 or 6.67% from 90); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0706 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D0706 is #B2F8F9. Grayscale: #1B1B1B. Windows color (decimal): -11729146 or 395085. OLE color: 395085.
HSL color Cylindrical-coordinate representation of color #4D0706: hue angle of 0.85º 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 #4D0706 is Cyan = 0, Magento = 0.91, Yellow = 0.92 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 7 | 6 | - |
| CMYK | 0 | 0.91 | 0.92 | 0.70 |
| HSL | 0.85º | 0.86% | 0.16% | - |
| HSV(B) | 0.85º | 0.92% | 0.3% | - |
| XYZ | 3.17 | 1.74 | 0.34 | - |
| YUV | 27.82 | 115.69 | 163.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 7 | 6 | 0 | 0.91 | 0.92 | 0.70 | 0.85 | 0.86 | 0.16 |
| Hex | 4D | 7 | 6 | 0 | 5B | 5C | 46 | 1 | 56 | 10 |
| Octal | 115 | 7 | 6 | 0 | 133 | 134 | 106 | 1 | 126 | 20 |
| Binary | 1001101 | 111 | 110 | 0 | 1011011 | 1011100 | 1000110 | 1 | 1010110 | 10000 |
Color Harmonies of #4D0706
Complementary color
Monochromatic Colors of #4D0706
Black with #4D0706
Text Example
Text Example
White with #4D0706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0706; }
p { color: rgb(77,7,6); }
H1.HeaderClassName
{
color: #4D0706;
}
.AnyTagClassName
{
color: #4D0706;
}
</style>
background-color css
<style>
a { background-color: #4D0706; }
a { background-color: rgb(77,7,6); }
div.DivClassName
{
background-color: #4D0706;
}
.BgClassName
{
background-color: #4D0706;
}
</style>
border-color css
<style>
span { border-color: #4D0706; }
span { border-color: rgb(77,7,6); }
td.TdClassName
{
border-color: #4D0706;
}
.TagClassName
{
border-color: #4D0706;
}
</style>