Shades of Pale Brown #8E7050
Tints of Pale Brown #8E7050
RGB
CMYK
RGB Variations
Color information
#8E7050 (or 0x8E7050) is known color: Pale Brown. HEX triplet: 8E, 70 and 50. RGB value is (142,112,80). Sum of RGB (Red+Green+Blue) = 142+112+80=334 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.51% from 334); Green value is 112 (44.14% from 255 or 33.53% from 334); Blue value is 80 (31.64% from 255 or 23.95% from 334); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7050 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E7050 is #718FAF. Grayscale: #757575. Windows color (decimal): -7442352 or 5271694. OLE color: 5271694.
HSL color Cylindrical-coordinate representation of color #8E7050: hue angle of 30.97º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8E7050 is Cyan = 0, Magento = 0.21, Yellow = 0.44 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 112 | 80 | - |
| CMYK | 0 | 0.21 | 0.44 | 0.44 |
| HSL | 30.97º | 0.28% | 0.44% | - |
| HSV(B) | 30.97º | 0.44% | 0.56% | - |
| XYZ | 18.4 | 17.92 | 10.08 | - |
| YUV | 117.32 | 106.94 | 145.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 112 | 80 | 0 | 0.21 | 0.44 | 0.44 | 30.97 | 0.28 | 0.44 |
| Hex | 8E | 70 | 50 | 0 | 15 | 2C | 2C | 1F | 1C | 2C |
| Octal | 216 | 160 | 120 | 0 | 25 | 54 | 54 | 37 | 34 | 54 |
| Binary | 10001110 | 1110000 | 1010000 | 0 | 10101 | 101100 | 101100 | 11111 | 11100 | 101100 |
Color Harmonies of #8E7050
Complementary color
Monochromatic Colors of #8E7050
Black with #8E7050
Text Example
Text Example
White with #8E7050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E7050; }
p { color: rgb(142,112,80); }
H1.HeaderClassName
{
color: #8E7050;
}
.AnyTagClassName
{
color: #8E7050;
}
</style>
background-color css
<style>
a { background-color: #8E7050; }
a { background-color: rgb(142,112,80); }
div.DivClassName
{
background-color: #8E7050;
}
.BgClassName
{
background-color: #8E7050;
}
</style>
border-color css
<style>
span { border-color: #8E7050; }
span { border-color: rgb(142,112,80); }
td.TdClassName
{
border-color: #8E7050;
}
.TagClassName
{
border-color: #8E7050;
}
</style>