Shades of Heath #4D292D
Tints of Heath #4D292D
RGB
CMYK
RGB Variations
Color information
#4D292D (or 0x4D292D) is known color: Heath. HEX triplet: 4D, 29 and 2D. RGB value is (77,41,45). Sum of RGB (Red+Green+Blue) = 77+41+45=163 (21% of max value = 765). Red value is 77 (30.47% from 255 or 47.24% from 163); Green value is 41 (16.41% from 255 or 25.15% from 163); Blue value is 45 (17.97% from 255 or 27.61% from 163); Max value from RGB is 77 - color contains mainly: red. Hex color #4D292D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D292D is #B2D6D2. Grayscale: #343434. Windows color (decimal): -11720403 or 2959693. OLE color: 2959693.
HSL color Cylindrical-coordinate representation of color #4D292D: hue angle of 353.33º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4D292D is Cyan = 0, Magento = 0.47, Yellow = 0.42 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 41 | 45 | - |
| CMYK | 0 | 0.47 | 0.42 | 0.70 |
| HSL | 353.33º | 0.31% | 0.23% | - |
| HSV(B) | 353.33º | 0.47% | 0.3% | - |
| XYZ | 4.33 | 3.35 | 2.9 | - |
| YUV | 52.22 | 123.93 | 145.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 41 | 45 | 0 | 0.47 | 0.42 | 0.70 | 353.33 | 0.31 | 0.23 |
| Hex | 4D | 29 | 2D | 0 | 2F | 2A | 46 | 161 | 1F | 17 |
| Octal | 115 | 51 | 55 | 0 | 57 | 52 | 106 | 541 | 37 | 27 |
| Binary | 1001101 | 101001 | 101101 | 0 | 101111 | 101010 | 1000110 | 101100001 | 11111 | 10111 |
Color Harmonies of #4D292D
Complementary color
Monochromatic Colors of #4D292D
Black with #4D292D
Text Example
Text Example
White with #4D292D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D292D; }
p { color: rgb(77,41,45); }
H1.HeaderClassName
{
color: #4D292D;
}
.AnyTagClassName
{
color: #4D292D;
}
</style>
background-color css
<style>
a { background-color: #4D292D; }
a { background-color: rgb(77,41,45); }
div.DivClassName
{
background-color: #4D292D;
}
.BgClassName
{
background-color: #4D292D;
}
</style>
border-color css
<style>
span { border-color: #4D292D; }
span { border-color: rgb(77,41,45); }
td.TdClassName
{
border-color: #4D292D;
}
.TagClassName
{
border-color: #4D292D;
}
</style>