Shades of Clay Creek #8E8457
Tints of Clay Creek #8E8457
RGB
CMYK
RGB Variations
Color information
#8E8457 (or 0x8E8457) is known color: Clay Creek. HEX triplet: 8E, 84 and 57. RGB value is (142,132,87). Sum of RGB (Red+Green+Blue) = 142+132+87=361 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.34% from 361); Green value is 132 (51.95% from 255 or 36.57% from 361); Blue value is 87 (34.38% from 255 or 24.10% from 361); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8457 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E8457 is #717BA8. Grayscale: #828282. Windows color (decimal): -7437225 or 5735566. OLE color: 5735566.
HSL color Cylindrical-coordinate representation of color #8E8457: hue angle of 49.09º 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 #8E8457 is Cyan = 0, Magento = 0.07, Yellow = 0.39 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 132 | 87 | - |
| CMYK | 0 | 0.07 | 0.39 | 0.44 |
| HSL | 49.09º | 0.24% | 0.45% | - |
| HSV(B) | 49.09º | 0.39% | 0.56% | - |
| XYZ | 21.13 | 22.94 | 12.33 | - |
| YUV | 129.86 | 103.81 | 136.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 132 | 87 | 0 | 0.07 | 0.39 | 0.44 | 49.09 | 0.24 | 0.45 |
| Hex | 8E | 84 | 57 | 0 | 7 | 27 | 2C | 31 | 18 | 2D |
| Octal | 216 | 204 | 127 | 0 | 7 | 47 | 54 | 61 | 30 | 55 |
| Binary | 10001110 | 10000100 | 1010111 | 0 | 111 | 100111 | 101100 | 110001 | 11000 | 101101 |
Color Harmonies of #8E8457
Complementary color
Monochromatic Colors of #8E8457
Black with #8E8457
Text Example
Text Example
White with #8E8457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E8457; }
p { color: rgb(142,132,87); }
H1.HeaderClassName
{
color: #8E8457;
}
.AnyTagClassName
{
color: #8E8457;
}
</style>
background-color css
<style>
a { background-color: #8E8457; }
a { background-color: rgb(142,132,87); }
div.DivClassName
{
background-color: #8E8457;
}
.BgClassName
{
background-color: #8E8457;
}
</style>
border-color css
<style>
span { border-color: #8E8457; }
span { border-color: rgb(142,132,87); }
td.TdClassName
{
border-color: #8E8457;
}
.TagClassName
{
border-color: #8E8457;
}
</style>