Shades of Clay Creek #8E8555
Tints of Clay Creek #8E8555
RGB
CMYK
RGB Variations
Color information
#8E8555 (or 0x8E8555) is known color: Clay Creek. HEX triplet: 8E, 85 and 55. RGB value is (142,133,85). Sum of RGB (Red+Green+Blue) = 142+133+85=360 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.44% from 360); Green value is 133 (52.34% from 255 or 36.94% from 360); Blue value is 85 (33.59% from 255 or 23.61% from 360); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8555 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E8555 is #717AAA. Grayscale: #828282. Windows color (decimal): -7436971 or 5604750. OLE color: 5604750.
HSL color Cylindrical-coordinate representation of color #8E8555: hue angle of 50.53º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8E8555 is Cyan = 0, Magento = 0.06, Yellow = 0.40 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 133 | 85 | - |
| CMYK | 0 | 0.06 | 0.40 | 0.44 |
| HSL | 50.53º | 0.25% | 0.45% | - |
| HSV(B) | 50.53º | 0.4% | 0.56% | - |
| XYZ | 21.18 | 23.18 | 11.95 | - |
| YUV | 130.22 | 102.48 | 136.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 133 | 85 | 0 | 0.06 | 0.40 | 0.44 | 50.53 | 0.25 | 0.45 |
| Hex | 8E | 85 | 55 | 0 | 6 | 28 | 2C | 33 | 19 | 2D |
| Octal | 216 | 205 | 125 | 0 | 6 | 50 | 54 | 63 | 31 | 55 |
| Binary | 10001110 | 10000101 | 1010101 | 0 | 110 | 101000 | 101100 | 110011 | 11001 | 101101 |
Color Harmonies of #8E8555
Complementary color
Monochromatic Colors of #8E8555
Black with #8E8555
Text Example
Text Example
White with #8E8555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E8555; }
p { color: rgb(142,133,85); }
H1.HeaderClassName
{
color: #8E8555;
}
.AnyTagClassName
{
color: #8E8555;
}
</style>
background-color css
<style>
a { background-color: #8E8555; }
a { background-color: rgb(142,133,85); }
div.DivClassName
{
background-color: #8E8555;
}
.BgClassName
{
background-color: #8E8555;
}
</style>
border-color css
<style>
span { border-color: #8E8555; }
span { border-color: rgb(142,133,85); }
td.TdClassName
{
border-color: #8E8555;
}
.TagClassName
{
border-color: #8E8555;
}
</style>