Shades of Seal Brown #490D06
Tints of Seal Brown #490D06
RGB
CMYK
RGB Variations
Color information
#490D06 (or 0x490D06) is known color: Seal Brown. HEX triplet: 49, 0D and 06. RGB value is (73,13,6). Sum of RGB (Red+Green+Blue) = 73+13+6=92 (12% of max value = 765). Red value is 73 (28.91% from 255 or 79.35% from 92); Green value is 13 (5.47% from 255 or 14.13% from 92); Blue value is 6 (2.73% from 255 or 6.52% from 92); Max value from RGB is 73 - color contains mainly: red. Hex color #490D06 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490D06 is #B6F2F9. Grayscale: #1E1E1E. Windows color (decimal): -11989754 or 396617. OLE color: 396617.
HSL color Cylindrical-coordinate representation of color #490D06: hue angle of 6.27º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #490D06 is Cyan = 0, Magento = 0.82, Yellow = 0.92 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 13 | 6 | - |
| CMYK | 0 | 0.82 | 0.92 | 0.71 |
| HSL | 6.27º | 0.85% | 0.15% | - |
| HSV(B) | 6.27º | 0.92% | 0.29% | - |
| XYZ | 2.92 | 1.72 | 0.35 | - |
| YUV | 30.14 | 114.38 | 158.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 13 | 6 | 0 | 0.82 | 0.92 | 0.71 | 6.27 | 0.85 | 0.15 |
| Hex | 49 | D | 6 | 0 | 52 | 5C | 47 | 6 | 55 | F |
| Octal | 111 | 15 | 6 | 0 | 122 | 134 | 107 | 6 | 125 | 17 |
| Binary | 1001001 | 1101 | 110 | 0 | 1010010 | 1011100 | 1000111 | 110 | 1010101 | 1111 |
Color Harmonies of #490D06
Complementary color
Monochromatic Colors of #490D06
Black with #490D06
Text Example
Text Example
White with #490D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490D06; }
p { color: rgb(73,13,6); }
H1.HeaderClassName
{
color: #490D06;
}
.AnyTagClassName
{
color: #490D06;
}
</style>
background-color css
<style>
a { background-color: #490D06; }
a { background-color: rgb(73,13,6); }
div.DivClassName
{
background-color: #490D06;
}
.BgClassName
{
background-color: #490D06;
}
</style>
border-color css
<style>
span { border-color: #490D06; }
span { border-color: rgb(73,13,6); }
td.TdClassName
{
border-color: #490D06;
}
.TagClassName
{
border-color: #490D06;
}
</style>