Shades of Clay Creek #8C8057
Tints of Clay Creek #8C8057
RGB
CMYK
RGB Variations
Color information
#8C8057 (or 0x8C8057) is known color: Clay Creek. HEX triplet: 8C, 80 and 57. RGB value is (140,128,87). Sum of RGB (Red+Green+Blue) = 140+128+87=355 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.44% from 355); Green value is 128 (50.39% from 255 or 36.06% from 355); Blue value is 87 (34.38% from 255 or 24.51% from 355); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8057 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8057 is #737FA8. Grayscale: #7F7F7F. Windows color (decimal): -7569321 or 5734540. OLE color: 5734540.
HSL color Cylindrical-coordinate representation of color #8C8057: hue angle of 46.42º 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 #8C8057 is Cyan = 0, Magento = 0.09, Yellow = 0.38 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 128 | 87 | - |
| CMYK | 0 | 0.09 | 0.38 | 0.45 |
| HSL | 46.42º | 0.23% | 0.45% | - |
| HSV(B) | 46.42º | 0.38% | 0.55% | - |
| XYZ | 20.25 | 21.7 | 12.14 | - |
| YUV | 126.91 | 105.48 | 137.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 128 | 87 | 0 | 0.09 | 0.38 | 0.45 | 46.42 | 0.23 | 0.45 |
| Hex | 8C | 80 | 57 | 0 | 9 | 26 | 2D | 2E | 17 | 2D |
| Octal | 214 | 200 | 127 | 0 | 11 | 46 | 55 | 56 | 27 | 55 |
| Binary | 10001100 | 10000000 | 1010111 | 0 | 1001 | 100110 | 101101 | 101110 | 10111 | 101101 |
Color Harmonies of #8C8057
Complementary color
Monochromatic Colors of #8C8057
Black with #8C8057
Text Example
Text Example
White with #8C8057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8057; }
p { color: rgb(140,128,87); }
H1.HeaderClassName
{
color: #8C8057;
}
.AnyTagClassName
{
color: #8C8057;
}
</style>
background-color css
<style>
a { background-color: #8C8057; }
a { background-color: rgb(140,128,87); }
div.DivClassName
{
background-color: #8C8057;
}
.BgClassName
{
background-color: #8C8057;
}
</style>
border-color css
<style>
span { border-color: #8C8057; }
span { border-color: rgb(140,128,87); }
td.TdClassName
{
border-color: #8C8057;
}
.TagClassName
{
border-color: #8C8057;
}
</style>