Shades of Seal Brown #490600
Tints of Seal Brown #490600
RGB
CMYK
RGB Variations
Color information
#490600 (or 0x490600) is known color: Seal Brown. HEX triplet: 49, 06 and 00. RGB value is (73,6,0). Sum of RGB (Red+Green+Blue) = 73+6+0=79 (10% of max value = 765). Red value is 73 (28.91% from 255 or 92.41% from 79); Green value is 6 (2.73% from 255 or 7.59% from 79); Blue value is 0 (0.39% from 255 or 0% from 79); Max value from RGB is 73 - color contains mainly: red. Hex color #490600 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490600 is #B6F9FF. Grayscale: #191919. Windows color (decimal): -11991552 or 1609. OLE color: 1609.
HSL color Cylindrical-coordinate representation of color #490600: hue angle of 4.93º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #490600 is Cyan = 0, Magento = 0.92, Yellow = 1 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 6 | 0 | - |
| CMYK | 0 | 0.92 | 1 | 0.71 |
| HSL | 4.93º | 1% | 0.14% | - |
| HSV(B) | 4.93º | 1% | 0.29% | - |
| XYZ | 2.81 | 1.55 | 0.15 | - |
| YUV | 25.35 | 113.7 | 161.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 6 | 0 | 0 | 0.92 | 1 | 0.71 | 4.93 | 1 | 0.14 |
| Hex | 49 | 6 | 0 | 0 | 5C | 64 | 47 | 5 | 64 | E |
| Octal | 111 | 6 | 0 | 0 | 134 | 144 | 107 | 5 | 144 | 16 |
| Binary | 1001001 | 110 | 0 | 0 | 1011100 | 1100100 | 1000111 | 101 | 1100100 | 1110 |
Color Harmonies of #490600
Complementary color
Monochromatic Colors of #490600
Black with #490600
Text Example
Text Example
White with #490600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490600; }
p { color: rgb(73,6,0); }
H1.HeaderClassName
{
color: #490600;
}
.AnyTagClassName
{
color: #490600;
}
</style>
background-color css
<style>
a { background-color: #490600; }
a { background-color: rgb(73,6,0); }
div.DivClassName
{
background-color: #490600;
}
.BgClassName
{
background-color: #490600;
}
</style>
border-color css
<style>
span { border-color: #490600; }
span { border-color: rgb(73,6,0); }
td.TdClassName
{
border-color: #490600;
}
.TagClassName
{
border-color: #490600;
}
</style>