Shades of Heath #4E2E2F
Tints of Heath #4E2E2F
RGB
CMYK
RGB Variations
Color information
#4E2E2F (or 0x4E2E2F) is known color: Heath. HEX triplet: 4E, 2E and 2F. RGB value is (78,46,47). Sum of RGB (Red+Green+Blue) = 78+46+47=171 (22% of max value = 765). Red value is 78 (30.86% from 255 or 45.61% from 171); Green value is 46 (18.36% from 255 or 26.90% from 171); Blue value is 47 (18.75% from 255 or 27.49% from 171); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2E2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2E2F is #B1D1D0. Grayscale: #373737. Windows color (decimal): -11653585 or 3092046. OLE color: 3092046.
HSL color Cylindrical-coordinate representation of color #4E2E2F: hue angle of 358.12º degrees, saturation: 0.26, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4E2E2F is Cyan = 0, Magento = 0.41, Yellow = 0.40 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 46 | 47 | - |
| CMYK | 0 | 0.41 | 0.40 | 0.69 |
| HSL | 358.13º | 0.26% | 0.24% | - |
| HSV(B) | 358.13º | 0.41% | 0.31% | - |
| XYZ | 4.63 | 3.78 | 3.17 | - |
| YUV | 55.68 | 123.1 | 143.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 46 | 47 | 0 | 0.41 | 0.40 | 0.69 | 358.13 | 0.26 | 0.24 |
| Hex | 4E | 2E | 2F | 0 | 29 | 28 | 45 | 166 | 1A | 18 |
| Octal | 116 | 56 | 57 | 0 | 51 | 50 | 105 | 546 | 32 | 30 |
| Binary | 1001110 | 101110 | 101111 | 0 | 101001 | 101000 | 1000101 | 101100110 | 11010 | 11000 |
Color Harmonies of #4E2E2F
Complementary color
Monochromatic Colors of #4E2E2F
Black with #4E2E2F
Text Example
Text Example
White with #4E2E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2E2F; }
p { color: rgb(78,46,47); }
H1.HeaderClassName
{
color: #4E2E2F;
}
.AnyTagClassName
{
color: #4E2E2F;
}
</style>
background-color css
<style>
a { background-color: #4E2E2F; }
a { background-color: rgb(78,46,47); }
div.DivClassName
{
background-color: #4E2E2F;
}
.BgClassName
{
background-color: #4E2E2F;
}
</style>
border-color css
<style>
span { border-color: #4E2E2F; }
span { border-color: rgb(78,46,47); }
td.TdClassName
{
border-color: #4E2E2F;
}
.TagClassName
{
border-color: #4E2E2F;
}
</style>