Shades of Caput Mortuum #5C2716
Tints of Caput Mortuum #5C2716
RGB
CMYK
RGB Variations
Color information
#5C2716 (or 0x5C2716) is known color: Caput Mortuum. HEX triplet: 5C, 27 and 16. RGB value is (92,39,22). Sum of RGB (Red+Green+Blue) = 92+39+22=153 (20% of max value = 765). Red value is 92 (36.33% from 255 or 60.13% from 153); Green value is 39 (15.62% from 255 or 25.49% from 153); Blue value is 22 (8.98% from 255 or 14.38% from 153); Max value from RGB is 92 - color contains mainly: red. Hex color #5C2716 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5C2716 is #A3D8E9. Grayscale: #353535. Windows color (decimal): -10737898 or 1451868. OLE color: 1451868.
HSL color Cylindrical-coordinate representation of color #5C2716: hue angle of 14.57º 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 #5C2716 is Cyan = 0, Magento = 0.58, Yellow = 0.76 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 39 | 22 | - |
| CMYK | 0 | 0.58 | 0.76 | 0.64 |
| HSL | 14.57º | 0.61% | 0.22% | - |
| HSV(B) | 14.57º | 0.76% | 0.36% | - |
| XYZ | 5.28 | 3.78 | 1.21 | - |
| YUV | 52.91 | 110.56 | 155.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 39 | 22 | 0 | 0.58 | 0.76 | 0.64 | 14.57 | 0.61 | 0.22 |
| Hex | 5C | 27 | 16 | 0 | 3A | 4C | 40 | F | 3D | 16 |
| Octal | 134 | 47 | 26 | 0 | 72 | 114 | 100 | 17 | 75 | 26 |
| Binary | 1011100 | 100111 | 10110 | 0 | 111010 | 1001100 | 1000000 | 1111 | 111101 | 10110 |
Color Harmonies of #5C2716
Complementary color
Monochromatic Colors of #5C2716
Black with #5C2716
Text Example
Text Example
White with #5C2716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C2716; }
p { color: rgb(92,39,22); }
H1.HeaderClassName
{
color: #5C2716;
}
.AnyTagClassName
{
color: #5C2716;
}
</style>
background-color css
<style>
a { background-color: #5C2716; }
a { background-color: rgb(92,39,22); }
div.DivClassName
{
background-color: #5C2716;
}
.BgClassName
{
background-color: #5C2716;
}
</style>
border-color css
<style>
span { border-color: #5C2716; }
span { border-color: rgb(92,39,22); }
td.TdClassName
{
border-color: #5C2716;
}
.TagClassName
{
border-color: #5C2716;
}
</style>