Shades of Ferra #8B716D
Tints of Ferra #8B716D
RGB
CMYK
RGB Variations
Color information
#8B716D (or 0x8B716D) is known color: Ferra. HEX triplet: 8B, 71 and 6D. RGB value is (139,113,109). Sum of RGB (Red+Green+Blue) = 139+113+109=361 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.50% from 361); Green value is 113 (44.53% from 255 or 31.30% from 361); Blue value is 109 (42.97% from 255 or 30.19% from 361); Max value from RGB is 139 - color contains mainly: red. Hex color #8B716D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B716D is #748E92. Grayscale: #787878. Windows color (decimal): -7638675 or 7172491. OLE color: 7172491.
HSL color Cylindrical-coordinate representation of color #8B716D: hue angle of 8º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8B716D is Cyan = 0, Magento = 0.19, Yellow = 0.22 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 113 | 109 | - |
| CMYK | 0 | 0.19 | 0.22 | 0.45 |
| HSL | 8º | 0.12% | 0.49% | - |
| HSV(B) | 8º | 0.22% | 0.55% | - |
| XYZ | 19.31 | 18.4 | 17 | - |
| YUV | 120.32 | 121.61 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 113 | 109 | 0 | 0.19 | 0.22 | 0.45 | 8 | 0.12 | 0.49 |
| Hex | 8B | 71 | 6D | 0 | 13 | 16 | 2D | 8 | C | 31 |
| Octal | 213 | 161 | 155 | 0 | 23 | 26 | 55 | 10 | 14 | 61 |
| Binary | 10001011 | 1110001 | 1101101 | 0 | 10011 | 10110 | 101101 | 1000 | 1100 | 110001 |
Color Harmonies of #8B716D
Complementary color
Monochromatic Colors of #8B716D
Black with #8B716D
Text Example
Text Example
White with #8B716D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B716D; }
p { color: rgb(139,113,109); }
H1.HeaderClassName
{
color: #8B716D;
}
.AnyTagClassName
{
color: #8B716D;
}
</style>
background-color css
<style>
a { background-color: #8B716D; }
a { background-color: rgb(139,113,109); }
div.DivClassName
{
background-color: #8B716D;
}
.BgClassName
{
background-color: #8B716D;
}
</style>
border-color css
<style>
span { border-color: #8B716D; }
span { border-color: rgb(139,113,109); }
td.TdClassName
{
border-color: #8B716D;
}
.TagClassName
{
border-color: #8B716D;
}
</style>