Shades of Heath #49292C
Tints of Heath #49292C
RGB
CMYK
RGB Variations
Color information
#49292C (or 0x49292C) is known color: Heath. HEX triplet: 49, 29 and 2C. RGB value is (73,41,44). Sum of RGB (Red+Green+Blue) = 73+41+44=158 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.20% from 158); Green value is 41 (16.41% from 255 or 25.95% from 158); Blue value is 44 (17.58% from 255 or 27.85% from 158); Max value from RGB is 73 - color contains mainly: red. Hex color #49292C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49292C is #B6D6D3. Grayscale: #323232. Windows color (decimal): -11982548 or 2894153. OLE color: 2894153.
HSL color Cylindrical-coordinate representation of color #49292C: hue angle of 354.38º degrees, saturation: 0.28, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #49292C is Cyan = 0, Magento = 0.44, Yellow = 0.40 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 41 | 44 | - |
| CMYK | 0 | 0.44 | 0.40 | 0.71 |
| HSL | 354.38º | 0.28% | 0.22% | - |
| HSV(B) | 354.38º | 0.44% | 0.29% | - |
| XYZ | 4 | 3.18 | 2.79 | - |
| YUV | 50.91 | 124.1 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 41 | 44 | 0 | 0.44 | 0.40 | 0.71 | 354.38 | 0.28 | 0.22 |
| Hex | 49 | 29 | 2C | 0 | 2C | 28 | 47 | 162 | 1C | 16 |
| Octal | 111 | 51 | 54 | 0 | 54 | 50 | 107 | 542 | 34 | 26 |
| Binary | 1001001 | 101001 | 101100 | 0 | 101100 | 101000 | 1000111 | 101100010 | 11100 | 10110 |
Color Harmonies of #49292C
Complementary color
Monochromatic Colors of #49292C
Black with #49292C
Text Example
Text Example
White with #49292C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49292C; }
p { color: rgb(73,41,44); }
H1.HeaderClassName
{
color: #49292C;
}
.AnyTagClassName
{
color: #49292C;
}
</style>
background-color css
<style>
a { background-color: #49292C; }
a { background-color: rgb(73,41,44); }
div.DivClassName
{
background-color: #49292C;
}
.BgClassName
{
background-color: #49292C;
}
</style>
border-color css
<style>
span { border-color: #49292C; }
span { border-color: rgb(73,41,44); }
td.TdClassName
{
border-color: #49292C;
}
.TagClassName
{
border-color: #49292C;
}
</style>