Shades of Seal Brown #4D1006
Tints of Seal Brown #4D1006
RGB
CMYK
RGB Variations
Color information
#4D1006 (or 0x4D1006) is known color: Seal Brown. HEX triplet: 4D, 10 and 06. RGB value is (77,16,6). Sum of RGB (Red+Green+Blue) = 77+16+6=99 (13% of max value = 765). Red value is 77 (30.47% from 255 or 77.78% from 99); Green value is 16 (6.64% from 255 or 16.16% from 99); Blue value is 6 (2.73% from 255 or 6.06% from 99); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1006 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D1006 is #B2EFF9. Grayscale: #212121. Windows color (decimal): -11726842 or 397389. OLE color: 397389.
HSL color Cylindrical-coordinate representation of color #4D1006: hue angle of 8.45º 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 #4D1006 is Cyan = 0, Magento = 0.79, Yellow = 0.92 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 16 | 6 | - |
| CMYK | 0 | 0.79 | 0.92 | 0.70 |
| HSL | 8.45º | 0.86% | 0.16% | - |
| HSV(B) | 8.45º | 0.92% | 0.3% | - |
| XYZ | 3.28 | 1.96 | 0.38 | - |
| YUV | 33.1 | 112.71 | 159.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 16 | 6 | 0 | 0.79 | 0.92 | 0.70 | 8.45 | 0.86 | 0.16 |
| Hex | 4D | 10 | 6 | 0 | 4F | 5C | 46 | 8 | 56 | 10 |
| Octal | 115 | 20 | 6 | 0 | 117 | 134 | 106 | 10 | 126 | 20 |
| Binary | 1001101 | 10000 | 110 | 0 | 1001111 | 1011100 | 1000110 | 1000 | 1010110 | 10000 |
Color Harmonies of #4D1006
Complementary color
Monochromatic Colors of #4D1006
Black with #4D1006
Text Example
Text Example
White with #4D1006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1006; }
p { color: rgb(77,16,6); }
H1.HeaderClassName
{
color: #4D1006;
}
.AnyTagClassName
{
color: #4D1006;
}
</style>
background-color css
<style>
a { background-color: #4D1006; }
a { background-color: rgb(77,16,6); }
div.DivClassName
{
background-color: #4D1006;
}
.BgClassName
{
background-color: #4D1006;
}
</style>
border-color css
<style>
span { border-color: #4D1006; }
span { border-color: rgb(77,16,6); }
td.TdClassName
{
border-color: #4D1006;
}
.TagClassName
{
border-color: #4D1006;
}
</style>