Shades of Seal Brown #490700
Tints of Seal Brown #490700
RGB
CMYK
RGB Variations
Color information
#490700 (or 0x490700) is known color: Seal Brown. HEX triplet: 49, 07 and 00. RGB value is (73,7,0). Sum of RGB (Red+Green+Blue) = 73+7+0=80 (10% of max value = 765). Red value is 73 (28.91% from 255 or 91.25% from 80); Green value is 7 (3.12% from 255 or 8.75% from 80); Blue value is 0 (0.39% from 255 or 0% from 80); Max value from RGB is 73 - color contains mainly: red. Hex color #490700 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490700 is #B6F8FF. Grayscale: #1A1A1A. Windows color (decimal): -11991296 or 1865. OLE color: 1865.
HSL color Cylindrical-coordinate representation of color #490700: hue angle of 5.75º 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 #490700 is Cyan = 0, Magento = 0.90, Yellow = 1 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 7 | 0 | - |
| CMYK | 0 | 0.90 | 1 | 0.71 |
| HSL | 5.75º | 1% | 0.14% | - |
| HSV(B) | 5.75º | 1% | 0.29% | - |
| XYZ | 2.82 | 1.57 | 0.15 | - |
| YUV | 25.94 | 113.37 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 7 | 0 | 0 | 0.90 | 1 | 0.71 | 5.75 | 1 | 0.14 |
| Hex | 49 | 7 | 0 | 0 | 5A | 64 | 47 | 6 | 64 | E |
| Octal | 111 | 7 | 0 | 0 | 132 | 144 | 107 | 6 | 144 | 16 |
| Binary | 1001001 | 111 | 0 | 0 | 1011010 | 1100100 | 1000111 | 110 | 1100100 | 1110 |
Color Harmonies of #490700
Complementary color
Monochromatic Colors of #490700
Black with #490700
Text Example
Text Example
White with #490700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490700; }
p { color: rgb(73,7,0); }
H1.HeaderClassName
{
color: #490700;
}
.AnyTagClassName
{
color: #490700;
}
</style>
background-color css
<style>
a { background-color: #490700; }
a { background-color: rgb(73,7,0); }
div.DivClassName
{
background-color: #490700;
}
.BgClassName
{
background-color: #490700;
}
</style>
border-color css
<style>
span { border-color: #490700; }
span { border-color: rgb(73,7,0); }
td.TdClassName
{
border-color: #490700;
}
.TagClassName
{
border-color: #490700;
}
</style>