Shades of Pale Brown #8F7156
Tints of Pale Brown #8F7156
RGB
CMYK
RGB Variations
Color information
#8F7156 (or 0x8F7156) is known color: Pale Brown. HEX triplet: 8F, 71 and 56. RGB value is (143,113,86). Sum of RGB (Red+Green+Blue) = 143+113+86=342 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.81% from 342); Green value is 113 (44.53% from 255 or 33.04% from 342); Blue value is 86 (33.98% from 255 or 25.15% from 342); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7156 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F7156 is #708EA9. Grayscale: #777777. Windows color (decimal): -7376554 or 5665167. OLE color: 5665167.
HSL color Cylindrical-coordinate representation of color #8F7156: hue angle of 28.42º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8F7156 is Cyan = 0, Magento = 0.21, Yellow = 0.40 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 113 | 86 | - |
| CMYK | 0 | 0.21 | 0.40 | 0.44 |
| HSL | 28.42º | 0.25% | 0.45% | - |
| HSV(B) | 28.42º | 0.4% | 0.56% | - |
| XYZ | 18.91 | 18.32 | 11.34 | - |
| YUV | 118.89 | 109.44 | 145.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 113 | 86 | 0 | 0.21 | 0.40 | 0.44 | 28.42 | 0.25 | 0.45 |
| Hex | 8F | 71 | 56 | 0 | 15 | 28 | 2C | 1C | 19 | 2D |
| Octal | 217 | 161 | 126 | 0 | 25 | 50 | 54 | 34 | 31 | 55 |
| Binary | 10001111 | 1110001 | 1010110 | 0 | 10101 | 101000 | 101100 | 11100 | 11001 | 101101 |
Color Harmonies of #8F7156
Complementary color
Monochromatic Colors of #8F7156
Black with #8F7156
Text Example
Text Example
White with #8F7156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7156; }
p { color: rgb(143,113,86); }
H1.HeaderClassName
{
color: #8F7156;
}
.AnyTagClassName
{
color: #8F7156;
}
</style>
background-color css
<style>
a { background-color: #8F7156; }
a { background-color: rgb(143,113,86); }
div.DivClassName
{
background-color: #8F7156;
}
.BgClassName
{
background-color: #8F7156;
}
</style>
border-color css
<style>
span { border-color: #8F7156; }
span { border-color: rgb(143,113,86); }
td.TdClassName
{
border-color: #8F7156;
}
.TagClassName
{
border-color: #8F7156;
}
</style>