Shades of Caput Mortuum #4E2822
Tints of Caput Mortuum #4E2822
RGB
CMYK
RGB Variations
Color information
#4E2822 (or 0x4E2822) is known color: Caput Mortuum. HEX triplet: 4E, 28 and 22. RGB value is (78,40,34). Sum of RGB (Red+Green+Blue) = 78+40+34=152 (20% of max value = 765). Red value is 78 (30.86% from 255 or 51.32% from 152); Green value is 40 (16.02% from 255 or 26.32% from 152); Blue value is 34 (13.67% from 255 or 22.37% from 152); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2822 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2822 is #B1D7DD. Grayscale: #323232. Windows color (decimal): -11655134 or 2238542. OLE color: 2238542.
HSL color Cylindrical-coordinate representation of color #4E2822: hue angle of 8.18º degrees, saturation: 0.39, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4E2822 is Cyan = 0, Magento = 0.49, Yellow = 0.56 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 40 | 34 | - |
| CMYK | 0 | 0.49 | 0.56 | 0.69 |
| HSL | 8.18º | 0.39% | 0.22% | - |
| HSV(B) | 8.18º | 0.56% | 0.31% | - |
| XYZ | 4.19 | 3.25 | 1.92 | - |
| YUV | 50.68 | 118.59 | 147.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 40 | 34 | 0 | 0.49 | 0.56 | 0.69 | 8.18 | 0.39 | 0.22 |
| Hex | 4E | 28 | 22 | 0 | 31 | 38 | 45 | 8 | 27 | 16 |
| Octal | 116 | 50 | 42 | 0 | 61 | 70 | 105 | 10 | 47 | 26 |
| Binary | 1001110 | 101000 | 100010 | 0 | 110001 | 111000 | 1000101 | 1000 | 100111 | 10110 |
Color Harmonies of #4E2822
Complementary color
Monochromatic Colors of #4E2822
Black with #4E2822
Text Example
Text Example
White with #4E2822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2822; }
p { color: rgb(78,40,34); }
H1.HeaderClassName
{
color: #4E2822;
}
.AnyTagClassName
{
color: #4E2822;
}
</style>
background-color css
<style>
a { background-color: #4E2822; }
a { background-color: rgb(78,40,34); }
div.DivClassName
{
background-color: #4E2822;
}
.BgClassName
{
background-color: #4E2822;
}
</style>
border-color css
<style>
span { border-color: #4E2822; }
span { border-color: rgb(78,40,34); }
td.TdClassName
{
border-color: #4E2822;
}
.TagClassName
{
border-color: #4E2822;
}
</style>