Shades of Caput Mortuum #5D2A18
Tints of Caput Mortuum #5D2A18
RGB
CMYK
RGB Variations
Color information
#5D2A18 (or 0x5D2A18) is known color: Caput Mortuum. HEX triplet: 5D, 2A and 18. RGB value is (93,42,24). Sum of RGB (Red+Green+Blue) = 93+42+24=159 (21% of max value = 765). Red value is 93 (36.72% from 255 or 58.49% from 159); Green value is 42 (16.80% from 255 or 26.42% from 159); Blue value is 24 (9.77% from 255 or 15.09% from 159); Max value from RGB is 93 - color contains mainly: red. Hex color #5D2A18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5D2A18 is #A2D5E7. Grayscale: #373737. Windows color (decimal): -10671592 or 1583709. OLE color: 1583709.
HSL color Cylindrical-coordinate representation of color #5D2A18: hue angle of 15.65º 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 #5D2A18 is Cyan = 0, Magento = 0.55, Yellow = 0.74 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 42 | 24 | - |
| CMYK | 0 | 0.55 | 0.74 | 0.64 |
| HSL | 15.65º | 0.59% | 0.23% | - |
| HSV(B) | 15.65º | 0.74% | 0.36% | - |
| XYZ | 5.51 | 4.05 | 1.36 | - |
| YUV | 55.2 | 110.4 | 154.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 42 | 24 | 0 | 0.55 | 0.74 | 0.64 | 15.65 | 0.59 | 0.23 |
| Hex | 5D | 2A | 18 | 0 | 37 | 4A | 40 | 10 | 3B | 17 |
| Octal | 135 | 52 | 30 | 0 | 67 | 112 | 100 | 20 | 73 | 27 |
| Binary | 1011101 | 101010 | 11000 | 0 | 110111 | 1001010 | 1000000 | 10000 | 111011 | 10111 |
Color Harmonies of #5D2A18
Complementary color
Monochromatic Colors of #5D2A18
Black with #5D2A18
Text Example
Text Example
White with #5D2A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D2A18; }
p { color: rgb(93,42,24); }
H1.HeaderClassName
{
color: #5D2A18;
}
.AnyTagClassName
{
color: #5D2A18;
}
</style>
background-color css
<style>
a { background-color: #5D2A18; }
a { background-color: rgb(93,42,24); }
div.DivClassName
{
background-color: #5D2A18;
}
.BgClassName
{
background-color: #5D2A18;
}
</style>
border-color css
<style>
span { border-color: #5D2A18; }
span { border-color: rgb(93,42,24); }
td.TdClassName
{
border-color: #5D2A18;
}
.TagClassName
{
border-color: #5D2A18;
}
</style>