Shades of Pale Brown #8E7051
Tints of Pale Brown #8E7051
RGB
CMYK
RGB Variations
Color information
#8E7051 (or 0x8E7051) is known color: Pale Brown. HEX triplet: 8E, 70 and 51. RGB value is (142,112,81). Sum of RGB (Red+Green+Blue) = 142+112+81=335 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.39% from 335); Green value is 112 (44.14% from 255 or 33.43% from 335); Blue value is 81 (32.03% from 255 or 24.18% from 335); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7051 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E7051 is #718FAE. Grayscale: #757575. Windows color (decimal): -7442351 or 5337230. OLE color: 5337230.
HSL color Cylindrical-coordinate representation of color #8E7051: hue angle of 30.49º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8E7051 is Cyan = 0, Magento = 0.21, Yellow = 0.43 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 112 | 81 | - |
| CMYK | 0 | 0.21 | 0.43 | 0.44 |
| HSL | 30.49º | 0.27% | 0.44% | - |
| HSV(B) | 30.49º | 0.43% | 0.56% | - |
| XYZ | 18.43 | 17.93 | 10.27 | - |
| YUV | 117.44 | 107.44 | 145.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 112 | 81 | 0 | 0.21 | 0.43 | 0.44 | 30.49 | 0.27 | 0.44 |
| Hex | 8E | 70 | 51 | 0 | 15 | 2B | 2C | 1E | 1B | 2C |
| Octal | 216 | 160 | 121 | 0 | 25 | 53 | 54 | 36 | 33 | 54 |
| Binary | 10001110 | 1110000 | 1010001 | 0 | 10101 | 101011 | 101100 | 11110 | 11011 | 101100 |
Color Harmonies of #8E7051
Complementary color
Monochromatic Colors of #8E7051
Black with #8E7051
Text Example
Text Example
White with #8E7051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E7051; }
p { color: rgb(142,112,81); }
H1.HeaderClassName
{
color: #8E7051;
}
.AnyTagClassName
{
color: #8E7051;
}
</style>
background-color css
<style>
a { background-color: #8E7051; }
a { background-color: rgb(142,112,81); }
div.DivClassName
{
background-color: #8E7051;
}
.BgClassName
{
background-color: #8E7051;
}
</style>
border-color css
<style>
span { border-color: #8E7051; }
span { border-color: rgb(142,112,81); }
td.TdClassName
{
border-color: #8E7051;
}
.TagClassName
{
border-color: #8E7051;
}
</style>