Shades of Seal Brown #49110C
Tints of Seal Brown #49110C
RGB
CMYK
RGB Variations
Color information
#49110C (or 0x49110C) is known color: Seal Brown. HEX triplet: 49, 11 and 0C. RGB value is (73,17,12). Sum of RGB (Red+Green+Blue) = 73+17+12=102 (13% of max value = 765). Red value is 73 (28.91% from 255 or 71.57% from 102); Green value is 17 (7.03% from 255 or 16.67% from 102); Blue value is 12 (5.08% from 255 or 11.76% from 102); Max value from RGB is 73 - color contains mainly: red. Hex color #49110C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #49110C is #B6EEF3. Grayscale: #212121. Windows color (decimal): -11988724 or 790857. OLE color: 790857.
HSL color Cylindrical-coordinate representation of color #49110C: hue angle of 4.92º 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 #49110C is Cyan = 0, Magento = 0.77, Yellow = 0.84 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 17 | 12 | - |
| CMYK | 0 | 0.77 | 0.84 | 0.71 |
| HSL | 4.92º | 0.72% | 0.17% | - |
| HSV(B) | 4.92º | 0.84% | 0.29% | - |
| XYZ | 3.01 | 1.84 | 0.54 | - |
| YUV | 33.17 | 116.05 | 156.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 17 | 12 | 0 | 0.77 | 0.84 | 0.71 | 4.92 | 0.72 | 0.17 |
| Hex | 49 | 11 | C | 0 | 4D | 54 | 47 | 5 | 48 | 11 |
| Octal | 111 | 21 | 14 | 0 | 115 | 124 | 107 | 5 | 110 | 21 |
| Binary | 1001001 | 10001 | 1100 | 0 | 1001101 | 1010100 | 1000111 | 101 | 1001000 | 10001 |
Color Harmonies of #49110C
Complementary color
Monochromatic Colors of #49110C
Black with #49110C
Text Example
Text Example
White with #49110C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49110C; }
p { color: rgb(73,17,12); }
H1.HeaderClassName
{
color: #49110C;
}
.AnyTagClassName
{
color: #49110C;
}
</style>
background-color css
<style>
a { background-color: #49110C; }
a { background-color: rgb(73,17,12); }
div.DivClassName
{
background-color: #49110C;
}
.BgClassName
{
background-color: #49110C;
}
</style>
border-color css
<style>
span { border-color: #49110C; }
span { border-color: rgb(73,17,12); }
td.TdClassName
{
border-color: #49110C;
}
.TagClassName
{
border-color: #49110C;
}
</style>