Shades of Heath #4E2D30
Tints of Heath #4E2D30
RGB
CMYK
RGB Variations
Color information
#4E2D30 (or 0x4E2D30) is known color: Heath. HEX triplet: 4E, 2D and 30. RGB value is (78,45,48). Sum of RGB (Red+Green+Blue) = 78+45+48=171 (22% of max value = 765). Red value is 78 (30.86% from 255 or 45.61% from 171); Green value is 45 (17.97% from 255 or 26.32% from 171); Blue value is 48 (19.14% from 255 or 28.07% from 171); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2D30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2D30 is #B1D2CF. Grayscale: #373737. Windows color (decimal): -11653840 or 3157326. OLE color: 3157326.
HSL color Cylindrical-coordinate representation of color #4E2D30: hue angle of 354.55º 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 #4E2D30 is Cyan = 0, Magento = 0.42, Yellow = 0.38 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 45 | 48 | - |
| CMYK | 0 | 0.42 | 0.38 | 0.69 |
| HSL | 354.55º | 0.27% | 0.24% | - |
| HSV(B) | 354.55º | 0.42% | 0.31% | - |
| XYZ | 4.61 | 3.71 | 3.27 | - |
| YUV | 55.21 | 123.93 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 45 | 48 | 0 | 0.42 | 0.38 | 0.69 | 354.55 | 0.27 | 0.24 |
| Hex | 4E | 2D | 30 | 0 | 2A | 26 | 45 | 163 | 1B | 18 |
| Octal | 116 | 55 | 60 | 0 | 52 | 46 | 105 | 543 | 33 | 30 |
| Binary | 1001110 | 101101 | 110000 | 0 | 101010 | 100110 | 1000101 | 101100011 | 11011 | 11000 |
Color Harmonies of #4E2D30
Complementary color
Monochromatic Colors of #4E2D30
Black with #4E2D30
Text Example
Text Example
White with #4E2D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2D30; }
p { color: rgb(78,45,48); }
H1.HeaderClassName
{
color: #4E2D30;
}
.AnyTagClassName
{
color: #4E2D30;
}
</style>
background-color css
<style>
a { background-color: #4E2D30; }
a { background-color: rgb(78,45,48); }
div.DivClassName
{
background-color: #4E2D30;
}
.BgClassName
{
background-color: #4E2D30;
}
</style>
border-color css
<style>
span { border-color: #4E2D30; }
span { border-color: rgb(78,45,48); }
td.TdClassName
{
border-color: #4E2D30;
}
.TagClassName
{
border-color: #4E2D30;
}
</style>