Shades of Caput Mortuum #4C2016
Tints of Caput Mortuum #4C2016
RGB
CMYK
RGB Variations
Color information
#4C2016 (or 0x4C2016) is known color: Caput Mortuum. HEX triplet: 4C, 20 and 16. RGB value is (76,32,22). Sum of RGB (Red+Green+Blue) = 76+32+22=130 (17% of max value = 765). Red value is 76 (30.08% from 255 or 58.46% from 130); Green value is 32 (12.89% from 255 or 24.62% from 130); Blue value is 22 (8.98% from 255 or 16.92% from 130); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2016 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C2016 is #B3DFE9. Grayscale: #2C2C2C. Windows color (decimal): -11788266 or 1450060. OLE color: 1450060.
HSL color Cylindrical-coordinate representation of color #4C2016: hue angle of 11.11º degrees, saturation: 0.55, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4C2016 is Cyan = 0, Magento = 0.58, Yellow = 0.71 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 32 | 22 | - |
| CMYK | 0 | 0.58 | 0.71 | 0.70 |
| HSL | 11.11º | 0.55% | 0.19% | - |
| HSV(B) | 11.11º | 0.71% | 0.3% | - |
| XYZ | 3.64 | 2.63 | 1.07 | - |
| YUV | 44.02 | 115.58 | 150.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 32 | 22 | 0 | 0.58 | 0.71 | 0.70 | 11.11 | 0.55 | 0.19 |
| Hex | 4C | 20 | 16 | 0 | 3A | 47 | 46 | B | 37 | 13 |
| Octal | 114 | 40 | 26 | 0 | 72 | 107 | 106 | 13 | 67 | 23 |
| Binary | 1001100 | 100000 | 10110 | 0 | 111010 | 1000111 | 1000110 | 1011 | 110111 | 10011 |
Color Harmonies of #4C2016
Complementary color
Monochromatic Colors of #4C2016
Black with #4C2016
Text Example
Text Example
White with #4C2016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2016; }
p { color: rgb(76,32,22); }
H1.HeaderClassName
{
color: #4C2016;
}
.AnyTagClassName
{
color: #4C2016;
}
</style>
background-color css
<style>
a { background-color: #4C2016; }
a { background-color: rgb(76,32,22); }
div.DivClassName
{
background-color: #4C2016;
}
.BgClassName
{
background-color: #4C2016;
}
</style>
border-color css
<style>
span { border-color: #4C2016; }
span { border-color: rgb(76,32,22); }
td.TdClassName
{
border-color: #4C2016;
}
.TagClassName
{
border-color: #4C2016;
}
</style>