Shades of Caput Mortuum #4D2720
Tints of Caput Mortuum #4D2720
RGB
CMYK
RGB Variations
Color information
#4D2720 (or 0x4D2720) is known color: Caput Mortuum. HEX triplet: 4D, 27 and 20. RGB value is (77,39,32). Sum of RGB (Red+Green+Blue) = 77+39+32=148 (19% of max value = 765). Red value is 77 (30.47% from 255 or 52.03% from 148); Green value is 39 (15.62% from 255 or 26.35% from 148); Blue value is 32 (12.89% from 255 or 21.62% from 148); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2720 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2720 is #B2D8DF. Grayscale: #313131. Windows color (decimal): -11720928 or 2107213. OLE color: 2107213.
HSL color Cylindrical-coordinate representation of color #4D2720: hue angle of 9.33º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4D2720 is Cyan = 0, Magento = 0.49, Yellow = 0.58 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 39 | 32 | - |
| CMYK | 0 | 0.49 | 0.58 | 0.70 |
| HSL | 9.33º | 0.41% | 0.21% | - |
| HSV(B) | 9.33º | 0.58% | 0.3% | - |
| XYZ | 4.05 | 3.13 | 1.76 | - |
| YUV | 49.56 | 118.09 | 147.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 39 | 32 | 0 | 0.49 | 0.58 | 0.70 | 9.33 | 0.41 | 0.21 |
| Hex | 4D | 27 | 20 | 0 | 31 | 3A | 46 | 9 | 29 | 15 |
| Octal | 115 | 47 | 40 | 0 | 61 | 72 | 106 | 11 | 51 | 25 |
| Binary | 1001101 | 100111 | 100000 | 0 | 110001 | 111010 | 1000110 | 1001 | 101001 | 10101 |
Color Harmonies of #4D2720
Complementary color
Monochromatic Colors of #4D2720
Black with #4D2720
Text Example
Text Example
White with #4D2720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2720; }
p { color: rgb(77,39,32); }
H1.HeaderClassName
{
color: #4D2720;
}
.AnyTagClassName
{
color: #4D2720;
}
</style>
background-color css
<style>
a { background-color: #4D2720; }
a { background-color: rgb(77,39,32); }
div.DivClassName
{
background-color: #4D2720;
}
.BgClassName
{
background-color: #4D2720;
}
</style>
border-color css
<style>
span { border-color: #4D2720; }
span { border-color: rgb(77,39,32); }
td.TdClassName
{
border-color: #4D2720;
}
.TagClassName
{
border-color: #4D2720;
}
</style>