Shades of Caput Mortuum #5C2513
Tints of Caput Mortuum #5C2513
RGB
CMYK
RGB Variations
Color information
#5C2513 (or 0x5C2513) is known color: Caput Mortuum. HEX triplet: 5C, 25 and 13. RGB value is (92,37,19). Sum of RGB (Red+Green+Blue) = 92+37+19=148 (19% of max value = 765). Red value is 92 (36.33% from 255 or 62.16% from 148); Green value is 37 (14.84% from 255 or 25% from 148); Blue value is 19 (7.81% from 255 or 12.84% from 148); Max value from RGB is 92 - color contains mainly: red. Hex color #5C2513 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5C2513 is #A3DAEC. Grayscale: #333333. Windows color (decimal): -10738413 or 1254748. OLE color: 1254748.
HSL color Cylindrical-coordinate representation of color #5C2513: hue angle of 14.79º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5C2513 is Cyan = 0, Magento = 0.60, Yellow = 0.79 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 37 | 19 | - |
| CMYK | 0 | 0.60 | 0.79 | 0.64 |
| HSL | 14.79º | 0.66% | 0.22% | - |
| HSV(B) | 14.79º | 0.79% | 0.36% | - |
| XYZ | 5.19 | 3.65 | 1.05 | - |
| YUV | 51.39 | 109.72 | 156.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 37 | 19 | 0 | 0.60 | 0.79 | 0.64 | 14.79 | 0.66 | 0.22 |
| Hex | 5C | 25 | 13 | 0 | 3C | 4F | 40 | F | 42 | 16 |
| Octal | 134 | 45 | 23 | 0 | 74 | 117 | 100 | 17 | 102 | 26 |
| Binary | 1011100 | 100101 | 10011 | 0 | 111100 | 1001111 | 1000000 | 1111 | 1000010 | 10110 |
Color Harmonies of #5C2513
Complementary color
Monochromatic Colors of #5C2513
Black with #5C2513
Text Example
Text Example
White with #5C2513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C2513; }
p { color: rgb(92,37,19); }
H1.HeaderClassName
{
color: #5C2513;
}
.AnyTagClassName
{
color: #5C2513;
}
</style>
background-color css
<style>
a { background-color: #5C2513; }
a { background-color: rgb(92,37,19); }
div.DivClassName
{
background-color: #5C2513;
}
.BgClassName
{
background-color: #5C2513;
}
</style>
border-color css
<style>
span { border-color: #5C2513; }
span { border-color: rgb(92,37,19); }
td.TdClassName
{
border-color: #5C2513;
}
.TagClassName
{
border-color: #5C2513;
}
</style>