Shades of Pale Brown #8F785B
Tints of Pale Brown #8F785B
RGB
CMYK
RGB Variations
Color information
#8F785B (or 0x8F785B) is known color: Pale Brown. HEX triplet: 8F, 78 and 5B. RGB value is (143,120,91). Sum of RGB (Red+Green+Blue) = 143+120+91=354 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.40% from 354); Green value is 120 (47.27% from 255 or 33.90% from 354); Blue value is 91 (35.94% from 255 or 25.71% from 354); Max value from RGB is 143 - color contains mainly: red. Hex color #8F785B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F785B is #7087A4. Grayscale: #7B7B7B. Windows color (decimal): -7374757 or 5994639. OLE color: 5994639.
HSL color Cylindrical-coordinate representation of color #8F785B: hue angle of 33.46º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8F785B is Cyan = 0, Magento = 0.16, Yellow = 0.36 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 120 | 91 | - |
| CMYK | 0 | 0.16 | 0.36 | 0.44 |
| HSL | 33.46º | 0.22% | 0.46% | - |
| HSV(B) | 33.46º | 0.36% | 0.56% | - |
| XYZ | 19.93 | 20.03 | 12.71 | - |
| YUV | 123.57 | 109.62 | 141.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 120 | 91 | 0 | 0.16 | 0.36 | 0.44 | 33.46 | 0.22 | 0.46 |
| Hex | 8F | 78 | 5B | 0 | 10 | 24 | 2C | 21 | 16 | 2E |
| Octal | 217 | 170 | 133 | 0 | 20 | 44 | 54 | 41 | 26 | 56 |
| Binary | 10001111 | 1111000 | 1011011 | 0 | 10000 | 100100 | 101100 | 100001 | 10110 | 101110 |
Color Harmonies of #8F785B
Complementary color
Monochromatic Colors of #8F785B
Black with #8F785B
Text Example
Text Example
White with #8F785B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F785B; }
p { color: rgb(143,120,91); }
H1.HeaderClassName
{
color: #8F785B;
}
.AnyTagClassName
{
color: #8F785B;
}
</style>
background-color css
<style>
a { background-color: #8F785B; }
a { background-color: rgb(143,120,91); }
div.DivClassName
{
background-color: #8F785B;
}
.BgClassName
{
background-color: #8F785B;
}
</style>
border-color css
<style>
span { border-color: #8F785B; }
span { border-color: rgb(143,120,91); }
td.TdClassName
{
border-color: #8F785B;
}
.TagClassName
{
border-color: #8F785B;
}
</style>