Shades of Seal Brown #490101
Tints of Seal Brown #490101
RGB
CMYK
RGB Variations
Color information
#490101 (or 0x490101) is known color: Seal Brown. HEX triplet: 49, 01 and 01. RGB value is (73,1,1). Sum of RGB (Red+Green+Blue) = 73+1+1=75 (9% of max value = 765). Red value is 73 (28.91% from 255 or 97.33% from 75); Green value is 1 (0.78% from 255 or 1.33% from 75); Blue value is 1 (0.78% from 255 or 1.33% from 75); Max value from RGB is 73 - color contains mainly: red. Hex color #490101 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490101 is #B6FEFE. Grayscale: #161616. Windows color (decimal): -11992831 or 65865. OLE color: 65865.
HSL color Cylindrical-coordinate representation of color #490101: hue angle of 0º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #490101 is Cyan = 0, Magento = 0.99, Yellow = 0.99 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 1 | 1 | - |
| CMYK | 0 | 0.99 | 0.99 | 0.71 |
| HSL | 0º | 0.97% | 0.15% | - |
| HSV(B) | 0º | 0.99% | 0.29% | - |
| XYZ | 2.76 | 1.44 | 0.16 | - |
| YUV | 22.53 | 115.85 | 164 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 1 | 1 | 0 | 0.99 | 0.99 | 0.71 | 0 | 0.97 | 0.15 |
| Hex | 49 | 1 | 1 | 0 | 63 | 63 | 47 | 0 | 61 | F |
| Octal | 111 | 1 | 1 | 0 | 143 | 143 | 107 | 0 | 141 | 17 |
| Binary | 1001001 | 1 | 1 | 0 | 1100011 | 1100011 | 1000111 | 0 | 1100001 | 1111 |
Color Harmonies of #490101
Complementary color
Monochromatic Colors of #490101
Black with #490101
Text Example
Text Example
White with #490101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490101; }
p { color: rgb(73,1,1); }
H1.HeaderClassName
{
color: #490101;
}
.AnyTagClassName
{
color: #490101;
}
</style>
background-color css
<style>
a { background-color: #490101; }
a { background-color: rgb(73,1,1); }
div.DivClassName
{
background-color: #490101;
}
.BgClassName
{
background-color: #490101;
}
</style>
border-color css
<style>
span { border-color: #490101; }
span { border-color: rgb(73,1,1); }
td.TdClassName
{
border-color: #490101;
}
.TagClassName
{
border-color: #490101;
}
</style>