Shades of Seal Brown #490706
Tints of Seal Brown #490706
RGB
CMYK
RGB Variations
Color information
#490706 (or 0x490706) is known color: Seal Brown. HEX triplet: 49, 07 and 06. RGB value is (73,7,6). Sum of RGB (Red+Green+Blue) = 73+7+6=86 (11% of max value = 765). Red value is 73 (28.91% from 255 or 84.88% from 86); Green value is 7 (3.12% from 255 or 8.14% from 86); Blue value is 6 (2.73% from 255 or 6.98% from 86); Max value from RGB is 73 - color contains mainly: red. Hex color #490706 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490706 is #B6F8F9. Grayscale: #1A1A1A. Windows color (decimal): -11991290 or 395081. OLE color: 395081.
HSL color Cylindrical-coordinate representation of color #490706: hue angle of 0.9º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #490706 is Cyan = 0, Magento = 0.90, Yellow = 0.92 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 7 | 6 | - |
| CMYK | 0 | 0.90 | 0.92 | 0.71 |
| HSL | 0.9º | 0.85% | 0.15% | - |
| HSV(B) | 0.9º | 0.92% | 0.29% | - |
| XYZ | 2.86 | 1.58 | 0.33 | - |
| YUV | 26.62 | 116.37 | 161.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 7 | 6 | 0 | 0.90 | 0.92 | 0.71 | 0.9 | 0.85 | 0.15 |
| Hex | 49 | 7 | 6 | 0 | 5A | 5C | 47 | 1 | 55 | F |
| Octal | 111 | 7 | 6 | 0 | 132 | 134 | 107 | 1 | 125 | 17 |
| Binary | 1001001 | 111 | 110 | 0 | 1011010 | 1011100 | 1000111 | 1 | 1010101 | 1111 |
Color Harmonies of #490706
Complementary color
Monochromatic Colors of #490706
Black with #490706
Text Example
Text Example
White with #490706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490706; }
p { color: rgb(73,7,6); }
H1.HeaderClassName
{
color: #490706;
}
.AnyTagClassName
{
color: #490706;
}
</style>
background-color css
<style>
a { background-color: #490706; }
a { background-color: rgb(73,7,6); }
div.DivClassName
{
background-color: #490706;
}
.BgClassName
{
background-color: #490706;
}
</style>
border-color css
<style>
span { border-color: #490706; }
span { border-color: rgb(73,7,6); }
td.TdClassName
{
border-color: #490706;
}
.TagClassName
{
border-color: #490706;
}
</style>