Shades of Seal Brown #491412
Tints of Seal Brown #491412
RGB
CMYK
RGB Variations
Color information
#491412 (or 0x491412) is known color: Seal Brown. HEX triplet: 49, 14 and 12. RGB value is (73,20,18). Sum of RGB (Red+Green+Blue) = 73+20+18=111 (14% of max value = 765). Red value is 73 (28.91% from 255 or 65.77% from 111); Green value is 20 (8.20% from 255 or 18.02% from 111); Blue value is 18 (7.42% from 255 or 16.22% from 111); Max value from RGB is 73 - color contains mainly: red. Hex color #491412 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #491412 is #B6EBED. Grayscale: #232323. Windows color (decimal): -11987950 or 1184841. OLE color: 1184841.
HSL color Cylindrical-coordinate representation of color #491412: hue angle of 2.18º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #491412 is Cyan = 0, Magento = 0.73, Yellow = 0.75 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 20 | 18 | - |
| CMYK | 0 | 0.73 | 0.75 | 0.71 |
| HSL | 2.18º | 0.6% | 0.18% | - |
| HSV(B) | 2.18º | 0.75% | 0.29% | - |
| XYZ | 3.11 | 1.96 | 0.79 | - |
| YUV | 35.62 | 118.06 | 154.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 20 | 18 | 0 | 0.73 | 0.75 | 0.71 | 2.18 | 0.6 | 0.18 |
| Hex | 49 | 14 | 12 | 0 | 49 | 4B | 47 | 2 | 3C | 12 |
| Octal | 111 | 24 | 22 | 0 | 111 | 113 | 107 | 2 | 74 | 22 |
| Binary | 1001001 | 10100 | 10010 | 0 | 1001001 | 1001011 | 1000111 | 10 | 111100 | 10010 |
Color Harmonies of #491412
Complementary color
Monochromatic Colors of #491412
Black with #491412
Text Example
Text Example
White with #491412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491412; }
p { color: rgb(73,20,18); }
H1.HeaderClassName
{
color: #491412;
}
.AnyTagClassName
{
color: #491412;
}
</style>
background-color css
<style>
a { background-color: #491412; }
a { background-color: rgb(73,20,18); }
div.DivClassName
{
background-color: #491412;
}
.BgClassName
{
background-color: #491412;
}
</style>
border-color css
<style>
span { border-color: #491412; }
span { border-color: rgb(73,20,18); }
td.TdClassName
{
border-color: #491412;
}
.TagClassName
{
border-color: #491412;
}
</style>