Shades of Clay Creek #8E8751
Tints of Clay Creek #8E8751
RGB
CMYK
RGB Variations
Color information
#8E8751 (or 0x8E8751) is known color: Clay Creek. HEX triplet: 8E, 87 and 51. RGB value is (142,135,81). Sum of RGB (Red+Green+Blue) = 142+135+81=358 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.66% from 358); Green value is 135 (53.12% from 255 or 37.71% from 358); Blue value is 81 (32.03% from 255 or 22.63% from 358); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8751 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E8751 is #7178AE. Grayscale: #838383. Windows color (decimal): -7436463 or 5343118. OLE color: 5343118.
HSL color Cylindrical-coordinate representation of color #8E8751: hue angle of 53.11º 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 #8E8751 is Cyan = 0, Magento = 0.05, Yellow = 0.43 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 135 | 81 | - |
| CMYK | 0 | 0.05 | 0.43 | 0.44 |
| HSL | 53.11º | 0.27% | 0.44% | - |
| HSV(B) | 53.11º | 0.43% | 0.56% | - |
| XYZ | 21.3 | 23.67 | 11.23 | - |
| YUV | 130.94 | 99.82 | 135.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 135 | 81 | 0 | 0.05 | 0.43 | 0.44 | 53.11 | 0.27 | 0.44 |
| Hex | 8E | 87 | 51 | 0 | 5 | 2B | 2C | 35 | 1B | 2C |
| Octal | 216 | 207 | 121 | 0 | 5 | 53 | 54 | 65 | 33 | 54 |
| Binary | 10001110 | 10000111 | 1010001 | 0 | 101 | 101011 | 101100 | 110101 | 11011 | 101100 |
Color Harmonies of #8E8751
Complementary color
Monochromatic Colors of #8E8751
Black with #8E8751
Text Example
Text Example
White with #8E8751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E8751; }
p { color: rgb(142,135,81); }
H1.HeaderClassName
{
color: #8E8751;
}
.AnyTagClassName
{
color: #8E8751;
}
</style>
background-color css
<style>
a { background-color: #8E8751; }
a { background-color: rgb(142,135,81); }
div.DivClassName
{
background-color: #8E8751;
}
.BgClassName
{
background-color: #8E8751;
}
</style>
border-color css
<style>
span { border-color: #8E8751; }
span { border-color: rgb(142,135,81); }
td.TdClassName
{
border-color: #8E8751;
}
.TagClassName
{
border-color: #8E8751;
}
</style>