Shades of Seal Brown #490C03
Tints of Seal Brown #490C03
RGB
CMYK
RGB Variations
Color information
#490C03 (or 0x490C03) is known color: Seal Brown. HEX triplet: 49, 0C and 03. RGB value is (73,12,3). Sum of RGB (Red+Green+Blue) = 73+12+3=88 (11% of max value = 765). Red value is 73 (28.91% from 255 or 82.95% from 88); Green value is 12 (5.08% from 255 or 13.64% from 88); Blue value is 3 (1.56% from 255 or 3.41% from 88); Max value from RGB is 73 - color contains mainly: red. Hex color #490C03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490C03 is #B6F3FC. Grayscale: #1D1D1D. Windows color (decimal): -11990013 or 199753. OLE color: 199753.
HSL color Cylindrical-coordinate representation of color #490C03: hue angle of 7.71º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #490C03 is Cyan = 0, Magento = 0.84, Yellow = 0.96 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 12 | 3 | - |
| CMYK | 0 | 0.84 | 0.96 | 0.71 |
| HSL | 7.71º | 0.92% | 0.15% | - |
| HSV(B) | 7.71º | 0.96% | 0.29% | - |
| XYZ | 2.9 | 1.69 | 0.26 | - |
| YUV | 29.21 | 113.21 | 159.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 12 | 3 | 0 | 0.84 | 0.96 | 0.71 | 7.71 | 0.92 | 0.15 |
| Hex | 49 | C | 3 | 0 | 54 | 60 | 47 | 8 | 5C | F |
| Octal | 111 | 14 | 3 | 0 | 124 | 140 | 107 | 10 | 134 | 17 |
| Binary | 1001001 | 1100 | 11 | 0 | 1010100 | 1100000 | 1000111 | 1000 | 1011100 | 1111 |
Color Harmonies of #490C03
Complementary color
Monochromatic Colors of #490C03
Black with #490C03
Text Example
Text Example
White with #490C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490C03; }
p { color: rgb(73,12,3); }
H1.HeaderClassName
{
color: #490C03;
}
.AnyTagClassName
{
color: #490C03;
}
</style>
background-color css
<style>
a { background-color: #490C03; }
a { background-color: rgb(73,12,3); }
div.DivClassName
{
background-color: #490C03;
}
.BgClassName
{
background-color: #490C03;
}
</style>
border-color css
<style>
span { border-color: #490C03; }
span { border-color: rgb(73,12,3); }
td.TdClassName
{
border-color: #490C03;
}
.TagClassName
{
border-color: #490C03;
}
</style>