Shades of Malta #9D9282
Tints of Malta #9D9282
RGB
CMYK
RGB Variations
Color information
#9D9282 (or 0x9D9282) is known color: Malta. HEX triplet: 9D, 92 and 82. RGB value is (157,146,130). Sum of RGB (Red+Green+Blue) = 157+146+130=433 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.26% from 433); Green value is 146 (57.42% from 255 or 33.72% from 433); Blue value is 130 (51.17% from 255 or 30.02% from 433); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9282 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D9282 is #626D7D. Grayscale: #939393. Windows color (decimal): -6450558 or 8557213. OLE color: 8557213.
HSL color Cylindrical-coordinate representation of color #9D9282: hue angle of 35.56º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9D9282 is Cyan = 0, Magento = 0.07, Yellow = 0.17 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 146 | 130 | - |
| CMYK | 0 | 0.07 | 0.17 | 0.38 |
| HSL | 35.56º | 0.12% | 0.56% | - |
| HSV(B) | 35.56º | 0.17% | 0.62% | - |
| XYZ | 28.21 | 29.34 | 25.29 | - |
| YUV | 147.47 | 118.14 | 134.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 146 | 130 | 0 | 0.07 | 0.17 | 0.38 | 35.56 | 0.12 | 0.56 |
| Hex | 9D | 92 | 82 | 0 | 7 | 11 | 26 | 24 | C | 38 |
| Octal | 235 | 222 | 202 | 0 | 7 | 21 | 46 | 44 | 14 | 70 |
| Binary | 10011101 | 10010010 | 10000010 | 0 | 111 | 10001 | 100110 | 100100 | 1100 | 111000 |
Color Harmonies of #9D9282
Complementary color
Monochromatic Colors of #9D9282
Black with #9D9282
Text Example
Text Example
White with #9D9282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9282; }
p { color: rgb(157,146,130); }
H1.HeaderClassName
{
color: #9D9282;
}
.AnyTagClassName
{
color: #9D9282;
}
</style>
background-color css
<style>
a { background-color: #9D9282; }
a { background-color: rgb(157,146,130); }
div.DivClassName
{
background-color: #9D9282;
}
.BgClassName
{
background-color: #9D9282;
}
</style>
border-color css
<style>
span { border-color: #9D9282; }
span { border-color: rgb(157,146,130); }
td.TdClassName
{
border-color: #9D9282;
}
.TagClassName
{
border-color: #9D9282;
}
</style>