Shades of Clay Creek #8E8857
Tints of Clay Creek #8E8857
RGB
CMYK
RGB Variations
Color information
#8E8857 (or 0x8E8857) is known color: Clay Creek. HEX triplet: 8E, 88 and 57. RGB value is (142,136,87). Sum of RGB (Red+Green+Blue) = 142+136+87=365 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.90% from 365); Green value is 136 (53.52% from 255 or 37.26% from 365); Blue value is 87 (34.38% from 255 or 23.84% from 365); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8857 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E8857 is #7177A8. Grayscale: #848484. Windows color (decimal): -7436201 or 5736590. OLE color: 5736590.
HSL color Cylindrical-coordinate representation of color #8E8857: hue angle of 53.45º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8E8857 is Cyan = 0, Magento = 0.04, Yellow = 0.39 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 136 | 87 | - |
| CMYK | 0 | 0.04 | 0.39 | 0.44 |
| HSL | 53.45º | 0.24% | 0.45% | - |
| HSV(B) | 53.45º | 0.39% | 0.56% | - |
| XYZ | 21.68 | 24.05 | 12.52 | - |
| YUV | 132.21 | 102.49 | 134.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 136 | 87 | 0 | 0.04 | 0.39 | 0.44 | 53.45 | 0.24 | 0.45 |
| Hex | 8E | 88 | 57 | 0 | 4 | 27 | 2C | 35 | 18 | 2D |
| Octal | 216 | 210 | 127 | 0 | 4 | 47 | 54 | 65 | 30 | 55 |
| Binary | 10001110 | 10001000 | 1010111 | 0 | 100 | 100111 | 101100 | 110101 | 11000 | 101101 |
Color Harmonies of #8E8857
Complementary color
Monochromatic Colors of #8E8857
Black with #8E8857
Text Example
Text Example
White with #8E8857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E8857; }
p { color: rgb(142,136,87); }
H1.HeaderClassName
{
color: #8E8857;
}
.AnyTagClassName
{
color: #8E8857;
}
</style>
background-color css
<style>
a { background-color: #8E8857; }
a { background-color: rgb(142,136,87); }
div.DivClassName
{
background-color: #8E8857;
}
.BgClassName
{
background-color: #8E8857;
}
</style>
border-color css
<style>
span { border-color: #8E8857; }
span { border-color: rgb(142,136,87); }
td.TdClassName
{
border-color: #8E8857;
}
.TagClassName
{
border-color: #8E8857;
}
</style>