Shades of Heath #4E2D2E
Tints of Heath #4E2D2E
RGB
CMYK
RGB Variations
Color information
#4E2D2E (or 0x4E2D2E) is known color: Heath. HEX triplet: 4E, 2D and 2E. RGB value is (78,45,46). Sum of RGB (Red+Green+Blue) = 78+45+46=169 (22% of max value = 765). Red value is 78 (30.86% from 255 or 46.15% from 169); Green value is 45 (17.97% from 255 or 26.63% from 169); Blue value is 46 (18.36% from 255 or 27.22% from 169); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2D2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2D2E is #B1D2D1. Grayscale: #373737. Windows color (decimal): -11653842 or 3026254. OLE color: 3026254.
HSL color Cylindrical-coordinate representation of color #4E2D2E: hue angle of 358.18º degrees, saturation: 0.27, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4E2D2E is Cyan = 0, Magento = 0.42, Yellow = 0.41 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 45 | 46 | - |
| CMYK | 0 | 0.42 | 0.41 | 0.69 |
| HSL | 358.18º | 0.27% | 0.24% | - |
| HSV(B) | 358.18º | 0.42% | 0.31% | - |
| XYZ | 4.57 | 3.69 | 3.06 | - |
| YUV | 54.98 | 122.93 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 45 | 46 | 0 | 0.42 | 0.41 | 0.69 | 358.18 | 0.27 | 0.24 |
| Hex | 4E | 2D | 2E | 0 | 2A | 29 | 45 | 166 | 1B | 18 |
| Octal | 116 | 55 | 56 | 0 | 52 | 51 | 105 | 546 | 33 | 30 |
| Binary | 1001110 | 101101 | 101110 | 0 | 101010 | 101001 | 1000101 | 101100110 | 11011 | 11000 |
Color Harmonies of #4E2D2E
Complementary color
Monochromatic Colors of #4E2D2E
Black with #4E2D2E
Text Example
Text Example
White with #4E2D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2D2E; }
p { color: rgb(78,45,46); }
H1.HeaderClassName
{
color: #4E2D2E;
}
.AnyTagClassName
{
color: #4E2D2E;
}
</style>
background-color css
<style>
a { background-color: #4E2D2E; }
a { background-color: rgb(78,45,46); }
div.DivClassName
{
background-color: #4E2D2E;
}
.BgClassName
{
background-color: #4E2D2E;
}
</style>
border-color css
<style>
span { border-color: #4E2D2E; }
span { border-color: rgb(78,45,46); }
td.TdClassName
{
border-color: #4E2D2E;
}
.TagClassName
{
border-color: #4E2D2E;
}
</style>