Shades of Heath #4E282D
Tints of Heath #4E282D
RGB
CMYK
RGB Variations
Color information
#4E282D (or 0x4E282D) is known color: Heath. HEX triplet: 4E, 28 and 2D. RGB value is (78,40,45). Sum of RGB (Red+Green+Blue) = 78+40+45=163 (21% of max value = 765). Red value is 78 (30.86% from 255 or 47.85% from 163); Green value is 40 (16.02% from 255 or 24.54% from 163); Blue value is 45 (17.97% from 255 or 27.61% from 163); Max value from RGB is 78 - color contains mainly: red. Hex color #4E282D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E282D is #B1D7D2. Grayscale: #333333. Windows color (decimal): -11655123 or 2959438. OLE color: 2959438.
HSL color Cylindrical-coordinate representation of color #4E282D: hue angle of 352.11º degrees, saturation: 0.32, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4E282D is Cyan = 0, Magento = 0.49, Yellow = 0.42 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 40 | 45 | - |
| CMYK | 0 | 0.49 | 0.42 | 0.69 |
| HSL | 352.11º | 0.32% | 0.23% | - |
| HSV(B) | 352.11º | 0.49% | 0.31% | - |
| XYZ | 4.37 | 3.33 | 2.89 | - |
| YUV | 51.93 | 124.09 | 146.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 40 | 45 | 0 | 0.49 | 0.42 | 0.69 | 352.11 | 0.32 | 0.23 |
| Hex | 4E | 28 | 2D | 0 | 31 | 2A | 45 | 160 | 20 | 17 |
| Octal | 116 | 50 | 55 | 0 | 61 | 52 | 105 | 540 | 40 | 27 |
| Binary | 1001110 | 101000 | 101101 | 0 | 110001 | 101010 | 1000101 | 101100000 | 100000 | 10111 |
Color Harmonies of #4E282D
Complementary color
Monochromatic Colors of #4E282D
Black with #4E282D
Text Example
Text Example
White with #4E282D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E282D; }
p { color: rgb(78,40,45); }
H1.HeaderClassName
{
color: #4E282D;
}
.AnyTagClassName
{
color: #4E282D;
}
</style>
background-color css
<style>
a { background-color: #4E282D; }
a { background-color: rgb(78,40,45); }
div.DivClassName
{
background-color: #4E282D;
}
.BgClassName
{
background-color: #4E282D;
}
</style>
border-color css
<style>
span { border-color: #4E282D; }
span { border-color: rgb(78,40,45); }
td.TdClassName
{
border-color: #4E282D;
}
.TagClassName
{
border-color: #4E282D;
}
</style>