Shades of Seal Brown #491004
Tints of Seal Brown #491004
RGB
CMYK
RGB Variations
Color information
#491004 (or 0x491004) is known color: Seal Brown. HEX triplet: 49, 10 and 04. RGB value is (73,16,4). Sum of RGB (Red+Green+Blue) = 73+16+4=93 (12% of max value = 765). Red value is 73 (28.91% from 255 or 78.49% from 93); Green value is 16 (6.64% from 255 or 17.20% from 93); Blue value is 4 (1.95% from 255 or 4.30% from 93); Max value from RGB is 73 - color contains mainly: red. Hex color #491004 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #491004 is #B6EFFB. Grayscale: #1F1F1F. Windows color (decimal): -11988988 or 266313. OLE color: 266313.
HSL color Cylindrical-coordinate representation of color #491004: hue angle of 10.43º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #491004 is Cyan = 0, Magento = 0.78, Yellow = 0.95 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 16 | 4 | - |
| CMYK | 0 | 0.78 | 0.95 | 0.71 |
| HSL | 10.43º | 0.9% | 0.15% | - |
| HSV(B) | 10.43º | 0.95% | 0.29% | - |
| XYZ | 2.95 | 1.8 | 0.31 | - |
| YUV | 31.68 | 112.38 | 157.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 16 | 4 | 0 | 0.78 | 0.95 | 0.71 | 10.43 | 0.9 | 0.15 |
| Hex | 49 | 10 | 4 | 0 | 4E | 5F | 47 | A | 5A | F |
| Octal | 111 | 20 | 4 | 0 | 116 | 137 | 107 | 12 | 132 | 17 |
| Binary | 1001001 | 10000 | 100 | 0 | 1001110 | 1011111 | 1000111 | 1010 | 1011010 | 1111 |
Color Harmonies of #491004
Complementary color
Monochromatic Colors of #491004
Black with #491004
Text Example
Text Example
White with #491004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491004; }
p { color: rgb(73,16,4); }
H1.HeaderClassName
{
color: #491004;
}
.AnyTagClassName
{
color: #491004;
}
</style>
background-color css
<style>
a { background-color: #491004; }
a { background-color: rgb(73,16,4); }
div.DivClassName
{
background-color: #491004;
}
.BgClassName
{
background-color: #491004;
}
</style>
border-color css
<style>
span { border-color: #491004; }
span { border-color: rgb(73,16,4); }
td.TdClassName
{
border-color: #491004;
}
.TagClassName
{
border-color: #491004;
}
</style>