Shades of Clay Creek #8E8750
Tints of Clay Creek #8E8750
RGB
CMYK
RGB Variations
Color information
#8E8750 (or 0x8E8750) is known color: Clay Creek. HEX triplet: 8E, 87 and 50. RGB value is (142,135,80). Sum of RGB (Red+Green+Blue) = 142+135+80=357 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.78% from 357); Green value is 135 (53.12% from 255 or 37.82% from 357); Blue value is 80 (31.64% from 255 or 22.41% from 357); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8750 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E8750 is #7178AF. Grayscale: #838383. Windows color (decimal): -7436464 or 5277582. OLE color: 5277582.
HSL color Cylindrical-coordinate representation of color #8E8750: hue angle of 53.23º 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 #8E8750 is Cyan = 0, Magento = 0.05, Yellow = 0.44 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 135 | 80 | - |
| CMYK | 0 | 0.05 | 0.44 | 0.44 |
| HSL | 53.23º | 0.28% | 0.44% | - |
| HSV(B) | 53.23º | 0.44% | 0.56% | - |
| XYZ | 21.27 | 23.66 | 11.03 | - |
| YUV | 130.82 | 99.32 | 135.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 135 | 80 | 0 | 0.05 | 0.44 | 0.44 | 53.23 | 0.28 | 0.44 |
| Hex | 8E | 87 | 50 | 0 | 5 | 2C | 2C | 35 | 1C | 2C |
| Octal | 216 | 207 | 120 | 0 | 5 | 54 | 54 | 65 | 34 | 54 |
| Binary | 10001110 | 10000111 | 1010000 | 0 | 101 | 101100 | 101100 | 110101 | 11100 | 101100 |
Color Harmonies of #8E8750
Complementary color
Monochromatic Colors of #8E8750
Black with #8E8750
Text Example
Text Example
White with #8E8750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E8750; }
p { color: rgb(142,135,80); }
H1.HeaderClassName
{
color: #8E8750;
}
.AnyTagClassName
{
color: #8E8750;
}
</style>
background-color css
<style>
a { background-color: #8E8750; }
a { background-color: rgb(142,135,80); }
div.DivClassName
{
background-color: #8E8750;
}
.BgClassName
{
background-color: #8E8750;
}
</style>
border-color css
<style>
span { border-color: #8E8750; }
span { border-color: rgb(142,135,80); }
td.TdClassName
{
border-color: #8E8750;
}
.TagClassName
{
border-color: #8E8750;
}
</style>