Shades of Caput Mortuum #5C2516
Tints of Caput Mortuum #5C2516
RGB
CMYK
RGB Variations
Color information
#5C2516 (or 0x5C2516) is known color: Caput Mortuum. HEX triplet: 5C, 25 and 16. RGB value is (92,37,22). Sum of RGB (Red+Green+Blue) = 92+37+22=151 (20% of max value = 765). Red value is 92 (36.33% from 255 or 60.93% from 151); Green value is 37 (14.84% from 255 or 24.50% from 151); Blue value is 22 (8.98% from 255 or 14.57% from 151); Max value from RGB is 92 - color contains mainly: red. Hex color #5C2516 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5C2516 is #A3DAE9. Grayscale: #333333. Windows color (decimal): -10738410 or 1451356. OLE color: 1451356.
HSL color Cylindrical-coordinate representation of color #5C2516: hue angle of 12.86º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5C2516 is Cyan = 0, Magento = 0.60, Yellow = 0.76 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 37 | 22 | - |
| CMYK | 0 | 0.60 | 0.76 | 0.64 |
| HSL | 12.86º | 0.61% | 0.22% | - |
| HSV(B) | 12.86º | 0.76% | 0.36% | - |
| XYZ | 5.22 | 3.66 | 1.19 | - |
| YUV | 51.74 | 111.22 | 156.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 37 | 22 | 0 | 0.60 | 0.76 | 0.64 | 12.86 | 0.61 | 0.22 |
| Hex | 5C | 25 | 16 | 0 | 3C | 4C | 40 | D | 3D | 16 |
| Octal | 134 | 45 | 26 | 0 | 74 | 114 | 100 | 15 | 75 | 26 |
| Binary | 1011100 | 100101 | 10110 | 0 | 111100 | 1001100 | 1000000 | 1101 | 111101 | 10110 |
Color Harmonies of #5C2516
Complementary color
Monochromatic Colors of #5C2516
Black with #5C2516
Text Example
Text Example
White with #5C2516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C2516; }
p { color: rgb(92,37,22); }
H1.HeaderClassName
{
color: #5C2516;
}
.AnyTagClassName
{
color: #5C2516;
}
</style>
background-color css
<style>
a { background-color: #5C2516; }
a { background-color: rgb(92,37,22); }
div.DivClassName
{
background-color: #5C2516;
}
.BgClassName
{
background-color: #5C2516;
}
</style>
border-color css
<style>
span { border-color: #5C2516; }
span { border-color: rgb(92,37,22); }
td.TdClassName
{
border-color: #5C2516;
}
.TagClassName
{
border-color: #5C2516;
}
</style>