Shades of Seal Brown #490603
Tints of Seal Brown #490603
RGB
CMYK
RGB Variations
Color information
#490603 (or 0x490603) is known color: Seal Brown. HEX triplet: 49, 06 and 03. RGB value is (73,6,3). Sum of RGB (Red+Green+Blue) = 73+6+3=82 (10% of max value = 765). Red value is 73 (28.91% from 255 or 89.02% from 82); Green value is 6 (2.73% from 255 or 7.32% from 82); Blue value is 3 (1.56% from 255 or 3.66% from 82); Max value from RGB is 73 - color contains mainly: red. Hex color #490603 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490603 is #B6F9FC. Grayscale: #191919. Windows color (decimal): -11991549 or 198217. OLE color: 198217.
HSL color Cylindrical-coordinate representation of color #490603: hue angle of 2.57º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #490603 is Cyan = 0, Magento = 0.92, Yellow = 0.96 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 6 | 3 | - |
| CMYK | 0 | 0.92 | 0.96 | 0.71 |
| HSL | 2.57º | 0.92% | 0.15% | - |
| HSV(B) | 2.57º | 0.96% | 0.29% | - |
| XYZ | 2.83 | 1.55 | 0.24 | - |
| YUV | 25.69 | 115.2 | 161.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 6 | 3 | 0 | 0.92 | 0.96 | 0.71 | 2.57 | 0.92 | 0.15 |
| Hex | 49 | 6 | 3 | 0 | 5C | 60 | 47 | 3 | 5C | F |
| Octal | 111 | 6 | 3 | 0 | 134 | 140 | 107 | 3 | 134 | 17 |
| Binary | 1001001 | 110 | 11 | 0 | 1011100 | 1100000 | 1000111 | 11 | 1011100 | 1111 |
Color Harmonies of #490603
Complementary color
Monochromatic Colors of #490603
Black with #490603
Text Example
Text Example
White with #490603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490603; }
p { color: rgb(73,6,3); }
H1.HeaderClassName
{
color: #490603;
}
.AnyTagClassName
{
color: #490603;
}
</style>
background-color css
<style>
a { background-color: #490603; }
a { background-color: rgb(73,6,3); }
div.DivClassName
{
background-color: #490603;
}
.BgClassName
{
background-color: #490603;
}
</style>
border-color css
<style>
span { border-color: #490603; }
span { border-color: rgb(73,6,3); }
td.TdClassName
{
border-color: #490603;
}
.TagClassName
{
border-color: #490603;
}
</style>