Shades of Clay Creek #8D8047
Tints of Clay Creek #8D8047
RGB
CMYK
RGB Variations
Color information
#8D8047 (or 0x8D8047) is known color: Clay Creek. HEX triplet: 8D, 80 and 47. RGB value is (141,128,71). Sum of RGB (Red+Green+Blue) = 141+128+71=340 (45% of max value = 765). Red value is 141 (55.47% from 255 or 41.47% from 340); Green value is 128 (50.39% from 255 or 37.65% from 340); Blue value is 71 (28.12% from 255 or 20.88% from 340); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8047 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D8047 is #727FB8. Grayscale: #7D7D7D. Windows color (decimal): -7503801 or 4685965. OLE color: 4685965.
HSL color Cylindrical-coordinate representation of color #8D8047: hue angle of 48.86º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8D8047 is Cyan = 0, Magento = 0.09, Yellow = 0.50 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 128 | 71 | - |
| CMYK | 0 | 0.09 | 0.50 | 0.45 |
| HSL | 48.86º | 0.33% | 0.42% | - |
| HSV(B) | 48.86º | 0.5% | 0.55% | - |
| XYZ | 19.84 | 21.56 | 9.08 | - |
| YUV | 125.39 | 97.31 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 128 | 71 | 0 | 0.09 | 0.50 | 0.45 | 48.86 | 0.33 | 0.42 |
| Hex | 8D | 80 | 47 | 0 | 9 | 32 | 2D | 31 | 21 | 2A |
| Octal | 215 | 200 | 107 | 0 | 11 | 62 | 55 | 61 | 41 | 52 |
| Binary | 10001101 | 10000000 | 1000111 | 0 | 1001 | 110010 | 101101 | 110001 | 100001 | 101010 |
Color Harmonies of #8D8047
Complementary color
Monochromatic Colors of #8D8047
Black with #8D8047
Text Example
Text Example
White with #8D8047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8047; }
p { color: rgb(141,128,71); }
H1.HeaderClassName
{
color: #8D8047;
}
.AnyTagClassName
{
color: #8D8047;
}
</style>
background-color css
<style>
a { background-color: #8D8047; }
a { background-color: rgb(141,128,71); }
div.DivClassName
{
background-color: #8D8047;
}
.BgClassName
{
background-color: #8D8047;
}
</style>
border-color css
<style>
span { border-color: #8D8047; }
span { border-color: rgb(141,128,71); }
td.TdClassName
{
border-color: #8D8047;
}
.TagClassName
{
border-color: #8D8047;
}
</style>