Shades of Ferra #8D736D
Tints of Ferra #8D736D
RGB
CMYK
RGB Variations
Color information
#8D736D (or 0x8D736D) is known color: Ferra. HEX triplet: 8D, 73 and 6D. RGB value is (141,115,109). Sum of RGB (Red+Green+Blue) = 141+115+109=365 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.63% from 365); Green value is 115 (45.31% from 255 or 31.51% from 365); Blue value is 109 (42.97% from 255 or 29.86% from 365); Max value from RGB is 141 - color contains mainly: red. Hex color #8D736D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D736D is #728C92. Grayscale: #7A7A7A. Windows color (decimal): -7507091 or 7173005. OLE color: 7173005.
HSL color Cylindrical-coordinate representation of color #8D736D: hue angle of 11.25º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8D736D is Cyan = 0, Magento = 0.18, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 115 | 109 | - |
| CMYK | 0 | 0.18 | 0.23 | 0.45 |
| HSL | 11.25º | 0.13% | 0.49% | - |
| HSV(B) | 11.25º | 0.23% | 0.55% | - |
| XYZ | 19.88 | 19.03 | 17.09 | - |
| YUV | 122.09 | 120.61 | 141.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 115 | 109 | 0 | 0.18 | 0.23 | 0.45 | 11.25 | 0.13 | 0.49 |
| Hex | 8D | 73 | 6D | 0 | 12 | 17 | 2D | B | D | 31 |
| Octal | 215 | 163 | 155 | 0 | 22 | 27 | 55 | 13 | 15 | 61 |
| Binary | 10001101 | 1110011 | 1101101 | 0 | 10010 | 10111 | 101101 | 1011 | 1101 | 110001 |
Color Harmonies of #8D736D
Complementary color
Monochromatic Colors of #8D736D
Black with #8D736D
Text Example
Text Example
White with #8D736D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D736D; }
p { color: rgb(141,115,109); }
H1.HeaderClassName
{
color: #8D736D;
}
.AnyTagClassName
{
color: #8D736D;
}
</style>
background-color css
<style>
a { background-color: #8D736D; }
a { background-color: rgb(141,115,109); }
div.DivClassName
{
background-color: #8D736D;
}
.BgClassName
{
background-color: #8D736D;
}
</style>
border-color css
<style>
span { border-color: #8D736D; }
span { border-color: rgb(141,115,109); }
td.TdClassName
{
border-color: #8D736D;
}
.TagClassName
{
border-color: #8D736D;
}
</style>