Shades of Seal Brown #49110A
Tints of Seal Brown #49110A
RGB
CMYK
RGB Variations
Color information
#49110A (or 0x49110A) is known color: Seal Brown. HEX triplet: 49, 11 and 0A. RGB value is (73,17,10). Sum of RGB (Red+Green+Blue) = 73+17+10=100 (13% of max value = 765). Red value is 73 (28.91% from 255 or 73% from 100); Green value is 17 (7.03% from 255 or 17% from 100); Blue value is 10 (4.30% from 255 or 10% from 100); Max value from RGB is 73 - color contains mainly: red. Hex color #49110A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #49110A is #B6EEF5. Grayscale: #212121. Windows color (decimal): -11988726 or 659785. OLE color: 659785.
HSL color Cylindrical-coordinate representation of color #49110A: hue angle of 6.67º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #49110A is Cyan = 0, Magento = 0.77, Yellow = 0.86 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 17 | 10 | - |
| CMYK | 0 | 0.77 | 0.86 | 0.71 |
| HSL | 6.67º | 0.76% | 0.16% | - |
| HSV(B) | 6.67º | 0.86% | 0.29% | - |
| XYZ | 3 | 1.84 | 0.48 | - |
| YUV | 32.95 | 115.05 | 156.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 17 | 10 | 0 | 0.77 | 0.86 | 0.71 | 6.67 | 0.76 | 0.16 |
| Hex | 49 | 11 | A | 0 | 4D | 56 | 47 | 7 | 4C | 10 |
| Octal | 111 | 21 | 12 | 0 | 115 | 126 | 107 | 7 | 114 | 20 |
| Binary | 1001001 | 10001 | 1010 | 0 | 1001101 | 1010110 | 1000111 | 111 | 1001100 | 10000 |
Color Harmonies of #49110A
Complementary color
Monochromatic Colors of #49110A
Black with #49110A
Text Example
Text Example
White with #49110A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49110A; }
p { color: rgb(73,17,10); }
H1.HeaderClassName
{
color: #49110A;
}
.AnyTagClassName
{
color: #49110A;
}
</style>
background-color css
<style>
a { background-color: #49110A; }
a { background-color: rgb(73,17,10); }
div.DivClassName
{
background-color: #49110A;
}
.BgClassName
{
background-color: #49110A;
}
</style>
border-color css
<style>
span { border-color: #49110A; }
span { border-color: rgb(73,17,10); }
td.TdClassName
{
border-color: #49110A;
}
.TagClassName
{
border-color: #49110A;
}
</style>