Shades of Mamba #85738B
Tints of Mamba #85738B
RGB
CMYK
RGB Variations
Color information
#85738B (or 0x85738B) is known color: Mamba. HEX triplet: 85, 73 and 8B. RGB value is (133,115,139). Sum of RGB (Red+Green+Blue) = 133+115+139=387 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.37% from 387); Green value is 115 (45.31% from 255 or 29.72% from 387); Blue value is 139 (54.69% from 255 or 35.92% from 387); Max value from RGB is 139 - color contains mainly: blue. Hex color #85738B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85738B is #7A8C74. Grayscale: #7B7B7B. Windows color (decimal): -8031349 or 9139077. OLE color: 9139077.
HSL color Cylindrical-coordinate representation of color #85738B: hue angle of 285º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #85738B is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 133 | 115 | 139 | - |
| CMYK | 0.04 | 0.17 | 0 | 0.45 |
| HSL | 285º | 0.09% | 0.5% | - |
| HSV(B) | 285º | 0.17% | 0.55% | - |
| XYZ | 20.46 | 19.11 | 27.04 | - |
| YUV | 123.12 | 136.96 | 135.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 115 | 139 | 0.04 | 0.17 | 0 | 0.45 | 285 | 0.09 | 0.5 |
| Hex | 85 | 73 | 8B | 4 | 11 | 0 | 2D | 11D | 9 | 32 |
| Octal | 205 | 163 | 213 | 4 | 21 | 0 | 55 | 435 | 11 | 62 |
| Binary | 10000101 | 1110011 | 10001011 | 100 | 10001 | 0 | 101101 | 100011101 | 1001 | 110010 |
Color Harmonies of #85738B
Complementary color
Monochromatic Colors of #85738B
Black with #85738B
Text Example
Text Example
White with #85738B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85738B; }
p { color: rgb(133,115,139); }
H1.HeaderClassName
{
color: #85738B;
}
.AnyTagClassName
{
color: #85738B;
}
</style>
background-color css
<style>
a { background-color: #85738B; }
a { background-color: rgb(133,115,139); }
div.DivClassName
{
background-color: #85738B;
}
.BgClassName
{
background-color: #85738B;
}
</style>
border-color css
<style>
span { border-color: #85738B; }
span { border-color: rgb(133,115,139); }
td.TdClassName
{
border-color: #85738B;
}
.TagClassName
{
border-color: #85738B;
}
</style>