Shades of Heath #4E3031
Tints of Heath #4E3031
RGB
CMYK
RGB Variations
Color information
#4E3031 (or 0x4E3031) is known color: Heath. HEX triplet: 4E, 30 and 31. RGB value is (78,48,49). Sum of RGB (Red+Green+Blue) = 78+48+49=175 (23% of max value = 765). Red value is 78 (30.86% from 255 or 44.57% from 175); Green value is 48 (19.14% from 255 or 27.43% from 175); Blue value is 49 (19.53% from 255 or 28% from 175); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3031 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E3031 is #B1CFCE. Grayscale: #393939. Windows color (decimal): -11653071 or 3223630. OLE color: 3223630.
HSL color Cylindrical-coordinate representation of color #4E3031: hue angle of 358º degrees, saturation: 0.24, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4E3031 is Cyan = 0, Magento = 0.38, Yellow = 0.37 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 48 | 49 | - |
| CMYK | 0 | 0.38 | 0.37 | 0.69 |
| HSL | 358º | 0.24% | 0.25% | - |
| HSV(B) | 358º | 0.38% | 0.31% | - |
| XYZ | 4.75 | 3.96 | 3.42 | - |
| YUV | 57.08 | 123.44 | 142.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 48 | 49 | 0 | 0.38 | 0.37 | 0.69 | 358 | 0.24 | 0.25 |
| Hex | 4E | 30 | 31 | 0 | 26 | 25 | 45 | 166 | 18 | 19 |
| Octal | 116 | 60 | 61 | 0 | 46 | 45 | 105 | 546 | 30 | 31 |
| Binary | 1001110 | 110000 | 110001 | 0 | 100110 | 100101 | 1000101 | 101100110 | 11000 | 11001 |
Color Harmonies of #4E3031
Complementary color
Monochromatic Colors of #4E3031
Black with #4E3031
Text Example
Text Example
White with #4E3031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3031; }
p { color: rgb(78,48,49); }
H1.HeaderClassName
{
color: #4E3031;
}
.AnyTagClassName
{
color: #4E3031;
}
</style>
background-color css
<style>
a { background-color: #4E3031; }
a { background-color: rgb(78,48,49); }
div.DivClassName
{
background-color: #4E3031;
}
.BgClassName
{
background-color: #4E3031;
}
</style>
border-color css
<style>
span { border-color: #4E3031; }
span { border-color: rgb(78,48,49); }
td.TdClassName
{
border-color: #4E3031;
}
.TagClassName
{
border-color: #4E3031;
}
</style>