Shades of Caput Mortuum #4D2118
Tints of Caput Mortuum #4D2118
RGB
CMYK
RGB Variations
Color information
#4D2118 (or 0x4D2118) is known color: Caput Mortuum. HEX triplet: 4D, 21 and 18. RGB value is (77,33,24). Sum of RGB (Red+Green+Blue) = 77+33+24=134 (17% of max value = 765). Red value is 77 (30.47% from 255 or 57.46% from 134); Green value is 33 (13.28% from 255 or 24.63% from 134); Blue value is 24 (9.77% from 255 or 17.91% from 134); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2118 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D2118 is #B2DEE7. Grayscale: #2D2D2D. Windows color (decimal): -11722472 or 1581389. OLE color: 1581389.
HSL color Cylindrical-coordinate representation of color #4D2118: hue angle of 10.19º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4D2118 is Cyan = 0, Magento = 0.57, Yellow = 0.69 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 33 | 24 | - |
| CMYK | 0 | 0.57 | 0.69 | 0.70 |
| HSL | 10.19º | 0.52% | 0.2% | - |
| HSV(B) | 10.19º | 0.69% | 0.3% | - |
| XYZ | 3.77 | 2.73 | 1.19 | - |
| YUV | 45.13 | 116.08 | 150.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 33 | 24 | 0 | 0.57 | 0.69 | 0.70 | 10.19 | 0.52 | 0.2 |
| Hex | 4D | 21 | 18 | 0 | 39 | 45 | 46 | A | 34 | 14 |
| Octal | 115 | 41 | 30 | 0 | 71 | 105 | 106 | 12 | 64 | 24 |
| Binary | 1001101 | 100001 | 11000 | 0 | 111001 | 1000101 | 1000110 | 1010 | 110100 | 10100 |
Color Harmonies of #4D2118
Complementary color
Monochromatic Colors of #4D2118
Black with #4D2118
Text Example
Text Example
White with #4D2118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2118; }
p { color: rgb(77,33,24); }
H1.HeaderClassName
{
color: #4D2118;
}
.AnyTagClassName
{
color: #4D2118;
}
</style>
background-color css
<style>
a { background-color: #4D2118; }
a { background-color: rgb(77,33,24); }
div.DivClassName
{
background-color: #4D2118;
}
.BgClassName
{
background-color: #4D2118;
}
</style>
border-color css
<style>
span { border-color: #4D2118; }
span { border-color: rgb(77,33,24); }
td.TdClassName
{
border-color: #4D2118;
}
.TagClassName
{
border-color: #4D2118;
}
</style>