Shades of Caput Mortuum #4E2018
Tints of Caput Mortuum #4E2018
RGB
CMYK
RGB Variations
Color information
#4E2018 (or 0x4E2018) is known color: Caput Mortuum. HEX triplet: 4E, 20 and 18. RGB value is (78,32,24). Sum of RGB (Red+Green+Blue) = 78+32+24=134 (17% of max value = 765). Red value is 78 (30.86% from 255 or 58.21% from 134); Green value is 32 (12.89% from 255 or 23.88% from 134); Blue value is 24 (9.77% from 255 or 17.91% from 134); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2018 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E2018 is #B1DFE7. Grayscale: #2C2C2C. Windows color (decimal): -11657192 or 1581134. OLE color: 1581134.
HSL color Cylindrical-coordinate representation of color #4E2018: hue angle of 8.89º degrees, saturation: 0.53, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4E2018 is Cyan = 0, Magento = 0.59, Yellow = 0.69 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 32 | 24 | - |
| CMYK | 0 | 0.59 | 0.69 | 0.69 |
| HSL | 8.89º | 0.53% | 0.2% | - |
| HSV(B) | 8.89º | 0.69% | 0.31% | - |
| XYZ | 3.82 | 2.72 | 1.19 | - |
| YUV | 44.84 | 116.24 | 151.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 32 | 24 | 0 | 0.59 | 0.69 | 0.69 | 8.89 | 0.53 | 0.2 |
| Hex | 4E | 20 | 18 | 0 | 3B | 45 | 45 | 9 | 35 | 14 |
| Octal | 116 | 40 | 30 | 0 | 73 | 105 | 105 | 11 | 65 | 24 |
| Binary | 1001110 | 100000 | 11000 | 0 | 111011 | 1000101 | 1000101 | 1001 | 110101 | 10100 |
Color Harmonies of #4E2018
Complementary color
Monochromatic Colors of #4E2018
Black with #4E2018
Text Example
Text Example
White with #4E2018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2018; }
p { color: rgb(78,32,24); }
H1.HeaderClassName
{
color: #4E2018;
}
.AnyTagClassName
{
color: #4E2018;
}
</style>
background-color css
<style>
a { background-color: #4E2018; }
a { background-color: rgb(78,32,24); }
div.DivClassName
{
background-color: #4E2018;
}
.BgClassName
{
background-color: #4E2018;
}
</style>
border-color css
<style>
span { border-color: #4E2018; }
span { border-color: rgb(78,32,24); }
td.TdClassName
{
border-color: #4E2018;
}
.TagClassName
{
border-color: #4E2018;
}
</style>