Shades of Heath #4D282B
Tints of Heath #4D282B
RGB
CMYK
RGB Variations
Color information
#4D282B (or 0x4D282B) is known color: Heath. HEX triplet: 4D, 28 and 2B. RGB value is (77,40,43). Sum of RGB (Red+Green+Blue) = 77+40+43=160 (21% of max value = 765). Red value is 77 (30.47% from 255 or 48.12% from 160); Green value is 40 (16.02% from 255 or 25% from 160); Blue value is 43 (17.19% from 255 or 26.88% from 160); Max value from RGB is 77 - color contains mainly: red. Hex color #4D282B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D282B is #B2D7D4. Grayscale: #333333. Windows color (decimal): -11720661 or 2828365. OLE color: 2828365.
HSL color Cylindrical-coordinate representation of color #4D282B: hue angle of 355.14º 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 #4D282B is Cyan = 0, Magento = 0.48, Yellow = 0.44 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 40 | 43 | - |
| CMYK | 0 | 0.48 | 0.44 | 0.70 |
| HSL | 355.14º | 0.32% | 0.23% | - |
| HSV(B) | 355.14º | 0.48% | 0.3% | - |
| XYZ | 4.26 | 3.27 | 2.69 | - |
| YUV | 51.41 | 123.26 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 40 | 43 | 0 | 0.48 | 0.44 | 0.70 | 355.14 | 0.32 | 0.23 |
| Hex | 4D | 28 | 2B | 0 | 30 | 2C | 46 | 163 | 20 | 17 |
| Octal | 115 | 50 | 53 | 0 | 60 | 54 | 106 | 543 | 40 | 27 |
| Binary | 1001101 | 101000 | 101011 | 0 | 110000 | 101100 | 1000110 | 101100011 | 100000 | 10111 |
Color Harmonies of #4D282B
Complementary color
Monochromatic Colors of #4D282B
Black with #4D282B
Text Example
Text Example
White with #4D282B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D282B; }
p { color: rgb(77,40,43); }
H1.HeaderClassName
{
color: #4D282B;
}
.AnyTagClassName
{
color: #4D282B;
}
</style>
background-color css
<style>
a { background-color: #4D282B; }
a { background-color: rgb(77,40,43); }
div.DivClassName
{
background-color: #4D282B;
}
.BgClassName
{
background-color: #4D282B;
}
</style>
border-color css
<style>
span { border-color: #4D282B; }
span { border-color: rgb(77,40,43); }
td.TdClassName
{
border-color: #4D282B;
}
.TagClassName
{
border-color: #4D282B;
}
</style>