Shades of Seal Brown #490903
Tints of Seal Brown #490903
RGB
CMYK
RGB Variations
Color information
#490903 (or 0x490903) is known color: Seal Brown. HEX triplet: 49, 09 and 03. RGB value is (73,9,3). Sum of RGB (Red+Green+Blue) = 73+9+3=85 (11% of max value = 765). Red value is 73 (28.91% from 255 or 85.88% from 85); Green value is 9 (3.91% from 255 or 10.59% from 85); Blue value is 3 (1.56% from 255 or 3.53% from 85); Max value from RGB is 73 - color contains mainly: red. Hex color #490903 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490903 is #B6F6FC. Grayscale: #1B1B1B. Windows color (decimal): -11990781 or 198985. OLE color: 198985.
HSL color Cylindrical-coordinate representation of color #490903: hue angle of 5.14º 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 #490903 is Cyan = 0, Magento = 0.88, Yellow = 0.96 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 9 | 3 | - |
| CMYK | 0 | 0.88 | 0.96 | 0.71 |
| HSL | 5.14º | 0.92% | 0.15% | - |
| HSV(B) | 5.14º | 0.96% | 0.29% | - |
| XYZ | 2.86 | 1.62 | 0.25 | - |
| YUV | 27.45 | 114.2 | 160.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 9 | 3 | 0 | 0.88 | 0.96 | 0.71 | 5.14 | 0.92 | 0.15 |
| Hex | 49 | 9 | 3 | 0 | 58 | 60 | 47 | 5 | 5C | F |
| Octal | 111 | 11 | 3 | 0 | 130 | 140 | 107 | 5 | 134 | 17 |
| Binary | 1001001 | 1001 | 11 | 0 | 1011000 | 1100000 | 1000111 | 101 | 1011100 | 1111 |
Color Harmonies of #490903
Complementary color
Monochromatic Colors of #490903
Black with #490903
Text Example
Text Example
White with #490903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490903; }
p { color: rgb(73,9,3); }
H1.HeaderClassName
{
color: #490903;
}
.AnyTagClassName
{
color: #490903;
}
</style>
background-color css
<style>
a { background-color: #490903; }
a { background-color: rgb(73,9,3); }
div.DivClassName
{
background-color: #490903;
}
.BgClassName
{
background-color: #490903;
}
</style>
border-color css
<style>
span { border-color: #490903; }
span { border-color: rgb(73,9,3); }
td.TdClassName
{
border-color: #490903;
}
.TagClassName
{
border-color: #490903;
}
</style>