Shades of Clay Creek #8D8553
Tints of Clay Creek #8D8553
RGB
CMYK
RGB Variations
Color information
#8D8553 (or 0x8D8553) is known color: Clay Creek. HEX triplet: 8D, 85 and 53. RGB value is (141,133,83). Sum of RGB (Red+Green+Blue) = 141+133+83=357 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.50% from 357); Green value is 133 (52.34% from 255 or 37.25% from 357); Blue value is 83 (32.81% from 255 or 23.25% from 357); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8553 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D8553 is #727AAC. Grayscale: #818181. Windows color (decimal): -7502509 or 5473677. OLE color: 5473677.
HSL color Cylindrical-coordinate representation of color #8D8553: hue angle of 51.72º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8D8553 is Cyan = 0, Magento = 0.06, Yellow = 0.41 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 133 | 83 | - |
| CMYK | 0 | 0.06 | 0.41 | 0.45 |
| HSL | 51.72º | 0.26% | 0.44% | - |
| HSV(B) | 51.72º | 0.41% | 0.55% | - |
| XYZ | 20.93 | 23.06 | 11.53 | - |
| YUV | 129.69 | 101.65 | 136.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 133 | 83 | 0 | 0.06 | 0.41 | 0.45 | 51.72 | 0.26 | 0.44 |
| Hex | 8D | 85 | 53 | 0 | 6 | 29 | 2D | 34 | 1A | 2C |
| Octal | 215 | 205 | 123 | 0 | 6 | 51 | 55 | 64 | 32 | 54 |
| Binary | 10001101 | 10000101 | 1010011 | 0 | 110 | 101001 | 101101 | 110100 | 11010 | 101100 |
Color Harmonies of #8D8553
Complementary color
Monochromatic Colors of #8D8553
Black with #8D8553
Text Example
Text Example
White with #8D8553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8553; }
p { color: rgb(141,133,83); }
H1.HeaderClassName
{
color: #8D8553;
}
.AnyTagClassName
{
color: #8D8553;
}
</style>
background-color css
<style>
a { background-color: #8D8553; }
a { background-color: rgb(141,133,83); }
div.DivClassName
{
background-color: #8D8553;
}
.BgClassName
{
background-color: #8D8553;
}
</style>
border-color css
<style>
span { border-color: #8D8553; }
span { border-color: rgb(141,133,83); }
td.TdClassName
{
border-color: #8D8553;
}
.TagClassName
{
border-color: #8D8553;
}
</style>