Shades of Clay Creek #8C8457
Tints of Clay Creek #8C8457
RGB
CMYK
RGB Variations
Color information
#8C8457 (or 0x8C8457) is known color: Clay Creek. HEX triplet: 8C, 84 and 57. RGB value is (140,132,87). Sum of RGB (Red+Green+Blue) = 140+132+87=359 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.00% from 359); Green value is 132 (51.95% from 255 or 36.77% from 359); Blue value is 87 (34.38% from 255 or 24.23% from 359); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8457 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8457 is #737BA8. Grayscale: #818181. Windows color (decimal): -7568297 or 5735564. OLE color: 5735564.
HSL color Cylindrical-coordinate representation of color #8C8457: hue angle of 50.94º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8C8457 is Cyan = 0, Magento = 0.06, Yellow = 0.38 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 132 | 87 | - |
| CMYK | 0 | 0.06 | 0.38 | 0.45 |
| HSL | 50.94º | 0.23% | 0.45% | - |
| HSV(B) | 50.94º | 0.38% | 0.55% | - |
| XYZ | 20.79 | 22.77 | 12.32 | - |
| YUV | 129.26 | 104.15 | 135.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 132 | 87 | 0 | 0.06 | 0.38 | 0.45 | 50.94 | 0.23 | 0.45 |
| Hex | 8C | 84 | 57 | 0 | 6 | 26 | 2D | 33 | 17 | 2D |
| Octal | 214 | 204 | 127 | 0 | 6 | 46 | 55 | 63 | 27 | 55 |
| Binary | 10001100 | 10000100 | 1010111 | 0 | 110 | 100110 | 101101 | 110011 | 10111 | 101101 |
Color Harmonies of #8C8457
Complementary color
Monochromatic Colors of #8C8457
Black with #8C8457
Text Example
Text Example
White with #8C8457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8457; }
p { color: rgb(140,132,87); }
H1.HeaderClassName
{
color: #8C8457;
}
.AnyTagClassName
{
color: #8C8457;
}
</style>
background-color css
<style>
a { background-color: #8C8457; }
a { background-color: rgb(140,132,87); }
div.DivClassName
{
background-color: #8C8457;
}
.BgClassName
{
background-color: #8C8457;
}
</style>
border-color css
<style>
span { border-color: #8C8457; }
span { border-color: rgb(140,132,87); }
td.TdClassName
{
border-color: #8C8457;
}
.TagClassName
{
border-color: #8C8457;
}
</style>