Shades of Clay Creek #8C844B
Tints of Clay Creek #8C844B
RGB
CMYK
RGB Variations
Color information
#8C844B (or 0x8C844B) is known color: Clay Creek. HEX triplet: 8C, 84 and 4B. RGB value is (140,132,75). Sum of RGB (Red+Green+Blue) = 140+132+75=347 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.35% from 347); Green value is 132 (51.95% from 255 or 38.04% from 347); Blue value is 75 (29.69% from 255 or 21.61% from 347); Max value from RGB is 140 - color contains mainly: red. Hex color #8C844B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C844B is #737BB4. Grayscale: #808080. Windows color (decimal): -7568309 or 4949132. OLE color: 4949132.
HSL color Cylindrical-coordinate representation of color #8C844B: hue angle of 52.62º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8C844B is Cyan = 0, Magento = 0.06, Yellow = 0.46 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 132 | 75 | - |
| CMYK | 0 | 0.06 | 0.46 | 0.45 |
| HSL | 52.62º | 0.3% | 0.42% | - |
| HSV(B) | 52.62º | 0.46% | 0.55% | - |
| XYZ | 20.34 | 22.59 | 9.94 | - |
| YUV | 127.89 | 98.15 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 132 | 75 | 0 | 0.06 | 0.46 | 0.45 | 52.62 | 0.3 | 0.42 |
| Hex | 8C | 84 | 4B | 0 | 6 | 2E | 2D | 35 | 1E | 2A |
| Octal | 214 | 204 | 113 | 0 | 6 | 56 | 55 | 65 | 36 | 52 |
| Binary | 10001100 | 10000100 | 1001011 | 0 | 110 | 101110 | 101101 | 110101 | 11110 | 101010 |
Color Harmonies of #8C844B
Complementary color
Monochromatic Colors of #8C844B
Black with #8C844B
Text Example
Text Example
White with #8C844B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C844B; }
p { color: rgb(140,132,75); }
H1.HeaderClassName
{
color: #8C844B;
}
.AnyTagClassName
{
color: #8C844B;
}
</style>
background-color css
<style>
a { background-color: #8C844B; }
a { background-color: rgb(140,132,75); }
div.DivClassName
{
background-color: #8C844B;
}
.BgClassName
{
background-color: #8C844B;
}
</style>
border-color css
<style>
span { border-color: #8C844B; }
span { border-color: rgb(140,132,75); }
td.TdClassName
{
border-color: #8C844B;
}
.TagClassName
{
border-color: #8C844B;
}
</style>