Shades of Seal Brown #49140C
Tints of Seal Brown #49140C
RGB
CMYK
RGB Variations
Color information
#49140C (or 0x49140C) is known color: Seal Brown. HEX triplet: 49, 14 and 0C. RGB value is (73,20,12). Sum of RGB (Red+Green+Blue) = 73+20+12=105 (13% of max value = 765). Red value is 73 (28.91% from 255 or 69.52% from 105); Green value is 20 (8.20% from 255 or 19.05% from 105); Blue value is 12 (5.08% from 255 or 11.43% from 105); Max value from RGB is 73 - color contains mainly: red. Hex color #49140C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #49140C is #B6EBF3. Grayscale: #232323. Windows color (decimal): -11987956 or 791625. OLE color: 791625.
HSL color Cylindrical-coordinate representation of color #49140C: hue angle of 7.87º 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 #49140C is Cyan = 0, Magento = 0.73, Yellow = 0.84 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 20 | 12 | - |
| CMYK | 0 | 0.73 | 0.84 | 0.71 |
| HSL | 7.87º | 0.72% | 0.17% | - |
| HSV(B) | 7.87º | 0.84% | 0.29% | - |
| XYZ | 3.06 | 1.94 | 0.56 | - |
| YUV | 34.94 | 115.06 | 155.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 20 | 12 | 0 | 0.73 | 0.84 | 0.71 | 7.87 | 0.72 | 0.17 |
| Hex | 49 | 14 | C | 0 | 49 | 54 | 47 | 8 | 48 | 11 |
| Octal | 111 | 24 | 14 | 0 | 111 | 124 | 107 | 10 | 110 | 21 |
| Binary | 1001001 | 10100 | 1100 | 0 | 1001001 | 1010100 | 1000111 | 1000 | 1001000 | 10001 |
Color Harmonies of #49140C
Complementary color
Monochromatic Colors of #49140C
Black with #49140C
Text Example
Text Example
White with #49140C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49140C; }
p { color: rgb(73,20,12); }
H1.HeaderClassName
{
color: #49140C;
}
.AnyTagClassName
{
color: #49140C;
}
</style>
background-color css
<style>
a { background-color: #49140C; }
a { background-color: rgb(73,20,12); }
div.DivClassName
{
background-color: #49140C;
}
.BgClassName
{
background-color: #49140C;
}
</style>
border-color css
<style>
span { border-color: #49140C; }
span { border-color: rgb(73,20,12); }
td.TdClassName
{
border-color: #49140C;
}
.TagClassName
{
border-color: #49140C;
}
</style>