Shades of Seal Brown #490601
Tints of Seal Brown #490601
RGB
CMYK
RGB Variations
Color information
#490601 (or 0x490601) is known color: Seal Brown. HEX triplet: 49, 06 and 01. RGB value is (73,6,1). Sum of RGB (Red+Green+Blue) = 73+6+1=80 (10% of max value = 765). Red value is 73 (28.91% from 255 or 91.25% from 80); Green value is 6 (2.73% from 255 or 7.5% from 80); Blue value is 1 (0.78% from 255 or 1.25% from 80); Max value from RGB is 73 - color contains mainly: red. Hex color #490601 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490601 is #B6F9FE. Grayscale: #191919. Windows color (decimal): -11991551 or 67145. OLE color: 67145.
HSL color Cylindrical-coordinate representation of color #490601: hue angle of 4.17º 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 #490601 is Cyan = 0, Magento = 0.92, Yellow = 0.99 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 6 | 1 | - |
| CMYK | 0 | 0.92 | 0.99 | 0.71 |
| HSL | 4.17º | 0.97% | 0.15% | - |
| HSV(B) | 4.17º | 0.99% | 0.29% | - |
| XYZ | 2.82 | 1.55 | 0.18 | - |
| YUV | 25.46 | 114.2 | 161.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 6 | 1 | 0 | 0.92 | 0.99 | 0.71 | 4.17 | 0.97 | 0.15 |
| Hex | 49 | 6 | 1 | 0 | 5C | 63 | 47 | 4 | 61 | F |
| Octal | 111 | 6 | 1 | 0 | 134 | 143 | 107 | 4 | 141 | 17 |
| Binary | 1001001 | 110 | 1 | 0 | 1011100 | 1100011 | 1000111 | 100 | 1100001 | 1111 |
Color Harmonies of #490601
Complementary color
Monochromatic Colors of #490601
Black with #490601
Text Example
Text Example
White with #490601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490601; }
p { color: rgb(73,6,1); }
H1.HeaderClassName
{
color: #490601;
}
.AnyTagClassName
{
color: #490601;
}
</style>
background-color css
<style>
a { background-color: #490601; }
a { background-color: rgb(73,6,1); }
div.DivClassName
{
background-color: #490601;
}
.BgClassName
{
background-color: #490601;
}
</style>
border-color css
<style>
span { border-color: #490601; }
span { border-color: rgb(73,6,1); }
td.TdClassName
{
border-color: #490601;
}
.TagClassName
{
border-color: #490601;
}
</style>