Shades of Seal Brown #490A07
Tints of Seal Brown #490A07
RGB
CMYK
RGB Variations
Color information
#490A07 (or 0x490A07) is known color: Seal Brown. HEX triplet: 49, 0A and 07. RGB value is (73,10,7). Sum of RGB (Red+Green+Blue) = 73+10+7=90 (11% of max value = 765). Red value is 73 (28.91% from 255 or 81.11% from 90); Green value is 10 (4.30% from 255 or 11.11% from 90); Blue value is 7 (3.12% from 255 or 7.78% from 90); Max value from RGB is 73 - color contains mainly: red. Hex color #490A07 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490A07 is #B6F5F8. Grayscale: #1C1C1C. Windows color (decimal): -11990521 or 461385. OLE color: 461385.
HSL color Cylindrical-coordinate representation of color #490A07: hue angle of 2.73º degrees, saturation: 0.82, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #490A07 is Cyan = 0, Magento = 0.86, Yellow = 0.90 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 10 | 7 | - |
| CMYK | 0 | 0.86 | 0.90 | 0.71 |
| HSL | 2.73º | 0.83% | 0.16% | - |
| HSV(B) | 2.73º | 0.9% | 0.29% | - |
| XYZ | 2.89 | 1.65 | 0.37 | - |
| YUV | 28.5 | 115.87 | 159.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 10 | 7 | 0 | 0.86 | 0.90 | 0.71 | 2.73 | 0.83 | 0.16 |
| Hex | 49 | A | 7 | 0 | 56 | 5A | 47 | 3 | 52 | 10 |
| Octal | 111 | 12 | 7 | 0 | 126 | 132 | 107 | 3 | 122 | 20 |
| Binary | 1001001 | 1010 | 111 | 0 | 1010110 | 1011010 | 1000111 | 11 | 1010010 | 10000 |
Color Harmonies of #490A07
Complementary color
Monochromatic Colors of #490A07
Black with #490A07
Text Example
Text Example
White with #490A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490A07; }
p { color: rgb(73,10,7); }
H1.HeaderClassName
{
color: #490A07;
}
.AnyTagClassName
{
color: #490A07;
}
</style>
background-color css
<style>
a { background-color: #490A07; }
a { background-color: rgb(73,10,7); }
div.DivClassName
{
background-color: #490A07;
}
.BgClassName
{
background-color: #490A07;
}
</style>
border-color css
<style>
span { border-color: #490A07; }
span { border-color: rgb(73,10,7); }
td.TdClassName
{
border-color: #490A07;
}
.TagClassName
{
border-color: #490A07;
}
</style>