Shades of Clay Creek #8D8554
Tints of Clay Creek #8D8554
RGB
CMYK
RGB Variations
Color information
#8D8554 (or 0x8D8554) is known color: Clay Creek. HEX triplet: 8D, 85 and 54. RGB value is (141,133,84). Sum of RGB (Red+Green+Blue) = 141+133+84=358 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.39% from 358); Green value is 133 (52.34% from 255 or 37.15% from 358); Blue value is 84 (33.20% from 255 or 23.46% from 358); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8554 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D8554 is #727AAB. Grayscale: #828282. Windows color (decimal): -7502508 or 5539213. OLE color: 5539213.
HSL color Cylindrical-coordinate representation of color #8D8554: hue angle of 51.58º 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 #8D8554 is Cyan = 0, Magento = 0.06, Yellow = 0.40 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 133 | 84 | - |
| CMYK | 0 | 0.06 | 0.40 | 0.45 |
| HSL | 51.58º | 0.25% | 0.44% | - |
| HSV(B) | 51.58º | 0.4% | 0.55% | - |
| XYZ | 20.97 | 23.08 | 11.74 | - |
| YUV | 129.81 | 102.15 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 133 | 84 | 0 | 0.06 | 0.40 | 0.45 | 51.58 | 0.25 | 0.44 |
| Hex | 8D | 85 | 54 | 0 | 6 | 28 | 2D | 34 | 19 | 2C |
| Octal | 215 | 205 | 124 | 0 | 6 | 50 | 55 | 64 | 31 | 54 |
| Binary | 10001101 | 10000101 | 1010100 | 0 | 110 | 101000 | 101101 | 110100 | 11001 | 101100 |
Color Harmonies of #8D8554
Complementary color
Monochromatic Colors of #8D8554
Black with #8D8554
Text Example
Text Example
White with #8D8554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8554; }
p { color: rgb(141,133,84); }
H1.HeaderClassName
{
color: #8D8554;
}
.AnyTagClassName
{
color: #8D8554;
}
</style>
background-color css
<style>
a { background-color: #8D8554; }
a { background-color: rgb(141,133,84); }
div.DivClassName
{
background-color: #8D8554;
}
.BgClassName
{
background-color: #8D8554;
}
</style>
border-color css
<style>
span { border-color: #8D8554; }
span { border-color: rgb(141,133,84); }
td.TdClassName
{
border-color: #8D8554;
}
.TagClassName
{
border-color: #8D8554;
}
</style>