Shades of Caput Mortuum #4E2720
Tints of Caput Mortuum #4E2720
RGB
CMYK
RGB Variations
Color information
#4E2720 (or 0x4E2720) is known color: Caput Mortuum. HEX triplet: 4E, 27 and 20. RGB value is (78,39,32). Sum of RGB (Red+Green+Blue) = 78+39+32=149 (19% of max value = 765). Red value is 78 (30.86% from 255 or 52.35% from 149); Green value is 39 (15.62% from 255 or 26.17% from 149); Blue value is 32 (12.89% from 255 or 21.48% from 149); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2720 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2720 is #B1D8DF. Grayscale: #313131. Windows color (decimal): -11655392 or 2107214. OLE color: 2107214.
HSL color Cylindrical-coordinate representation of color #4E2720: hue angle of 9.13º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4E2720 is Cyan = 0, Magento = 0.50, Yellow = 0.59 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 39 | 32 | - |
| CMYK | 0 | 0.50 | 0.59 | 0.69 |
| HSL | 9.13º | 0.42% | 0.22% | - |
| HSV(B) | 9.13º | 0.59% | 0.31% | - |
| XYZ | 4.13 | 3.18 | 1.76 | - |
| YUV | 49.86 | 117.92 | 148.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 39 | 32 | 0 | 0.50 | 0.59 | 0.69 | 9.13 | 0.42 | 0.22 |
| Hex | 4E | 27 | 20 | 0 | 32 | 3B | 45 | 9 | 2A | 16 |
| Octal | 116 | 47 | 40 | 0 | 62 | 73 | 105 | 11 | 52 | 26 |
| Binary | 1001110 | 100111 | 100000 | 0 | 110010 | 111011 | 1000101 | 1001 | 101010 | 10110 |
Color Harmonies of #4E2720
Complementary color
Monochromatic Colors of #4E2720
Black with #4E2720
Text Example
Text Example
White with #4E2720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2720; }
p { color: rgb(78,39,32); }
H1.HeaderClassName
{
color: #4E2720;
}
.AnyTagClassName
{
color: #4E2720;
}
</style>
background-color css
<style>
a { background-color: #4E2720; }
a { background-color: rgb(78,39,32); }
div.DivClassName
{
background-color: #4E2720;
}
.BgClassName
{
background-color: #4E2720;
}
</style>
border-color css
<style>
span { border-color: #4E2720; }
span { border-color: rgb(78,39,32); }
td.TdClassName
{
border-color: #4E2720;
}
.TagClassName
{
border-color: #4E2720;
}
</style>