Shades of Clay Creek #8E8157
Tints of Clay Creek #8E8157
RGB
CMYK
RGB Variations
Color information
#8E8157 (or 0x8E8157) is known color: Clay Creek. HEX triplet: 8E, 81 and 57. RGB value is (142,129,87). Sum of RGB (Red+Green+Blue) = 142+129+87=358 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.66% from 358); Green value is 129 (50.78% from 255 or 36.03% from 358); Blue value is 87 (34.38% from 255 or 24.30% from 358); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8157 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E8157 is #717EA8. Grayscale: #808080. Windows color (decimal): -7437993 or 5734798. OLE color: 5734798.
HSL color Cylindrical-coordinate representation of color #8E8157: hue angle of 45.82º 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 #8E8157 is Cyan = 0, Magento = 0.09, Yellow = 0.39 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 129 | 87 | - |
| CMYK | 0 | 0.09 | 0.39 | 0.44 |
| HSL | 45.82º | 0.24% | 0.45% | - |
| HSV(B) | 45.82º | 0.39% | 0.56% | - |
| XYZ | 20.73 | 22.14 | 12.2 | - |
| YUV | 128.1 | 104.81 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 129 | 87 | 0 | 0.09 | 0.39 | 0.44 | 45.82 | 0.24 | 0.45 |
| Hex | 8E | 81 | 57 | 0 | 9 | 27 | 2C | 2E | 18 | 2D |
| Octal | 216 | 201 | 127 | 0 | 11 | 47 | 54 | 56 | 30 | 55 |
| Binary | 10001110 | 10000001 | 1010111 | 0 | 1001 | 100111 | 101100 | 101110 | 11000 | 101101 |
Color Harmonies of #8E8157
Complementary color
Monochromatic Colors of #8E8157
Black with #8E8157
Text Example
Text Example
White with #8E8157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E8157; }
p { color: rgb(142,129,87); }
H1.HeaderClassName
{
color: #8E8157;
}
.AnyTagClassName
{
color: #8E8157;
}
</style>
background-color css
<style>
a { background-color: #8E8157; }
a { background-color: rgb(142,129,87); }
div.DivClassName
{
background-color: #8E8157;
}
.BgClassName
{
background-color: #8E8157;
}
</style>
border-color css
<style>
span { border-color: #8E8157; }
span { border-color: rgb(142,129,87); }
td.TdClassName
{
border-color: #8E8157;
}
.TagClassName
{
border-color: #8E8157;
}
</style>