Shades of Caput Mortuum #5D2618
Tints of Caput Mortuum #5D2618
RGB
CMYK
RGB Variations
Color information
#5D2618 (or 0x5D2618) is known color: Caput Mortuum. HEX triplet: 5D, 26 and 18. RGB value is (93,38,24). Sum of RGB (Red+Green+Blue) = 93+38+24=155 (20% of max value = 765). Red value is 93 (36.72% from 255 or 60% from 155); Green value is 38 (15.23% from 255 or 24.52% from 155); Blue value is 24 (9.77% from 255 or 15.48% from 155); Max value from RGB is 93 - color contains mainly: red. Hex color #5D2618 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5D2618 is #A2D9E7. Grayscale: #343434. Windows color (decimal): -10672616 or 1582685. OLE color: 1582685.
HSL color Cylindrical-coordinate representation of color #5D2618: hue angle of 12.17º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5D2618 is Cyan = 0, Magento = 0.59, Yellow = 0.74 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 38 | 24 | - |
| CMYK | 0 | 0.59 | 0.74 | 0.64 |
| HSL | 12.17º | 0.59% | 0.23% | - |
| HSV(B) | 12.17º | 0.74% | 0.36% | - |
| XYZ | 5.37 | 3.78 | 1.31 | - |
| YUV | 52.85 | 111.72 | 156.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 38 | 24 | 0 | 0.59 | 0.74 | 0.64 | 12.17 | 0.59 | 0.23 |
| Hex | 5D | 26 | 18 | 0 | 3B | 4A | 40 | C | 3B | 17 |
| Octal | 135 | 46 | 30 | 0 | 73 | 112 | 100 | 14 | 73 | 27 |
| Binary | 1011101 | 100110 | 11000 | 0 | 111011 | 1001010 | 1000000 | 1100 | 111011 | 10111 |
Color Harmonies of #5D2618
Complementary color
Monochromatic Colors of #5D2618
Black with #5D2618
Text Example
Text Example
White with #5D2618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D2618; }
p { color: rgb(93,38,24); }
H1.HeaderClassName
{
color: #5D2618;
}
.AnyTagClassName
{
color: #5D2618;
}
</style>
background-color css
<style>
a { background-color: #5D2618; }
a { background-color: rgb(93,38,24); }
div.DivClassName
{
background-color: #5D2618;
}
.BgClassName
{
background-color: #5D2618;
}
</style>
border-color css
<style>
span { border-color: #5D2618; }
span { border-color: rgb(93,38,24); }
td.TdClassName
{
border-color: #5D2618;
}
.TagClassName
{
border-color: #5D2618;
}
</style>