Shades of Pale Brown #8F7858
Tints of Pale Brown #8F7858
RGB
CMYK
RGB Variations
Color information
#8F7858 (or 0x8F7858) is known color: Pale Brown. HEX triplet: 8F, 78 and 58. RGB value is (143,120,88). Sum of RGB (Red+Green+Blue) = 143+120+88=351 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.74% from 351); Green value is 120 (47.27% from 255 or 34.19% from 351); Blue value is 88 (34.77% from 255 or 25.07% from 351); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7858 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F7858 is #7087A7. Grayscale: #7B7B7B. Windows color (decimal): -7374760 or 5798031. OLE color: 5798031.
HSL color Cylindrical-coordinate representation of color #8F7858: hue angle of 34.91º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8F7858 is Cyan = 0, Magento = 0.16, Yellow = 0.38 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 120 | 88 | - |
| CMYK | 0 | 0.16 | 0.38 | 0.44 |
| HSL | 34.91º | 0.24% | 0.45% | - |
| HSV(B) | 34.91º | 0.38% | 0.56% | - |
| XYZ | 19.81 | 19.98 | 12.04 | - |
| YUV | 123.23 | 108.12 | 142.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 120 | 88 | 0 | 0.16 | 0.38 | 0.44 | 34.91 | 0.24 | 0.45 |
| Hex | 8F | 78 | 58 | 0 | 10 | 26 | 2C | 23 | 18 | 2D |
| Octal | 217 | 170 | 130 | 0 | 20 | 46 | 54 | 43 | 30 | 55 |
| Binary | 10001111 | 1111000 | 1011000 | 0 | 10000 | 100110 | 101100 | 100011 | 11000 | 101101 |
Color Harmonies of #8F7858
Complementary color
Monochromatic Colors of #8F7858
Black with #8F7858
Text Example
Text Example
White with #8F7858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7858; }
p { color: rgb(143,120,88); }
H1.HeaderClassName
{
color: #8F7858;
}
.AnyTagClassName
{
color: #8F7858;
}
</style>
background-color css
<style>
a { background-color: #8F7858; }
a { background-color: rgb(143,120,88); }
div.DivClassName
{
background-color: #8F7858;
}
.BgClassName
{
background-color: #8F7858;
}
</style>
border-color css
<style>
span { border-color: #8F7858; }
span { border-color: rgb(143,120,88); }
td.TdClassName
{
border-color: #8F7858;
}
.TagClassName
{
border-color: #8F7858;
}
</style>