Shades of Ferra #89736F
Tints of Ferra #89736F
RGB
CMYK
RGB Variations
Color information
#89736F (or 0x89736F) is known color: Ferra. HEX triplet: 89, 73 and 6F. RGB value is (137,115,111). Sum of RGB (Red+Green+Blue) = 137+115+111=363 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.74% from 363); Green value is 115 (45.31% from 255 or 31.68% from 363); Blue value is 111 (43.75% from 255 or 30.58% from 363); Max value from RGB is 137 - color contains mainly: red. Hex color #89736F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89736F is #768C90. Grayscale: #797979. Windows color (decimal): -7769233 or 7304073. OLE color: 7304073.
HSL color Cylindrical-coordinate representation of color #89736F: hue angle of 9.23º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #89736F is Cyan = 0, Magento = 0.16, Yellow = 0.19 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 115 | 111 | - |
| CMYK | 0 | 0.16 | 0.19 | 0.46 |
| HSL | 9.23º | 0.1% | 0.49% | - |
| HSV(B) | 9.23º | 0.19% | 0.54% | - |
| XYZ | 19.32 | 18.73 | 17.64 | - |
| YUV | 121.12 | 122.29 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 115 | 111 | 0 | 0.16 | 0.19 | 0.46 | 9.23 | 0.1 | 0.49 |
| Hex | 89 | 73 | 6F | 0 | 10 | 13 | 2E | 9 | A | 31 |
| Octal | 211 | 163 | 157 | 0 | 20 | 23 | 56 | 11 | 12 | 61 |
| Binary | 10001001 | 1110011 | 1101111 | 0 | 10000 | 10011 | 101110 | 1001 | 1010 | 110001 |
Color Harmonies of #89736F
Complementary color
Monochromatic Colors of #89736F
Black with #89736F
Text Example
Text Example
White with #89736F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89736F; }
p { color: rgb(137,115,111); }
H1.HeaderClassName
{
color: #89736F;
}
.AnyTagClassName
{
color: #89736F;
}
</style>
background-color css
<style>
a { background-color: #89736F; }
a { background-color: rgb(137,115,111); }
div.DivClassName
{
background-color: #89736F;
}
.BgClassName
{
background-color: #89736F;
}
</style>
border-color css
<style>
span { border-color: #89736F; }
span { border-color: rgb(137,115,111); }
td.TdClassName
{
border-color: #89736F;
}
.TagClassName
{
border-color: #89736F;
}
</style>