Shades of Caput Mortuum #5E2720
Tints of Caput Mortuum #5E2720
RGB
CMYK
RGB Variations
Color information
#5E2720 (or 0x5E2720) is known color: Caput Mortuum. HEX triplet: 5E, 27 and 20. RGB value is (94,39,32). Sum of RGB (Red+Green+Blue) = 94+39+32=165 (21% of max value = 765). Red value is 94 (37.11% from 255 or 56.97% from 165); Green value is 39 (15.62% from 255 or 23.64% from 165); Blue value is 32 (12.89% from 255 or 19.39% from 165); Max value from RGB is 94 - color contains mainly: red. Hex color #5E2720 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E2720 is #A1D8DF. Grayscale: #363636. Windows color (decimal): -10606816 or 2107230. OLE color: 2107230.
HSL color Cylindrical-coordinate representation of color #5E2720: hue angle of 6.77º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5E2720 is Cyan = 0, Magento = 0.59, Yellow = 0.66 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 39 | 32 | - |
| CMYK | 0 | 0.59 | 0.66 | 0.63 |
| HSL | 6.77º | 0.49% | 0.25% | - |
| HSV(B) | 6.77º | 0.66% | 0.37% | - |
| XYZ | 5.6 | 3.94 | 1.83 | - |
| YUV | 54.65 | 115.22 | 156.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 39 | 32 | 0 | 0.59 | 0.66 | 0.63 | 6.77 | 0.49 | 0.25 |
| Hex | 5E | 27 | 20 | 0 | 3B | 42 | 3F | 7 | 31 | 19 |
| Octal | 136 | 47 | 40 | 0 | 73 | 102 | 77 | 7 | 61 | 31 |
| Binary | 1011110 | 100111 | 100000 | 0 | 111011 | 1000010 | 111111 | 111 | 110001 | 11001 |
Color Harmonies of #5E2720
Complementary color
Monochromatic Colors of #5E2720
Black with #5E2720
Text Example
Text Example
White with #5E2720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E2720; }
p { color: rgb(94,39,32); }
H1.HeaderClassName
{
color: #5E2720;
}
.AnyTagClassName
{
color: #5E2720;
}
</style>
background-color css
<style>
a { background-color: #5E2720; }
a { background-color: rgb(94,39,32); }
div.DivClassName
{
background-color: #5E2720;
}
.BgClassName
{
background-color: #5E2720;
}
</style>
border-color css
<style>
span { border-color: #5E2720; }
span { border-color: rgb(94,39,32); }
td.TdClassName
{
border-color: #5E2720;
}
.TagClassName
{
border-color: #5E2720;
}
</style>