Shades of Seal Brown #490908
Tints of Seal Brown #490908
RGB
CMYK
RGB Variations
Color information
#490908 (or 0x490908) is known color: Seal Brown. HEX triplet: 49, 09 and 08. RGB value is (73,9,8). Sum of RGB (Red+Green+Blue) = 73+9+8=90 (11% of max value = 765). Red value is 73 (28.91% from 255 or 81.11% from 90); Green value is 9 (3.91% from 255 or 10% from 90); Blue value is 8 (3.52% from 255 or 8.89% from 90); Max value from RGB is 73 - color contains mainly: red. Hex color #490908 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490908 is #B6F6F7. Grayscale: #1C1C1C. Windows color (decimal): -11990776 or 526665. OLE color: 526665.
HSL color Cylindrical-coordinate representation of color #490908: hue angle of 0.92º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #490908 is Cyan = 0, Magento = 0.88, Yellow = 0.89 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 9 | 8 | - |
| CMYK | 0 | 0.88 | 0.89 | 0.71 |
| HSL | 0.92º | 0.8% | 0.16% | - |
| HSV(B) | 0.92º | 0.89% | 0.29% | - |
| XYZ | 2.89 | 1.63 | 0.39 | - |
| YUV | 28.02 | 116.7 | 160.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 9 | 8 | 0 | 0.88 | 0.89 | 0.71 | 0.92 | 0.8 | 0.16 |
| Hex | 49 | 9 | 8 | 0 | 58 | 59 | 47 | 1 | 50 | 10 |
| Octal | 111 | 11 | 10 | 0 | 130 | 131 | 107 | 1 | 120 | 20 |
| Binary | 1001001 | 1001 | 1000 | 0 | 1011000 | 1011001 | 1000111 | 1 | 1010000 | 10000 |
Color Harmonies of #490908
Complementary color
Monochromatic Colors of #490908
Black with #490908
Text Example
Text Example
White with #490908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490908; }
p { color: rgb(73,9,8); }
H1.HeaderClassName
{
color: #490908;
}
.AnyTagClassName
{
color: #490908;
}
</style>
background-color css
<style>
a { background-color: #490908; }
a { background-color: rgb(73,9,8); }
div.DivClassName
{
background-color: #490908;
}
.BgClassName
{
background-color: #490908;
}
</style>
border-color css
<style>
span { border-color: #490908; }
span { border-color: rgb(73,9,8); }
td.TdClassName
{
border-color: #490908;
}
.TagClassName
{
border-color: #490908;
}
</style>