Shades of Clay Creek #8D8155
Tints of Clay Creek #8D8155
RGB
CMYK
RGB Variations
Color information
#8D8155 (or 0x8D8155) is known color: Clay Creek. HEX triplet: 8D, 81 and 55. RGB value is (141,129,85). Sum of RGB (Red+Green+Blue) = 141+129+85=355 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.72% from 355); Green value is 129 (50.78% from 255 or 36.34% from 355); Blue value is 85 (33.59% from 255 or 23.94% from 355); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8155 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D8155 is #727EAA. Grayscale: #7F7F7F. Windows color (decimal): -7503531 or 5603725. OLE color: 5603725.
HSL color Cylindrical-coordinate representation of color #8D8155: hue angle of 47.14º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8D8155 is Cyan = 0, Magento = 0.09, Yellow = 0.40 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 129 | 85 | - |
| CMYK | 0 | 0.09 | 0.40 | 0.45 |
| HSL | 47.14º | 0.25% | 0.44% | - |
| HSV(B) | 47.14º | 0.4% | 0.55% | - |
| XYZ | 20.47 | 22.02 | 11.77 | - |
| YUV | 127.57 | 103.98 | 137.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 129 | 85 | 0 | 0.09 | 0.40 | 0.45 | 47.14 | 0.25 | 0.44 |
| Hex | 8D | 81 | 55 | 0 | 9 | 28 | 2D | 2F | 19 | 2C |
| Octal | 215 | 201 | 125 | 0 | 11 | 50 | 55 | 57 | 31 | 54 |
| Binary | 10001101 | 10000001 | 1010101 | 0 | 1001 | 101000 | 101101 | 101111 | 11001 | 101100 |
Color Harmonies of #8D8155
Complementary color
Monochromatic Colors of #8D8155
Black with #8D8155
Text Example
Text Example
White with #8D8155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8155; }
p { color: rgb(141,129,85); }
H1.HeaderClassName
{
color: #8D8155;
}
.AnyTagClassName
{
color: #8D8155;
}
</style>
background-color css
<style>
a { background-color: #8D8155; }
a { background-color: rgb(141,129,85); }
div.DivClassName
{
background-color: #8D8155;
}
.BgClassName
{
background-color: #8D8155;
}
</style>
border-color css
<style>
span { border-color: #8D8155; }
span { border-color: rgb(141,129,85); }
td.TdClassName
{
border-color: #8D8155;
}
.TagClassName
{
border-color: #8D8155;
}
</style>