Shades of Caput Mortuum #4E2A22
Tints of Caput Mortuum #4E2A22
RGB
CMYK
RGB Variations
Color information
#4E2A22 (or 0x4E2A22) is known color: Caput Mortuum. HEX triplet: 4E, 2A and 22. RGB value is (78,42,34). Sum of RGB (Red+Green+Blue) = 78+42+34=154 (20% of max value = 765). Red value is 78 (30.86% from 255 or 50.65% from 154); Green value is 42 (16.80% from 255 or 27.27% from 154); Blue value is 34 (13.67% from 255 or 22.08% from 154); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2A22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2A22 is #B1D5DD. Grayscale: #333333. Windows color (decimal): -11654622 or 2239054. OLE color: 2239054.
HSL color Cylindrical-coordinate representation of color #4E2A22: hue angle of 10.91º 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 #4E2A22 is Cyan = 0, Magento = 0.46, Yellow = 0.56 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 42 | 34 | - |
| CMYK | 0 | 0.46 | 0.56 | 0.69 |
| HSL | 10.91º | 0.39% | 0.22% | - |
| HSV(B) | 10.91º | 0.56% | 0.31% | - |
| XYZ | 4.26 | 3.39 | 1.94 | - |
| YUV | 51.85 | 117.93 | 146.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 42 | 34 | 0 | 0.46 | 0.56 | 0.69 | 10.91 | 0.39 | 0.22 |
| Hex | 4E | 2A | 22 | 0 | 2E | 38 | 45 | B | 27 | 16 |
| Octal | 116 | 52 | 42 | 0 | 56 | 70 | 105 | 13 | 47 | 26 |
| Binary | 1001110 | 101010 | 100010 | 0 | 101110 | 111000 | 1000101 | 1011 | 100111 | 10110 |
Color Harmonies of #4E2A22
Complementary color
Monochromatic Colors of #4E2A22
Black with #4E2A22
Text Example
Text Example
White with #4E2A22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2A22; }
p { color: rgb(78,42,34); }
H1.HeaderClassName
{
color: #4E2A22;
}
.AnyTagClassName
{
color: #4E2A22;
}
</style>
background-color css
<style>
a { background-color: #4E2A22; }
a { background-color: rgb(78,42,34); }
div.DivClassName
{
background-color: #4E2A22;
}
.BgClassName
{
background-color: #4E2A22;
}
</style>
border-color css
<style>
span { border-color: #4E2A22; }
span { border-color: rgb(78,42,34); }
td.TdClassName
{
border-color: #4E2A22;
}
.TagClassName
{
border-color: #4E2A22;
}
</style>