Shades of Caput Mortuum #4E2117
Tints of Caput Mortuum #4E2117
RGB
CMYK
RGB Variations
Color information
#4E2117 (or 0x4E2117) is known color: Caput Mortuum. HEX triplet: 4E, 21 and 17. RGB value is (78,33,23). Sum of RGB (Red+Green+Blue) = 78+33+23=134 (17% of max value = 765). Red value is 78 (30.86% from 255 or 58.21% from 134); Green value is 33 (13.28% from 255 or 24.63% from 134); Blue value is 23 (9.38% from 255 or 17.16% from 134); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2117 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E2117 is #B1DEE8. Grayscale: #2D2D2D. Windows color (decimal): -11656937 or 1515854. OLE color: 1515854.
HSL color Cylindrical-coordinate representation of color #4E2117: hue angle of 10.91º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4E2117 is Cyan = 0, Magento = 0.58, Yellow = 0.71 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 33 | 23 | - |
| CMYK | 0 | 0.58 | 0.71 | 0.69 |
| HSL | 10.91º | 0.54% | 0.2% | - |
| HSV(B) | 10.91º | 0.71% | 0.31% | - |
| XYZ | 3.84 | 2.77 | 1.14 | - |
| YUV | 45.32 | 115.41 | 151.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 33 | 23 | 0 | 0.58 | 0.71 | 0.69 | 10.91 | 0.54 | 0.2 |
| Hex | 4E | 21 | 17 | 0 | 3A | 47 | 45 | B | 36 | 14 |
| Octal | 116 | 41 | 27 | 0 | 72 | 107 | 105 | 13 | 66 | 24 |
| Binary | 1001110 | 100001 | 10111 | 0 | 111010 | 1000111 | 1000101 | 1011 | 110110 | 10100 |
Color Harmonies of #4E2117
Complementary color
Monochromatic Colors of #4E2117
Black with #4E2117
Text Example
Text Example
White with #4E2117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2117; }
p { color: rgb(78,33,23); }
H1.HeaderClassName
{
color: #4E2117;
}
.AnyTagClassName
{
color: #4E2117;
}
</style>
background-color css
<style>
a { background-color: #4E2117; }
a { background-color: rgb(78,33,23); }
div.DivClassName
{
background-color: #4E2117;
}
.BgClassName
{
background-color: #4E2117;
}
</style>
border-color css
<style>
span { border-color: #4E2117; }
span { border-color: rgb(78,33,23); }
td.TdClassName
{
border-color: #4E2117;
}
.TagClassName
{
border-color: #4E2117;
}
</style>