Shades of Caput Mortuum #4E2216
Tints of Caput Mortuum #4E2216
RGB
CMYK
RGB Variations
Color information
#4E2216 (or 0x4E2216) is known color: Caput Mortuum. HEX triplet: 4E, 22 and 16. RGB value is (78,34,22). Sum of RGB (Red+Green+Blue) = 78+34+22=134 (17% of max value = 765). Red value is 78 (30.86% from 255 or 58.21% from 134); Green value is 34 (13.67% from 255 or 25.37% from 134); Blue value is 22 (8.98% from 255 or 16.42% from 134); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2216 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E2216 is #B1DDE9. Grayscale: #2D2D2D. Windows color (decimal): -11656682 or 1450574. OLE color: 1450574.
HSL color Cylindrical-coordinate representation of color #4E2216: hue angle of 12.86º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4E2216 is Cyan = 0, Magento = 0.56, Yellow = 0.72 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 34 | 22 | - |
| CMYK | 0 | 0.56 | 0.72 | 0.69 |
| HSL | 12.86º | 0.56% | 0.2% | - |
| HSV(B) | 12.86º | 0.72% | 0.31% | - |
| XYZ | 3.86 | 2.82 | 1.1 | - |
| YUV | 45.79 | 114.58 | 150.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 34 | 22 | 0 | 0.56 | 0.72 | 0.69 | 12.86 | 0.56 | 0.2 |
| Hex | 4E | 22 | 16 | 0 | 38 | 48 | 45 | D | 38 | 14 |
| Octal | 116 | 42 | 26 | 0 | 70 | 110 | 105 | 15 | 70 | 24 |
| Binary | 1001110 | 100010 | 10110 | 0 | 111000 | 1001000 | 1000101 | 1101 | 111000 | 10100 |
Color Harmonies of #4E2216
Complementary color
Monochromatic Colors of #4E2216
Black with #4E2216
Text Example
Text Example
White with #4E2216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2216; }
p { color: rgb(78,34,22); }
H1.HeaderClassName
{
color: #4E2216;
}
.AnyTagClassName
{
color: #4E2216;
}
</style>
background-color css
<style>
a { background-color: #4E2216; }
a { background-color: rgb(78,34,22); }
div.DivClassName
{
background-color: #4E2216;
}
.BgClassName
{
background-color: #4E2216;
}
</style>
border-color css
<style>
span { border-color: #4E2216; }
span { border-color: rgb(78,34,22); }
td.TdClassName
{
border-color: #4E2216;
}
.TagClassName
{
border-color: #4E2216;
}
</style>