Shades of Heath #4D282D
Tints of Heath #4D282D
RGB
CMYK
RGB Variations
Color information
#4D282D (or 0x4D282D) is known color: Heath. HEX triplet: 4D, 28 and 2D. RGB value is (77,40,45). Sum of RGB (Red+Green+Blue) = 77+40+45=162 (21% of max value = 765). Red value is 77 (30.47% from 255 or 47.53% from 162); Green value is 40 (16.02% from 255 or 24.69% from 162); Blue value is 45 (17.97% from 255 or 27.78% from 162); Max value from RGB is 77 - color contains mainly: red. Hex color #4D282D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D282D is #B2D7D2. Grayscale: #333333. Windows color (decimal): -11720659 or 2959437. OLE color: 2959437.
HSL color Cylindrical-coordinate representation of color #4D282D: hue angle of 351.89º degrees, saturation: 0.32, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4D282D is Cyan = 0, Magento = 0.48, Yellow = 0.42 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 40 | 45 | - |
| CMYK | 0 | 0.48 | 0.42 | 0.70 |
| HSL | 351.89º | 0.32% | 0.23% | - |
| HSV(B) | 351.89º | 0.48% | 0.3% | - |
| XYZ | 4.29 | 3.28 | 2.89 | - |
| YUV | 51.63 | 124.26 | 146.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 40 | 45 | 0 | 0.48 | 0.42 | 0.70 | 351.89 | 0.32 | 0.23 |
| Hex | 4D | 28 | 2D | 0 | 30 | 2A | 46 | 160 | 20 | 17 |
| Octal | 115 | 50 | 55 | 0 | 60 | 52 | 106 | 540 | 40 | 27 |
| Binary | 1001101 | 101000 | 101101 | 0 | 110000 | 101010 | 1000110 | 101100000 | 100000 | 10111 |
Color Harmonies of #4D282D
Complementary color
Monochromatic Colors of #4D282D
Black with #4D282D
Text Example
Text Example
White with #4D282D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D282D; }
p { color: rgb(77,40,45); }
H1.HeaderClassName
{
color: #4D282D;
}
.AnyTagClassName
{
color: #4D282D;
}
</style>
background-color css
<style>
a { background-color: #4D282D; }
a { background-color: rgb(77,40,45); }
div.DivClassName
{
background-color: #4D282D;
}
.BgClassName
{
background-color: #4D282D;
}
</style>
border-color css
<style>
span { border-color: #4D282D; }
span { border-color: rgb(77,40,45); }
td.TdClassName
{
border-color: #4D282D;
}
.TagClassName
{
border-color: #4D282D;
}
</style>