Shades of Heath #4E272C
Tints of Heath #4E272C
RGB
CMYK
RGB Variations
Color information
#4E272C (or 0x4E272C) is known color: Heath. HEX triplet: 4E, 27 and 2C. RGB value is (78,39,44). Sum of RGB (Red+Green+Blue) = 78+39+44=161 (21% of max value = 765). Red value is 78 (30.86% from 255 or 48.45% from 161); Green value is 39 (15.62% from 255 or 24.22% from 161); Blue value is 44 (17.58% from 255 or 27.33% from 161); Max value from RGB is 78 - color contains mainly: red. Hex color #4E272C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E272C is #B1D8D3. Grayscale: #333333. Windows color (decimal): -11655380 or 2893646. OLE color: 2893646.
HSL color Cylindrical-coordinate representation of color #4E272C: hue angle of 352.31º degrees, saturation: 0.33, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4E272C is Cyan = 0, Magento = 0.50, Yellow = 0.44 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 39 | 44 | - |
| CMYK | 0 | 0.50 | 0.44 | 0.69 |
| HSL | 352.31º | 0.33% | 0.23% | - |
| HSV(B) | 352.31º | 0.5% | 0.31% | - |
| XYZ | 4.32 | 3.25 | 2.78 | - |
| YUV | 51.23 | 123.92 | 147.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 39 | 44 | 0 | 0.50 | 0.44 | 0.69 | 352.31 | 0.33 | 0.23 |
| Hex | 4E | 27 | 2C | 0 | 32 | 2C | 45 | 160 | 21 | 17 |
| Octal | 116 | 47 | 54 | 0 | 62 | 54 | 105 | 540 | 41 | 27 |
| Binary | 1001110 | 100111 | 101100 | 0 | 110010 | 101100 | 1000101 | 101100000 | 100001 | 10111 |
Color Harmonies of #4E272C
Complementary color
Monochromatic Colors of #4E272C
Black with #4E272C
Text Example
Text Example
White with #4E272C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E272C; }
p { color: rgb(78,39,44); }
H1.HeaderClassName
{
color: #4E272C;
}
.AnyTagClassName
{
color: #4E272C;
}
</style>
background-color css
<style>
a { background-color: #4E272C; }
a { background-color: rgb(78,39,44); }
div.DivClassName
{
background-color: #4E272C;
}
.BgClassName
{
background-color: #4E272C;
}
</style>
border-color css
<style>
span { border-color: #4E272C; }
span { border-color: rgb(78,39,44); }
td.TdClassName
{
border-color: #4E272C;
}
.TagClassName
{
border-color: #4E272C;
}
</style>