Shades of Friar Grey #8B8471
Tints of Friar Grey #8B8471
RGB
CMYK
RGB Variations
Color information
#8B8471 (or 0x8B8471) is known color: Friar Grey. HEX triplet: 8B, 84 and 71. RGB value is (139,132,113). Sum of RGB (Red+Green+Blue) = 139+132+113=384 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.20% from 384); Green value is 132 (51.95% from 255 or 34.38% from 384); Blue value is 113 (44.53% from 255 or 29.43% from 384); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8471 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8471 is #747B8E. Grayscale: #848484. Windows color (decimal): -7633807 or 7439499. OLE color: 7439499.
HSL color Cylindrical-coordinate representation of color #8B8471: hue angle of 43.85º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8B8471 is Cyan = 0, Magento = 0.05, Yellow = 0.19 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 132 | 113 | - |
| CMYK | 0 | 0.05 | 0.19 | 0.45 |
| HSL | 43.85º | 0.1% | 0.49% | - |
| HSV(B) | 43.85º | 0.19% | 0.55% | - |
| XYZ | 21.88 | 23.18 | 18.94 | - |
| YUV | 131.93 | 117.32 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 132 | 113 | 0 | 0.05 | 0.19 | 0.45 | 43.85 | 0.1 | 0.49 |
| Hex | 8B | 84 | 71 | 0 | 5 | 13 | 2D | 2C | A | 31 |
| Octal | 213 | 204 | 161 | 0 | 5 | 23 | 55 | 54 | 12 | 61 |
| Binary | 10001011 | 10000100 | 1110001 | 0 | 101 | 10011 | 101101 | 101100 | 1010 | 110001 |
Color Harmonies of #8B8471
Complementary color
Monochromatic Colors of #8B8471
Black with #8B8471
Text Example
Text Example
White with #8B8471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8471; }
p { color: rgb(139,132,113); }
H1.HeaderClassName
{
color: #8B8471;
}
.AnyTagClassName
{
color: #8B8471;
}
</style>
background-color css
<style>
a { background-color: #8B8471; }
a { background-color: rgb(139,132,113); }
div.DivClassName
{
background-color: #8B8471;
}
.BgClassName
{
background-color: #8B8471;
}
</style>
border-color css
<style>
span { border-color: #8B8471; }
span { border-color: rgb(139,132,113); }
td.TdClassName
{
border-color: #8B8471;
}
.TagClassName
{
border-color: #8B8471;
}
</style>