Shades of Seal Brown #49100C
Tints of Seal Brown #49100C
RGB
CMYK
RGB Variations
Color information
#49100C (or 0x49100C) is known color: Seal Brown. HEX triplet: 49, 10 and 0C. RGB value is (73,16,12). Sum of RGB (Red+Green+Blue) = 73+16+12=101 (13% of max value = 765). Red value is 73 (28.91% from 255 or 72.28% from 101); Green value is 16 (6.64% from 255 or 15.84% from 101); Blue value is 12 (5.08% from 255 or 11.88% from 101); Max value from RGB is 73 - color contains mainly: red. Hex color #49100C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #49100C is #B6EFF3. Grayscale: #202020. Windows color (decimal): -11988980 or 790601. OLE color: 790601.
HSL color Cylindrical-coordinate representation of color #49100C: hue angle of 3.93º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #49100C is Cyan = 0, Magento = 0.78, Yellow = 0.84 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 16 | 12 | - |
| CMYK | 0 | 0.78 | 0.84 | 0.71 |
| HSL | 3.93º | 0.72% | 0.17% | - |
| HSV(B) | 3.93º | 0.84% | 0.29% | - |
| XYZ | 3 | 1.81 | 0.54 | - |
| YUV | 32.59 | 116.38 | 156.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 16 | 12 | 0 | 0.78 | 0.84 | 0.71 | 3.93 | 0.72 | 0.17 |
| Hex | 49 | 10 | C | 0 | 4E | 54 | 47 | 4 | 48 | 11 |
| Octal | 111 | 20 | 14 | 0 | 116 | 124 | 107 | 4 | 110 | 21 |
| Binary | 1001001 | 10000 | 1100 | 0 | 1001110 | 1010100 | 1000111 | 100 | 1001000 | 10001 |
Color Harmonies of #49100C
Complementary color
Monochromatic Colors of #49100C
Black with #49100C
Text Example
Text Example
White with #49100C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49100C; }
p { color: rgb(73,16,12); }
H1.HeaderClassName
{
color: #49100C;
}
.AnyTagClassName
{
color: #49100C;
}
</style>
background-color css
<style>
a { background-color: #49100C; }
a { background-color: rgb(73,16,12); }
div.DivClassName
{
background-color: #49100C;
}
.BgClassName
{
background-color: #49100C;
}
</style>
border-color css
<style>
span { border-color: #49100C; }
span { border-color: rgb(73,16,12); }
td.TdClassName
{
border-color: #49100C;
}
.TagClassName
{
border-color: #49100C;
}
</style>