Shades of Seal Brown #490D00
Tints of Seal Brown #490D00
RGB
CMYK
RGB Variations
Color information
#490D00 (or 0x490D00) is known color: Seal Brown. HEX triplet: 49, 0D and 00. RGB value is (73,13,0). Sum of RGB (Red+Green+Blue) = 73+13+0=86 (11% of max value = 765). Red value is 73 (28.91% from 255 or 84.88% from 86); Green value is 13 (5.47% from 255 or 15.12% from 86); Blue value is 0 (0.39% from 255 or 0% from 86); Max value from RGB is 73 - color contains mainly: red. Hex color #490D00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490D00 is #B6F2FF. Grayscale: #1D1D1D. Windows color (decimal): -11989760 or 3401. OLE color: 3401.
HSL color Cylindrical-coordinate representation of color #490D00: hue angle of 10.68º 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 #490D00 is Cyan = 0, Magento = 0.82, Yellow = 1 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 13 | 0 | - |
| CMYK | 0 | 0.82 | 1 | 0.71 |
| HSL | 10.68º | 1% | 0.14% | - |
| HSV(B) | 10.68º | 1% | 0.29% | - |
| XYZ | 2.89 | 1.7 | 0.18 | - |
| YUV | 29.46 | 111.38 | 159.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 13 | 0 | 0 | 0.82 | 1 | 0.71 | 10.68 | 1 | 0.14 |
| Hex | 49 | D | 0 | 0 | 52 | 64 | 47 | B | 64 | E |
| Octal | 111 | 15 | 0 | 0 | 122 | 144 | 107 | 13 | 144 | 16 |
| Binary | 1001001 | 1101 | 0 | 0 | 1010010 | 1100100 | 1000111 | 1011 | 1100100 | 1110 |
Color Harmonies of #490D00
Complementary color
Monochromatic Colors of #490D00
Black with #490D00
Text Example
Text Example
White with #490D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490D00; }
p { color: rgb(73,13,0); }
H1.HeaderClassName
{
color: #490D00;
}
.AnyTagClassName
{
color: #490D00;
}
</style>
background-color css
<style>
a { background-color: #490D00; }
a { background-color: rgb(73,13,0); }
div.DivClassName
{
background-color: #490D00;
}
.BgClassName
{
background-color: #490D00;
}
</style>
border-color css
<style>
span { border-color: #490D00; }
span { border-color: rgb(73,13,0); }
td.TdClassName
{
border-color: #490D00;
}
.TagClassName
{
border-color: #490D00;
}
</style>