Shades of Clay Creek #8E8259
Tints of Clay Creek #8E8259
RGB
CMYK
RGB Variations
Color information
#8E8259 (or 0x8E8259) is known color: Clay Creek. HEX triplet: 8E, 82 and 59. RGB value is (142,130,89). Sum of RGB (Red+Green+Blue) = 142+130+89=361 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.34% from 361); Green value is 130 (51.17% from 255 or 36.01% from 361); Blue value is 89 (35.16% from 255 or 24.65% from 361); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8259 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E8259 is #717DA6. Grayscale: #818181. Windows color (decimal): -7437735 or 5866126. OLE color: 5866126.
HSL color Cylindrical-coordinate representation of color #8E8259: hue angle of 46.42º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8E8259 is Cyan = 0, Magento = 0.08, Yellow = 0.37 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 130 | 89 | - |
| CMYK | 0 | 0.08 | 0.37 | 0.44 |
| HSL | 46.42º | 0.23% | 0.45% | - |
| HSV(B) | 46.42º | 0.37% | 0.56% | - |
| XYZ | 20.94 | 22.44 | 12.68 | - |
| YUV | 128.91 | 105.48 | 137.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 130 | 89 | 0 | 0.08 | 0.37 | 0.44 | 46.42 | 0.23 | 0.45 |
| Hex | 8E | 82 | 59 | 0 | 8 | 25 | 2C | 2E | 17 | 2D |
| Octal | 216 | 202 | 131 | 0 | 10 | 45 | 54 | 56 | 27 | 55 |
| Binary | 10001110 | 10000010 | 1011001 | 0 | 1000 | 100101 | 101100 | 101110 | 10111 | 101101 |
Color Harmonies of #8E8259
Complementary color
Monochromatic Colors of #8E8259
Black with #8E8259
Text Example
Text Example
White with #8E8259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E8259; }
p { color: rgb(142,130,89); }
H1.HeaderClassName
{
color: #8E8259;
}
.AnyTagClassName
{
color: #8E8259;
}
</style>
background-color css
<style>
a { background-color: #8E8259; }
a { background-color: rgb(142,130,89); }
div.DivClassName
{
background-color: #8E8259;
}
.BgClassName
{
background-color: #8E8259;
}
</style>
border-color css
<style>
span { border-color: #8E8259; }
span { border-color: rgb(142,130,89); }
td.TdClassName
{
border-color: #8E8259;
}
.TagClassName
{
border-color: #8E8259;
}
</style>