Shades of Seal Brown #490905
Tints of Seal Brown #490905
RGB
CMYK
RGB Variations
Color information
#490905 (or 0x490905) is known color: Seal Brown. HEX triplet: 49, 09 and 05. RGB value is (73,9,5). Sum of RGB (Red+Green+Blue) = 73+9+5=87 (11% of max value = 765). Red value is 73 (28.91% from 255 or 83.91% from 87); Green value is 9 (3.91% from 255 or 10.34% from 87); Blue value is 5 (2.34% from 255 or 5.75% from 87); Max value from RGB is 73 - color contains mainly: red. Hex color #490905 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490905 is #B6F6FA. Grayscale: #1B1B1B. Windows color (decimal): -11990779 or 330057. OLE color: 330057.
HSL color Cylindrical-coordinate representation of color #490905: hue angle of 3.53º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #490905 is Cyan = 0, Magento = 0.88, Yellow = 0.93 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 9 | 5 | - |
| CMYK | 0 | 0.88 | 0.93 | 0.71 |
| HSL | 3.53º | 0.87% | 0.15% | - |
| HSV(B) | 3.53º | 0.93% | 0.29% | - |
| XYZ | 2.87 | 1.62 | 0.31 | - |
| YUV | 27.68 | 115.2 | 160.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 9 | 5 | 0 | 0.88 | 0.93 | 0.71 | 3.53 | 0.87 | 0.15 |
| Hex | 49 | 9 | 5 | 0 | 58 | 5D | 47 | 4 | 57 | F |
| Octal | 111 | 11 | 5 | 0 | 130 | 135 | 107 | 4 | 127 | 17 |
| Binary | 1001001 | 1001 | 101 | 0 | 1011000 | 1011101 | 1000111 | 100 | 1010111 | 1111 |
Color Harmonies of #490905
Complementary color
Monochromatic Colors of #490905
Black with #490905
Text Example
Text Example
White with #490905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490905; }
p { color: rgb(73,9,5); }
H1.HeaderClassName
{
color: #490905;
}
.AnyTagClassName
{
color: #490905;
}
</style>
background-color css
<style>
a { background-color: #490905; }
a { background-color: rgb(73,9,5); }
div.DivClassName
{
background-color: #490905;
}
.BgClassName
{
background-color: #490905;
}
</style>
border-color css
<style>
span { border-color: #490905; }
span { border-color: rgb(73,9,5); }
td.TdClassName
{
border-color: #490905;
}
.TagClassName
{
border-color: #490905;
}
</style>