Shades of Caput Mortuum #4C2420
Tints of Caput Mortuum #4C2420
RGB
CMYK
RGB Variations
Color information
#4C2420 (or 0x4C2420) is known color: Caput Mortuum. HEX triplet: 4C, 24 and 20. RGB value is (76,36,32). Sum of RGB (Red+Green+Blue) = 76+36+32=144 (19% of max value = 765). Red value is 76 (30.08% from 255 or 52.78% from 144); Green value is 36 (14.45% from 255 or 25% from 144); Blue value is 32 (12.89% from 255 or 22.22% from 144); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2420 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2420 is #B3DBDF. Grayscale: #2F2F2F. Windows color (decimal): -11787232 or 2106444. OLE color: 2106444.
HSL color Cylindrical-coordinate representation of color #4C2420: hue angle of 5.45º 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 #4C2420 is Cyan = 0, Magento = 0.53, Yellow = 0.58 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 36 | 32 | - |
| CMYK | 0 | 0.53 | 0.58 | 0.70 |
| HSL | 5.45º | 0.41% | 0.21% | - |
| HSV(B) | 5.45º | 0.58% | 0.3% | - |
| XYZ | 3.87 | 2.9 | 1.72 | - |
| YUV | 47.5 | 119.25 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 36 | 32 | 0 | 0.53 | 0.58 | 0.70 | 5.45 | 0.41 | 0.21 |
| Hex | 4C | 24 | 20 | 0 | 35 | 3A | 46 | 5 | 29 | 15 |
| Octal | 114 | 44 | 40 | 0 | 65 | 72 | 106 | 5 | 51 | 25 |
| Binary | 1001100 | 100100 | 100000 | 0 | 110101 | 111010 | 1000110 | 101 | 101001 | 10101 |
Color Harmonies of #4C2420
Complementary color
Monochromatic Colors of #4C2420
Black with #4C2420
Text Example
Text Example
White with #4C2420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2420; }
p { color: rgb(76,36,32); }
H1.HeaderClassName
{
color: #4C2420;
}
.AnyTagClassName
{
color: #4C2420;
}
</style>
background-color css
<style>
a { background-color: #4C2420; }
a { background-color: rgb(76,36,32); }
div.DivClassName
{
background-color: #4C2420;
}
.BgClassName
{
background-color: #4C2420;
}
</style>
border-color css
<style>
span { border-color: #4C2420; }
span { border-color: rgb(76,36,32); }
td.TdClassName
{
border-color: #4C2420;
}
.TagClassName
{
border-color: #4C2420;
}
</style>