Shades of Heath #4E2A2B
Tints of Heath #4E2A2B
RGB
CMYK
RGB Variations
Color information
#4E2A2B (or 0x4E2A2B) is known color: Heath. HEX triplet: 4E, 2A and 2B. RGB value is (78,42,43). Sum of RGB (Red+Green+Blue) = 78+42+43=163 (21% of max value = 765). Red value is 78 (30.86% from 255 or 47.85% from 163); Green value is 42 (16.80% from 255 or 25.77% from 163); Blue value is 43 (17.19% from 255 or 26.38% from 163); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2A2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2A2B is #B1D5D4. Grayscale: #343434. Windows color (decimal): -11654613 or 2828878. OLE color: 2828878.
HSL color Cylindrical-coordinate representation of color #4E2A2B: hue angle of 358.33º degrees, saturation: 0.3, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4E2A2B is Cyan = 0, Magento = 0.46, Yellow = 0.45 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 42 | 43 | - |
| CMYK | 0 | 0.46 | 0.45 | 0.69 |
| HSL | 358.33º | 0.3% | 0.24% | - |
| HSV(B) | 358.33º | 0.46% | 0.31% | - |
| XYZ | 4.41 | 3.45 | 2.72 | - |
| YUV | 52.88 | 122.43 | 145.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 42 | 43 | 0 | 0.46 | 0.45 | 0.69 | 358.33 | 0.3 | 0.24 |
| Hex | 4E | 2A | 2B | 0 | 2E | 2D | 45 | 166 | 1E | 18 |
| Octal | 116 | 52 | 53 | 0 | 56 | 55 | 105 | 546 | 36 | 30 |
| Binary | 1001110 | 101010 | 101011 | 0 | 101110 | 101101 | 1000101 | 101100110 | 11110 | 11000 |
Color Harmonies of #4E2A2B
Complementary color
Monochromatic Colors of #4E2A2B
Black with #4E2A2B
Text Example
Text Example
White with #4E2A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2A2B; }
p { color: rgb(78,42,43); }
H1.HeaderClassName
{
color: #4E2A2B;
}
.AnyTagClassName
{
color: #4E2A2B;
}
</style>
background-color css
<style>
a { background-color: #4E2A2B; }
a { background-color: rgb(78,42,43); }
div.DivClassName
{
background-color: #4E2A2B;
}
.BgClassName
{
background-color: #4E2A2B;
}
</style>
border-color css
<style>
span { border-color: #4E2A2B; }
span { border-color: rgb(78,42,43); }
td.TdClassName
{
border-color: #4E2A2B;
}
.TagClassName
{
border-color: #4E2A2B;
}
</style>