Shades of Clay Creek #8D845C
Tints of Clay Creek #8D845C
RGB
CMYK
RGB Variations
Color information
#8D845C (or 0x8D845C) is known color: Clay Creek. HEX triplet: 8D, 84 and 5C. RGB value is (141,132,92). Sum of RGB (Red+Green+Blue) = 141+132+92=365 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.63% from 365); Green value is 132 (51.95% from 255 or 36.16% from 365); Blue value is 92 (36.33% from 255 or 25.21% from 365); Max value from RGB is 141 - color contains mainly: red. Hex color #8D845C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D845C is #727BA3. Grayscale: #828282. Windows color (decimal): -7502756 or 6063245. OLE color: 6063245.
HSL color Cylindrical-coordinate representation of color #8D845C: hue angle of 48.98º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8D845C is Cyan = 0, Magento = 0.06, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 132 | 92 | - |
| CMYK | 0 | 0.06 | 0.35 | 0.45 |
| HSL | 48.98º | 0.21% | 0.46% | - |
| HSV(B) | 48.98º | 0.35% | 0.55% | - |
| XYZ | 21.17 | 22.94 | 13.44 | - |
| YUV | 130.13 | 106.48 | 135.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 132 | 92 | 0 | 0.06 | 0.35 | 0.45 | 48.98 | 0.21 | 0.46 |
| Hex | 8D | 84 | 5C | 0 | 6 | 23 | 2D | 31 | 15 | 2E |
| Octal | 215 | 204 | 134 | 0 | 6 | 43 | 55 | 61 | 25 | 56 |
| Binary | 10001101 | 10000100 | 1011100 | 0 | 110 | 100011 | 101101 | 110001 | 10101 | 101110 |
Color Harmonies of #8D845C
Complementary color
Monochromatic Colors of #8D845C
Black with #8D845C
Text Example
Text Example
White with #8D845C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D845C; }
p { color: rgb(141,132,92); }
H1.HeaderClassName
{
color: #8D845C;
}
.AnyTagClassName
{
color: #8D845C;
}
</style>
background-color css
<style>
a { background-color: #8D845C; }
a { background-color: rgb(141,132,92); }
div.DivClassName
{
background-color: #8D845C;
}
.BgClassName
{
background-color: #8D845C;
}
</style>
border-color css
<style>
span { border-color: #8D845C; }
span { border-color: rgb(141,132,92); }
td.TdClassName
{
border-color: #8D845C;
}
.TagClassName
{
border-color: #8D845C;
}
</style>