Shades of Heath #4E2A2C
Tints of Heath #4E2A2C
RGB
CMYK
RGB Variations
Color information
#4E2A2C (or 0x4E2A2C) is known color: Heath. HEX triplet: 4E, 2A and 2C. RGB value is (78,42,44). Sum of RGB (Red+Green+Blue) = 78+42+44=164 (21% of max value = 765). Red value is 78 (30.86% from 255 or 47.56% from 164); Green value is 42 (16.80% from 255 or 25.61% from 164); Blue value is 44 (17.58% from 255 or 26.83% from 164); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2A2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2A2C is #B1D5D3. Grayscale: #353535. Windows color (decimal): -11654612 or 2894414. OLE color: 2894414.
HSL color Cylindrical-coordinate representation of color #4E2A2C: hue angle of 356.67º 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 #4E2A2C is Cyan = 0, Magento = 0.46, Yellow = 0.44 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 42 | 44 | - |
| CMYK | 0 | 0.46 | 0.44 | 0.69 |
| HSL | 356.67º | 0.3% | 0.24% | - |
| HSV(B) | 356.67º | 0.46% | 0.31% | - |
| XYZ | 4.42 | 3.46 | 2.82 | - |
| YUV | 52.99 | 122.93 | 145.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 42 | 44 | 0 | 0.46 | 0.44 | 0.69 | 356.67 | 0.3 | 0.24 |
| Hex | 4E | 2A | 2C | 0 | 2E | 2C | 45 | 165 | 1E | 18 |
| Octal | 116 | 52 | 54 | 0 | 56 | 54 | 105 | 545 | 36 | 30 |
| Binary | 1001110 | 101010 | 101100 | 0 | 101110 | 101100 | 1000101 | 101100101 | 11110 | 11000 |
Color Harmonies of #4E2A2C
Complementary color
Monochromatic Colors of #4E2A2C
Black with #4E2A2C
Text Example
Text Example
White with #4E2A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2A2C; }
p { color: rgb(78,42,44); }
H1.HeaderClassName
{
color: #4E2A2C;
}
.AnyTagClassName
{
color: #4E2A2C;
}
</style>
background-color css
<style>
a { background-color: #4E2A2C; }
a { background-color: rgb(78,42,44); }
div.DivClassName
{
background-color: #4E2A2C;
}
.BgClassName
{
background-color: #4E2A2C;
}
</style>
border-color css
<style>
span { border-color: #4E2A2C; }
span { border-color: rgb(78,42,44); }
td.TdClassName
{
border-color: #4E2A2C;
}
.TagClassName
{
border-color: #4E2A2C;
}
</style>