Shades of Seal Brown #490300
Tints of Seal Brown #490300
RGB
CMYK
RGB Variations
Color information
#490300 (or 0x490300) is known color: Seal Brown. HEX triplet: 49, 03 and 00. RGB value is (73,3,0). Sum of RGB (Red+Green+Blue) = 73+3+0=76 (10% of max value = 765). Red value is 73 (28.91% from 255 or 96.05% from 76); Green value is 3 (1.56% from 255 or 3.95% from 76); Blue value is 0 (0.39% from 255 or 0% from 76); Max value from RGB is 73 - color contains mainly: red. Hex color #490300 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490300 is #B6FCFF. Grayscale: #171717. Windows color (decimal): -11992320 or 841. OLE color: 841.
HSL color Cylindrical-coordinate representation of color #490300: hue angle of 2.47º 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 #490300 is Cyan = 0, Magento = 0.96, Yellow = 1 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 3 | 0 | - |
| CMYK | 0 | 0.96 | 1 | 0.71 |
| HSL | 2.47º | 1% | 0.14% | - |
| HSV(B) | 2.47º | 1% | 0.29% | - |
| XYZ | 2.78 | 1.48 | 0.14 | - |
| YUV | 23.59 | 114.69 | 163.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 3 | 0 | 0 | 0.96 | 1 | 0.71 | 2.47 | 1 | 0.14 |
| Hex | 49 | 3 | 0 | 0 | 60 | 64 | 47 | 2 | 64 | E |
| Octal | 111 | 3 | 0 | 0 | 140 | 144 | 107 | 2 | 144 | 16 |
| Binary | 1001001 | 11 | 0 | 0 | 1100000 | 1100100 | 1000111 | 10 | 1100100 | 1110 |
Color Harmonies of #490300
Complementary color
Monochromatic Colors of #490300
Black with #490300
Text Example
Text Example
White with #490300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490300; }
p { color: rgb(73,3,0); }
H1.HeaderClassName
{
color: #490300;
}
.AnyTagClassName
{
color: #490300;
}
</style>
background-color css
<style>
a { background-color: #490300; }
a { background-color: rgb(73,3,0); }
div.DivClassName
{
background-color: #490300;
}
.BgClassName
{
background-color: #490300;
}
</style>
border-color css
<style>
span { border-color: #490300; }
span { border-color: rgb(73,3,0); }
td.TdClassName
{
border-color: #490300;
}
.TagClassName
{
border-color: #490300;
}
</style>