Shades of Topaz #85738D
Tints of Topaz #85738D
RGB
CMYK
RGB Variations
Color information
#85738D (or 0x85738D) is known color: Topaz. HEX triplet: 85, 73 and 8D. RGB value is (133,115,141). Sum of RGB (Red+Green+Blue) = 133+115+141=389 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.19% from 389); Green value is 115 (45.31% from 255 or 29.56% from 389); Blue value is 141 (55.47% from 255 or 36.25% from 389); Max value from RGB is 141 - color contains mainly: blue. Hex color #85738D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85738D is #7A8C72. Grayscale: #7B7B7B. Windows color (decimal): -8031347 or 9270149. OLE color: 9270149.
HSL color Cylindrical-coordinate representation of color #85738D: hue angle of 281.54º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #85738D is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 133 | 115 | 141 | - |
| CMYK | 0.06 | 0.18 | 0 | 0.45 |
| HSL | 281.54º | 0.1% | 0.5% | - |
| HSV(B) | 281.54º | 0.18% | 0.55% | - |
| XYZ | 20.61 | 19.17 | 27.81 | - |
| YUV | 123.35 | 137.96 | 134.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 115 | 141 | 0.06 | 0.18 | 0 | 0.45 | 281.54 | 0.1 | 0.5 |
| Hex | 85 | 73 | 8D | 6 | 12 | 0 | 2D | 11A | A | 32 |
| Octal | 205 | 163 | 215 | 6 | 22 | 0 | 55 | 432 | 12 | 62 |
| Binary | 10000101 | 1110011 | 10001101 | 110 | 10010 | 0 | 101101 | 100011010 | 1010 | 110010 |
Color Harmonies of #85738D
Complementary color
Monochromatic Colors of #85738D
Black with #85738D
Text Example
Text Example
White with #85738D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85738D; }
p { color: rgb(133,115,141); }
H1.HeaderClassName
{
color: #85738D;
}
.AnyTagClassName
{
color: #85738D;
}
</style>
background-color css
<style>
a { background-color: #85738D; }
a { background-color: rgb(133,115,141); }
div.DivClassName
{
background-color: #85738D;
}
.BgClassName
{
background-color: #85738D;
}
</style>
border-color css
<style>
span { border-color: #85738D; }
span { border-color: rgb(133,115,141); }
td.TdClassName
{
border-color: #85738D;
}
.TagClassName
{
border-color: #85738D;
}
</style>