Shades of Clay Creek #8D8059
Tints of Clay Creek #8D8059
RGB
CMYK
RGB Variations
Color information
#8D8059 (or 0x8D8059) is known color: Clay Creek. HEX triplet: 8D, 80 and 59. RGB value is (141,128,89). Sum of RGB (Red+Green+Blue) = 141+128+89=358 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.39% from 358); Green value is 128 (50.39% from 255 or 35.75% from 358); Blue value is 89 (35.16% from 255 or 24.86% from 358); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8059 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D8059 is #727FA6. Grayscale: #7F7F7F. Windows color (decimal): -7503783 or 5865613. OLE color: 5865613.
HSL color Cylindrical-coordinate representation of color #8D8059: hue angle of 45º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8D8059 is Cyan = 0, Magento = 0.09, Yellow = 0.37 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 128 | 89 | - |
| CMYK | 0 | 0.09 | 0.37 | 0.45 |
| HSL | 45º | 0.23% | 0.45% | - |
| HSV(B) | 45º | 0.37% | 0.55% | - |
| XYZ | 20.51 | 21.82 | 12.58 | - |
| YUV | 127.44 | 106.31 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 128 | 89 | 0 | 0.09 | 0.37 | 0.45 | 45 | 0.23 | 0.45 |
| Hex | 8D | 80 | 59 | 0 | 9 | 25 | 2D | 2D | 17 | 2D |
| Octal | 215 | 200 | 131 | 0 | 11 | 45 | 55 | 55 | 27 | 55 |
| Binary | 10001101 | 10000000 | 1011001 | 0 | 1001 | 100101 | 101101 | 101101 | 10111 | 101101 |
Color Harmonies of #8D8059
Complementary color
Monochromatic Colors of #8D8059
Black with #8D8059
Text Example
Text Example
White with #8D8059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8059; }
p { color: rgb(141,128,89); }
H1.HeaderClassName
{
color: #8D8059;
}
.AnyTagClassName
{
color: #8D8059;
}
</style>
background-color css
<style>
a { background-color: #8D8059; }
a { background-color: rgb(141,128,89); }
div.DivClassName
{
background-color: #8D8059;
}
.BgClassName
{
background-color: #8D8059;
}
</style>
border-color css
<style>
span { border-color: #8D8059; }
span { border-color: rgb(141,128,89); }
td.TdClassName
{
border-color: #8D8059;
}
.TagClassName
{
border-color: #8D8059;
}
</style>