Shades of Caput Mortuum #5A2E22
Tints of Caput Mortuum #5A2E22
RGB
CMYK
RGB Variations
Color information
#5A2E22 (or 0x5A2E22) is known color: Caput Mortuum. HEX triplet: 5A, 2E and 22. RGB value is (90,46,34). Sum of RGB (Red+Green+Blue) = 90+46+34=170 (22% of max value = 765). Red value is 90 (35.55% from 255 or 52.94% from 170); Green value is 46 (18.36% from 255 or 27.06% from 170); Blue value is 34 (13.67% from 255 or 20% from 170); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2E22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A2E22 is #A5D1DD. Grayscale: #393939. Windows color (decimal): -10867166 or 2240090. OLE color: 2240090.
HSL color Cylindrical-coordinate representation of color #5A2E22: hue angle of 12.86º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5A2E22 is Cyan = 0, Magento = 0.49, Yellow = 0.62 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 46 | 34 | - |
| CMYK | 0 | 0.49 | 0.62 | 0.65 |
| HSL | 12.86º | 0.45% | 0.24% | - |
| HSV(B) | 12.86º | 0.62% | 0.35% | - |
| XYZ | 5.48 | 4.24 | 2.04 | - |
| YUV | 57.79 | 114.58 | 150.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 46 | 34 | 0 | 0.49 | 0.62 | 0.65 | 12.86 | 0.45 | 0.24 |
| Hex | 5A | 2E | 22 | 0 | 31 | 3E | 41 | D | 2D | 18 |
| Octal | 132 | 56 | 42 | 0 | 61 | 76 | 101 | 15 | 55 | 30 |
| Binary | 1011010 | 101110 | 100010 | 0 | 110001 | 111110 | 1000001 | 1101 | 101101 | 11000 |
Color Harmonies of #5A2E22
Complementary color
Monochromatic Colors of #5A2E22
Black with #5A2E22
Text Example
Text Example
White with #5A2E22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2E22; }
p { color: rgb(90,46,34); }
H1.HeaderClassName
{
color: #5A2E22;
}
.AnyTagClassName
{
color: #5A2E22;
}
</style>
background-color css
<style>
a { background-color: #5A2E22; }
a { background-color: rgb(90,46,34); }
div.DivClassName
{
background-color: #5A2E22;
}
.BgClassName
{
background-color: #5A2E22;
}
</style>
border-color css
<style>
span { border-color: #5A2E22; }
span { border-color: rgb(90,46,34); }
td.TdClassName
{
border-color: #5A2E22;
}
.TagClassName
{
border-color: #5A2E22;
}
</style>