Shades of Clay Creek #8D8755
Tints of Clay Creek #8D8755
RGB
CMYK
RGB Variations
Color information
#8D8755 (or 0x8D8755) is known color: Clay Creek. HEX triplet: 8D, 87 and 55. RGB value is (141,135,85). Sum of RGB (Red+Green+Blue) = 141+135+85=361 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.06% from 361); Green value is 135 (53.12% from 255 or 37.40% from 361); Blue value is 85 (33.59% from 255 or 23.55% from 361); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8755 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D8755 is #7278AA. Grayscale: #838383. Windows color (decimal): -7501995 or 5605261. OLE color: 5605261.
HSL color Cylindrical-coordinate representation of color #8D8755: hue angle of 53.57º 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 #8D8755 is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 135 | 85 | - |
| CMYK | 0 | 0.04 | 0.40 | 0.45 |
| HSL | 53.57º | 0.25% | 0.44% | - |
| HSV(B) | 53.57º | 0.4% | 0.55% | - |
| XYZ | 21.29 | 23.65 | 12.04 | - |
| YUV | 131.09 | 101.99 | 135.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 135 | 85 | 0 | 0.04 | 0.40 | 0.45 | 53.57 | 0.25 | 0.44 |
| Hex | 8D | 87 | 55 | 0 | 4 | 28 | 2D | 36 | 19 | 2C |
| Octal | 215 | 207 | 125 | 0 | 4 | 50 | 55 | 66 | 31 | 54 |
| Binary | 10001101 | 10000111 | 1010101 | 0 | 100 | 101000 | 101101 | 110110 | 11001 | 101100 |
Color Harmonies of #8D8755
Complementary color
Monochromatic Colors of #8D8755
Black with #8D8755
Text Example
Text Example
White with #8D8755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8755; }
p { color: rgb(141,135,85); }
H1.HeaderClassName
{
color: #8D8755;
}
.AnyTagClassName
{
color: #8D8755;
}
</style>
background-color css
<style>
a { background-color: #8D8755; }
a { background-color: rgb(141,135,85); }
div.DivClassName
{
background-color: #8D8755;
}
.BgClassName
{
background-color: #8D8755;
}
</style>
border-color css
<style>
span { border-color: #8D8755; }
span { border-color: rgb(141,135,85); }
td.TdClassName
{
border-color: #8D8755;
}
.TagClassName
{
border-color: #8D8755;
}
</style>