Shades of Clay Creek #8C845D
Tints of Clay Creek #8C845D
RGB
CMYK
RGB Variations
Color information
#8C845D (or 0x8C845D) is known color: Clay Creek. HEX triplet: 8C, 84 and 5D. RGB value is (140,132,93). Sum of RGB (Red+Green+Blue) = 140+132+93=365 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.36% from 365); Green value is 132 (51.95% from 255 or 36.16% from 365); Blue value is 93 (36.72% from 255 or 25.48% from 365); Max value from RGB is 140 - color contains mainly: red. Hex color #8C845D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C845D is #737BA2. Grayscale: #828282. Windows color (decimal): -7568291 or 6128780. OLE color: 6128780.
HSL color Cylindrical-coordinate representation of color #8C845D: hue angle of 49.79º degrees, saturation: 0.2, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8C845D is Cyan = 0, Magento = 0.06, Yellow = 0.34 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 132 | 93 | - |
| CMYK | 0 | 0.06 | 0.34 | 0.45 |
| HSL | 49.79º | 0.2% | 0.46% | - |
| HSV(B) | 49.79º | 0.34% | 0.55% | - |
| XYZ | 21.04 | 22.87 | 13.66 | - |
| YUV | 129.95 | 107.15 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 132 | 93 | 0 | 0.06 | 0.34 | 0.45 | 49.79 | 0.2 | 0.46 |
| Hex | 8C | 84 | 5D | 0 | 6 | 22 | 2D | 32 | 14 | 2E |
| Octal | 214 | 204 | 135 | 0 | 6 | 42 | 55 | 62 | 24 | 56 |
| Binary | 10001100 | 10000100 | 1011101 | 0 | 110 | 100010 | 101101 | 110010 | 10100 | 101110 |
Color Harmonies of #8C845D
Complementary color
Monochromatic Colors of #8C845D
Black with #8C845D
Text Example
Text Example
White with #8C845D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C845D; }
p { color: rgb(140,132,93); }
H1.HeaderClassName
{
color: #8C845D;
}
.AnyTagClassName
{
color: #8C845D;
}
</style>
background-color css
<style>
a { background-color: #8C845D; }
a { background-color: rgb(140,132,93); }
div.DivClassName
{
background-color: #8C845D;
}
.BgClassName
{
background-color: #8C845D;
}
</style>
border-color css
<style>
span { border-color: #8C845D; }
span { border-color: rgb(140,132,93); }
td.TdClassName
{
border-color: #8C845D;
}
.TagClassName
{
border-color: #8C845D;
}
</style>