Shades of Seal Brown #490909
Tints of Seal Brown #490909
RGB
CMYK
RGB Variations
Color information
#490909 (or 0x490909) is known color: Seal Brown. HEX triplet: 49, 09 and 09. RGB value is (73,9,9). Sum of RGB (Red+Green+Blue) = 73+9+9=91 (12% of max value = 765). Red value is 73 (28.91% from 255 or 80.22% from 91); Green value is 9 (3.91% from 255 or 9.89% from 91); Blue value is 9 (3.91% from 255 or 9.89% from 91); Max value from RGB is 73 - color contains mainly: red. Hex color #490909 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490909 is #B6F6F6. Grayscale: #1C1C1C. Windows color (decimal): -11990775 or 592201. OLE color: 592201.
HSL color Cylindrical-coordinate representation of color #490909: hue angle of 0º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #490909 is Cyan = 0, Magento = 0.88, Yellow = 0.88 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 9 | 9 | - |
| CMYK | 0 | 0.88 | 0.88 | 0.71 |
| HSL | 0º | 0.78% | 0.16% | - |
| HSV(B) | 0º | 0.88% | 0.29% | - |
| XYZ | 2.89 | 1.63 | 0.42 | - |
| YUV | 28.14 | 117.2 | 160 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 9 | 9 | 0 | 0.88 | 0.88 | 0.71 | 0 | 0.78 | 0.16 |
| Hex | 49 | 9 | 9 | 0 | 58 | 58 | 47 | 0 | 4E | 10 |
| Octal | 111 | 11 | 11 | 0 | 130 | 130 | 107 | 0 | 116 | 20 |
| Binary | 1001001 | 1001 | 1001 | 0 | 1011000 | 1011000 | 1000111 | 0 | 1001110 | 10000 |
Color Harmonies of #490909
Complementary color
Monochromatic Colors of #490909
Black with #490909
Text Example
Text Example
White with #490909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490909; }
p { color: rgb(73,9,9); }
H1.HeaderClassName
{
color: #490909;
}
.AnyTagClassName
{
color: #490909;
}
</style>
background-color css
<style>
a { background-color: #490909; }
a { background-color: rgb(73,9,9); }
div.DivClassName
{
background-color: #490909;
}
.BgClassName
{
background-color: #490909;
}
</style>
border-color css
<style>
span { border-color: #490909; }
span { border-color: rgb(73,9,9); }
td.TdClassName
{
border-color: #490909;
}
.TagClassName
{
border-color: #490909;
}
</style>