Shades of Heath #492E2F
Tints of Heath #492E2F
RGB
CMYK
RGB Variations
Color information
#492E2F (or 0x492E2F) is known color: Heath. HEX triplet: 49, 2E and 2F. RGB value is (73,46,47). Sum of RGB (Red+Green+Blue) = 73+46+47=166 (21% of max value = 765). Red value is 73 (28.91% from 255 or 43.98% from 166); Green value is 46 (18.36% from 255 or 27.71% from 166); Blue value is 47 (18.75% from 255 or 28.31% from 166); Max value from RGB is 73 - color contains mainly: red. Hex color #492E2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492E2F is #B6D1D0. Grayscale: #363636. Windows color (decimal): -11981265 or 3092041. OLE color: 3092041.
HSL color Cylindrical-coordinate representation of color #492E2F: hue angle of 357.78º degrees, saturation: 0.23, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #492E2F is Cyan = 0, Magento = 0.37, Yellow = 0.36 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 46 | 47 | - |
| CMYK | 0 | 0.37 | 0.36 | 0.71 |
| HSL | 357.78º | 0.23% | 0.23% | - |
| HSV(B) | 357.78º | 0.37% | 0.29% | - |
| XYZ | 4.24 | 3.58 | 3.16 | - |
| YUV | 54.19 | 123.95 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 46 | 47 | 0 | 0.37 | 0.36 | 0.71 | 357.78 | 0.23 | 0.23 |
| Hex | 49 | 2E | 2F | 0 | 25 | 24 | 47 | 166 | 17 | 17 |
| Octal | 111 | 56 | 57 | 0 | 45 | 44 | 107 | 546 | 27 | 27 |
| Binary | 1001001 | 101110 | 101111 | 0 | 100101 | 100100 | 1000111 | 101100110 | 10111 | 10111 |
Color Harmonies of #492E2F
Complementary color
Monochromatic Colors of #492E2F
Black with #492E2F
Text Example
Text Example
White with #492E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492E2F; }
p { color: rgb(73,46,47); }
H1.HeaderClassName
{
color: #492E2F;
}
.AnyTagClassName
{
color: #492E2F;
}
</style>
background-color css
<style>
a { background-color: #492E2F; }
a { background-color: rgb(73,46,47); }
div.DivClassName
{
background-color: #492E2F;
}
.BgClassName
{
background-color: #492E2F;
}
</style>
border-color css
<style>
span { border-color: #492E2F; }
span { border-color: rgb(73,46,47); }
td.TdClassName
{
border-color: #492E2F;
}
.TagClassName
{
border-color: #492E2F;
}
</style>