Shades of Heath #492C2E
Tints of Heath #492C2E
RGB
CMYK
RGB Variations
Color information
#492C2E (or 0x492C2E) is known color: Heath. HEX triplet: 49, 2C and 2E. RGB value is (73,44,46). Sum of RGB (Red+Green+Blue) = 73+44+46=163 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.79% from 163); Green value is 44 (17.58% from 255 or 26.99% from 163); Blue value is 46 (18.36% from 255 or 28.22% from 163); Max value from RGB is 73 - color contains mainly: red. Hex color #492C2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492C2E is #B6D3D1. Grayscale: #343434. Windows color (decimal): -11981778 or 3025993. OLE color: 3025993.
HSL color Cylindrical-coordinate representation of color #492C2E: hue angle of 355.86º degrees, saturation: 0.25, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #492C2E is Cyan = 0, Magento = 0.40, Yellow = 0.37 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 44 | 46 | - |
| CMYK | 0 | 0.40 | 0.37 | 0.71 |
| HSL | 355.86º | 0.25% | 0.23% | - |
| HSV(B) | 355.86º | 0.4% | 0.29% | - |
| XYZ | 4.14 | 3.42 | 3.03 | - |
| YUV | 52.9 | 124.11 | 142.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 44 | 46 | 0 | 0.40 | 0.37 | 0.71 | 355.86 | 0.25 | 0.23 |
| Hex | 49 | 2C | 2E | 0 | 28 | 25 | 47 | 164 | 19 | 17 |
| Octal | 111 | 54 | 56 | 0 | 50 | 45 | 107 | 544 | 31 | 27 |
| Binary | 1001001 | 101100 | 101110 | 0 | 101000 | 100101 | 1000111 | 101100100 | 11001 | 10111 |
Color Harmonies of #492C2E
Complementary color
Monochromatic Colors of #492C2E
Black with #492C2E
Text Example
Text Example
White with #492C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492C2E; }
p { color: rgb(73,44,46); }
H1.HeaderClassName
{
color: #492C2E;
}
.AnyTagClassName
{
color: #492C2E;
}
</style>
background-color css
<style>
a { background-color: #492C2E; }
a { background-color: rgb(73,44,46); }
div.DivClassName
{
background-color: #492C2E;
}
.BgClassName
{
background-color: #492C2E;
}
</style>
border-color css
<style>
span { border-color: #492C2E; }
span { border-color: rgb(73,44,46); }
td.TdClassName
{
border-color: #492C2E;
}
.TagClassName
{
border-color: #492C2E;
}
</style>