Shades of Caput Mortuum #5C220E
Tints of Caput Mortuum #5C220E
RGB
CMYK
RGB Variations
Color information
#5C220E (or 0x5C220E) is known color: Caput Mortuum. HEX triplet: 5C, 22 and 0E. RGB value is (92,34,14). Sum of RGB (Red+Green+Blue) = 92+34+14=140 (18% of max value = 765). Red value is 92 (36.33% from 255 or 65.71% from 140); Green value is 34 (13.67% from 255 or 24.29% from 140); Blue value is 14 (5.86% from 255 or 10% from 140); Max value from RGB is 92 - color contains mainly: red. Hex color #5C220E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5C220E is #A3DDF1. Grayscale: #313131. Windows color (decimal): -10739186 or 926300. OLE color: 926300.
HSL color Cylindrical-coordinate representation of color #5C220E: hue angle of 15.38º degrees, saturation: 0.74, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5C220E is Cyan = 0, Magento = 0.63, Yellow = 0.85 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 34 | 14 | - |
| CMYK | 0 | 0.63 | 0.85 | 0.64 |
| HSL | 15.38º | 0.74% | 0.21% | - |
| HSV(B) | 15.38º | 0.85% | 0.36% | - |
| XYZ | 5.06 | 3.45 | 0.81 | - |
| YUV | 49.06 | 108.22 | 158.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 34 | 14 | 0 | 0.63 | 0.85 | 0.64 | 15.38 | 0.74 | 0.21 |
| Hex | 5C | 22 | E | 0 | 3F | 55 | 40 | F | 4A | 15 |
| Octal | 134 | 42 | 16 | 0 | 77 | 125 | 100 | 17 | 112 | 25 |
| Binary | 1011100 | 100010 | 1110 | 0 | 111111 | 1010101 | 1000000 | 1111 | 1001010 | 10101 |
Color Harmonies of #5C220E
Complementary color
Monochromatic Colors of #5C220E
Black with #5C220E
Text Example
Text Example
White with #5C220E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C220E; }
p { color: rgb(92,34,14); }
H1.HeaderClassName
{
color: #5C220E;
}
.AnyTagClassName
{
color: #5C220E;
}
</style>
background-color css
<style>
a { background-color: #5C220E; }
a { background-color: rgb(92,34,14); }
div.DivClassName
{
background-color: #5C220E;
}
.BgClassName
{
background-color: #5C220E;
}
</style>
border-color css
<style>
span { border-color: #5C220E; }
span { border-color: rgb(92,34,14); }
td.TdClassName
{
border-color: #5C220E;
}
.TagClassName
{
border-color: #5C220E;
}
</style>