Shades of Pale Brown #8E714F
Tints of Pale Brown #8E714F
RGB
CMYK
RGB Variations
Color information
#8E714F (or 0x8E714F) is known color: Pale Brown. HEX triplet: 8E, 71 and 4F. RGB value is (142,113,79). Sum of RGB (Red+Green+Blue) = 142+113+79=334 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.51% from 334); Green value is 113 (44.53% from 255 or 33.83% from 334); Blue value is 79 (31.25% from 255 or 23.65% from 334); Max value from RGB is 142 - color contains mainly: red. Hex color #8E714F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E714F is #718EB0. Grayscale: #757575. Windows color (decimal): -7442097 or 5206414. OLE color: 5206414.
HSL color Cylindrical-coordinate representation of color #8E714F: hue angle of 32.38º degrees, saturation: 0.29, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8E714F is Cyan = 0, Magento = 0.20, Yellow = 0.44 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 113 | 79 | - |
| CMYK | 0 | 0.20 | 0.44 | 0.44 |
| HSL | 32.38º | 0.29% | 0.43% | - |
| HSV(B) | 32.38º | 0.44% | 0.56% | - |
| XYZ | 18.47 | 18.13 | 9.92 | - |
| YUV | 117.8 | 106.11 | 145.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 113 | 79 | 0 | 0.20 | 0.44 | 0.44 | 32.38 | 0.29 | 0.43 |
| Hex | 8E | 71 | 4F | 0 | 14 | 2C | 2C | 20 | 1D | 2B |
| Octal | 216 | 161 | 117 | 0 | 24 | 54 | 54 | 40 | 35 | 53 |
| Binary | 10001110 | 1110001 | 1001111 | 0 | 10100 | 101100 | 101100 | 100000 | 11101 | 101011 |
Color Harmonies of #8E714F
Complementary color
Monochromatic Colors of #8E714F
Black with #8E714F
Text Example
Text Example
White with #8E714F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E714F; }
p { color: rgb(142,113,79); }
H1.HeaderClassName
{
color: #8E714F;
}
.AnyTagClassName
{
color: #8E714F;
}
</style>
background-color css
<style>
a { background-color: #8E714F; }
a { background-color: rgb(142,113,79); }
div.DivClassName
{
background-color: #8E714F;
}
.BgClassName
{
background-color: #8E714F;
}
</style>
border-color css
<style>
span { border-color: #8E714F; }
span { border-color: rgb(142,113,79); }
td.TdClassName
{
border-color: #8E714F;
}
.TagClassName
{
border-color: #8E714F;
}
</style>