Shades of Heath #4E3132
Tints of Heath #4E3132
RGB
CMYK
RGB Variations
Color information
#4E3132 (or 0x4E3132) is known color: Heath. HEX triplet: 4E, 31 and 32. RGB value is (78,49,50). Sum of RGB (Red+Green+Blue) = 78+49+50=177 (23% of max value = 765). Red value is 78 (30.86% from 255 or 44.07% from 177); Green value is 49 (19.53% from 255 or 27.68% from 177); Blue value is 50 (19.92% from 255 or 28.25% from 177); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3132 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E3132 is #B1CECD. Grayscale: #393939. Windows color (decimal): -11652814 or 3289422. OLE color: 3289422.
HSL color Cylindrical-coordinate representation of color #4E3132: hue angle of 357.93º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4E3132 is Cyan = 0, Magento = 0.37, Yellow = 0.36 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 49 | 50 | - |
| CMYK | 0 | 0.37 | 0.36 | 0.69 |
| HSL | 357.93º | 0.23% | 0.25% | - |
| HSV(B) | 357.93º | 0.37% | 0.31% | - |
| XYZ | 4.82 | 4.05 | 3.54 | - |
| YUV | 57.79 | 123.61 | 142.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 49 | 50 | 0 | 0.37 | 0.36 | 0.69 | 357.93 | 0.23 | 0.25 |
| Hex | 4E | 31 | 32 | 0 | 25 | 24 | 45 | 166 | 17 | 19 |
| Octal | 116 | 61 | 62 | 0 | 45 | 44 | 105 | 546 | 27 | 31 |
| Binary | 1001110 | 110001 | 110010 | 0 | 100101 | 100100 | 1000101 | 101100110 | 10111 | 11001 |
Color Harmonies of #4E3132
Complementary color
Monochromatic Colors of #4E3132
Black with #4E3132
Text Example
Text Example
White with #4E3132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3132; }
p { color: rgb(78,49,50); }
H1.HeaderClassName
{
color: #4E3132;
}
.AnyTagClassName
{
color: #4E3132;
}
</style>
background-color css
<style>
a { background-color: #4E3132; }
a { background-color: rgb(78,49,50); }
div.DivClassName
{
background-color: #4E3132;
}
.BgClassName
{
background-color: #4E3132;
}
</style>
border-color css
<style>
span { border-color: #4E3132; }
span { border-color: rgb(78,49,50); }
td.TdClassName
{
border-color: #4E3132;
}
.TagClassName
{
border-color: #4E3132;
}
</style>